-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (73 loc) · 4.24 KB
/
Copy pathindex.html
File metadata and controls
79 lines (73 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<!--<link href='https://fonts.googleapis.com/css?family=Orbitron:400,700,900,500' rel='stylesheet' type='text/css'>-->
<link href='fonts/fonts.css' rel='stylesheet' type='text/css'>
<link href='amient.css' rel='stylesheet' type='text/css'>
<link rel="icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section class="header cs-dark">
<div class="menu">
<blockquote>
<em>"In the Electron I play with Thee"</em>
</blockquote>
</div>
<h1 class="title"><a href="index.html">amient.io</a></h1>
</section>
<section class="content cs-bright">
<!-- <div id="mlb2-3036017" class="ml-subscribe-form ml-subscribe-form-3036017" style="float:right; margin: 10px 0px 10px 10px">-->
<!-- <div class="ml-vertical-align-center">-->
<!-- <div class="subscribe-form ml-block-success" style="display:none">-->
<!-- <div class="form-section mb0">-->
<!-- <h4>Need our services ?</h4>-->
<!-- <p>Thank you we'll get in touch shortly..</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <form class="ml-block-form" action="//app.mailerlite.com/webforms/submit/d6l0q9" data-id="174799" data-code="d6l0q9" method="POST" target="_blank">-->
<!-- <div class="subscribe-form">-->
<!-- <div class="form-section mb10">-->
<!-- <h4>Think we can help ?</h4>-->
<!-- <p style="text-align: center;">Leave your contact and we'll get in touch</p>-->
<!-- </div>-->
<!-- <div class="form-section">-->
<!-- <div class="form-group ml-field-email ml-validate-required ml-validate-email">-->
<!-- <input type="text" name="fields[email]" class="form-control" placeholder="Email*" value="">-->
<!-- </div>-->
<!-- <div class="form-group ml-field-name">-->
<!-- <input type="text" name="fields[name]" class="form-control" placeholder="Name" value="">-->
<!-- </div>-->
<!-- <div class="form-group ml-field-company">-->
<!-- <input type="text" name="fields[company]" class="form-control" placeholder="Company" value="">-->
<!-- </div>-->
<!-- <div class="form-group ml-field-phone">-->
<!-- <input type="text" name="fields[phone]" class="form-control" placeholder="Phone" value="">-->
<!-- </div>-->
<!-- </div>-->
<!-- <input type="hidden" name="ml-submit" value="1" />-->
<!-- <button type="submit" class="primary gradient-on">-->
<!-- Contact me-->
<!-- </button>-->
<!-- <button disabled="disabled" style="display: none;" type="button" class="loading gradient-on">-->
<!-- <img src="//static.mailerlite.com/images/rolling.gif" width="20" height="20" style="width: 20px; height: 20px;">-->
<!-- </button>-->
<!-- </div>-->
<!-- </form>-->
<!-- <script>-->
<!-- function ml_webform_success_3036017() {-->
<!-- jQuery('.ml-subscribe-form-3036017 .ml-block-success').show();-->
<!-- jQuery('.ml-subscribe-form-3036017 .ml-block-form').hide();-->
<!-- };-->
<!-- </script>-->
<!-- </div>-->
<!-- </div>-->
<!-- <script type="text/javascript" src="//static.mailerlite.com/js/w/webforms.min.js?vb01ce49eaf30b563212cfd1f3d202142"></script>-->
<center>
<a href="img/concept.svg" title="Architecture Concept">
<img src="img/concept.svg" style="max-width: 100%; height: 100%; " onerror="this.onerror=null; this.src='concept.png'" width="500"/>
</a>
</center>
</section>
</body>
</html>