-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
69 lines (56 loc) · 1.73 KB
/
index.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
66
67
68
69
---
---
<!DOCTYPE html>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Nav -->
{% include nav.html %}
<!-- Main -->
<div id="main">
<!-- introduction section -->
{% include intro.html %}
<!-- features section -->
{% include features.html %}
<!-- download section -->
{% include download.html %}
<!-- quotes section -->
{% include quotes.html %}
<!-- community section -->
{% include community.html %}
<!-- team members section -->
{% include team.html %}
<!-- support section -->
{% include support.html %}
<!-- newsletter section -->
{% include newsletter.html %}
<!-- demo modal -->
{% include demo-modal.html %}
</div>
<!-- Footer -->
{% include footer.html %}
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.modal.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/ua-parser.min.js"></script>
<script src="assets/js/download.js"></script>
<script src="assets/js/validate-email.js"></script>
<script src="assets/js/quotes.js"></script>
<script src="assets/js/newsletter.js"></script>
<script src="assets/js/demo-modal.js"></script>
</body>
</html>