-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
executable file
·106 lines (85 loc) · 4.52 KB
/
index2.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>TORUS: Landing Page With Builder</title>
<!-- Bootstrap core CSS -->
<link href="uikit/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="uikit/css/uikit.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="uikit/js/html5shiv.js"></script>
<script src="uikit/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="font-reg-l">
<!-- Page Wrapper -->
<div id="page-wrapper" class="page-wrapper" data-editmode="false">
<!-- Block -->
<div id="home" class="block bg-primary-d inverse-all" data-edit="false">
<!-- Container -->
<div class="container container-main align-center auto-invert pady-100 pady-60-xs">
<i class="fs-400 et-target mgb-30 fg-accent" data-edit="false" data-editor="icon"></i>
<h1 contenteditable="false" class="case-u font-reg-l fs-400 fs-300-xs fg-text-d lts-sm">pick a demo<br/>or just build one<br/>from scratch</h1>
<p contenteditable="false" class="case-u font-cond lts-xl fg-text">torus comes with it's own<br/>builder + exporter!</p>
<a class="icon-btn fg-accent fs-400" href="#about" data-scroll="true" data-edit="false" data-editor="field" data-field="href[Button Link]"><i class="icon-abs bouncer ti-angle-down"></i></a>
</div>
<!-- /Container -->
</div>
<!-- /Block -->
<!-- Block -->
<div id="demos" class="block bg-white" data-edit="false">
<!-- Container -->
<div class="container pady-100">
<div class="row pad-y-15-all mgb-60 align-center">
<div class="col-sm-4">
<a href="agency.html" target="_blank"><img src="images/agency-thumb.jpg" class="fill-w mgb-30"/></a>
<a href="agency.html" target="_blank" class="case-u lts-sm font-cond-l fg-link">Agency One Pager</a>
</div>
<div class="col-sm-4">
<a href="app.html" target="_blank"><img src="images/app-thumb.jpg" class="fill-w mgb-30"/></a>
<a href="app.html" target="_blank" class="case-u lts-sm font-cond-l fg-link">App Landing Page</a>
</div>
<div class="col-sm-4">
<a href="empty.html" target="_blank"><img src="images/empty-thumb.jpg" class="fill-w mgb-30"/></a>
<a href="empty.html" target="_blank" class="case-u lts-sm font-cond-l fg-link">page builder</a>
</div>
</div>
<div class="bg-black-10 pad-30">
<div class="row row-table">
<div class="col-sm-9 v-middle">
<h4 class="fg-text-d mgb-15 case-c font-cond-b lts-sm">Get Free Updates for life!</h4>
<p class="no-mg">Once you purchase Torus you are entitled to <b>free updates</b> including new demos for life. You will never have to pay anything extra when <b>new features or templates</b> are added!</p>
</div>
<div class="col-sm-3 v-middle">
<a href="https://wrapbootstrap.com/user/RahisiThemes" class="btn btn-block btn-green bg-hov-red btn-cta case-u font-cond lts-sm">buy now @ $15.00</a>
</div>
</div>
</div>
</div>
<!-- /Container -->
</div>
<!-- /Block -->
<!-- Footer -->
<footer id="" class="block bg-primary inverse-all" data-edit="false">
<!-- Container -->
<div class="container auto-invert pady-20 align-center">
<span class="font-cond-l lts-sm fs-80 fg-text" contenteditable="false" data-cmenu="font">© 2015 RahisiThemes. A product of <a href="http://arnique.net" class="fg-link">ArniqueStudio</a>.</span>
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
</div>
<!-- /Page Wrapper -->
<!-- Scripts -->
<script src="uikit/js/jquery-latest.min.js"></script>
<script src="uikit/bootstrap/js/bootstrap.min.js"></script>
<script src="uikit/js/jquery.swipebox.min.js"></script>
<script src="uikit/js/uikit.js"></script>
<!-- /Scripts -->
</body>
</html>