-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
65 lines (56 loc) · 2.46 KB
/
template.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Metro 4 -->
<link rel="stylesheet" href="vendors/metro4/css/metro-all.css">
<link rel="stylesheet" href="css/aistant.css">
<title>AiSTANT - Sign Up</title>
</head>
<body class="m4-cloak">
<div class="container-fluid bg-brand fg-white pos-fixed fixed-top z-top">
<header data-role="appbar" class="container pos-relative bg-brand fg-white" data-expand-point="md">
<a href="/" class="brand no-hover">AiSTANT</a>
<ul class="app-bar-menu ml-auto">
<li><a href="#">Tutorials</a></li>
<li><a href="#">Subscriptions</a></li>
<li><a href="#">Login</a></li>
<li><a href="#" class="text-bold fg-yellow"><span class="d-block ani-vertical">Get started</span></a></li>
</ul>
</header>
</div>
<main>
</main>
<footer>
<div class="container pt-20 pb-20">
<div class="text-center">
<ul class="inline-list reduce-1" id="social-menu">
<li><a href="#"><span class="mif-facebook"></span></a></li>
<li><a href="#"><span class="mif-twitter"></span></a></li>
<li><a href="#"><span class="mif-youtube"></span></a></li>
<li><a href="#"><span class="mif-github"></span></a></li>
</ul>
</div>
<div class="text-center mt-10">
<ul class="inline-list reduce-1" id="footer-menu">
<li><a href="#">Tutorials</a></li>
<li><a href="subscriptions.html">Subscriptions</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms & Conditions</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
<div class="text-center mt-10 reduce-1">
© 2018-2019 by <a href="#" class="no-wrap">AiSTANT.COM</a>
<br>
<small>Version <span class="text-bold">2019.1</span></small>
<br>
Created with <a href="https://metroui.org.ua">Metro 4</a>
</div>
</div>
</footer>
<script src="vendors/metro4/js/metro.js"></script>
</body>
</html>