forked from nauvalazhar/stisla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (305 loc) · 12.8 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Kodinger">
<meta name="keyword" content="Kodinger, template, html5, css3, bootstrap4">
<meta name="description" content="HTML5 and CSS3 Template Based on Bootstrap 4">
<title>I'm Stisla</title>
</head>
<body>
<nav class="navbar navbar-expand-lg main-navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/logo-light.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="ion-navicon"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link smooth-link" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#features">Stisla's Features</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#project">Project</a>
</li>
</ul>
<form class="form-inline">
<a href="#contact" class="btn smooth-link align-middle btn-primary">Need Help?</a>
</form>
</div>
</div>
</nav>
<section class="hero bg-overlay" id="hero" data-bg="img/hero.jpeg">
<div class="text">
<p class="lead">Fully responsive HTML5 & CSS3 template</p>
<h1>I'm <span class="bold">stisla</span>, based on <span class="bold">Bootstrap 4</span>.</h1>
<div class="cta">
<a href="#features" class="btn btn-primary smooth-link">Get Started</a>
<div class="link">
<a href="#">Under the MIT License</a>
</div>
</div>
</div>
</section>
<section class="padding" id="features">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-sm-12">
<div class="list-item">
<div class="icon">
<i class="ion-code"></i>
</div>
<div class="desc">
<h2>Based on Bootstrap 4</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore.
</p>
<a href="#" class="more">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-sm-12">
<div class="list-item">
<div class="icon">
<i class="ion-social-github"></i>
</div>
<div class="desc">
<h2>Open Source</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore.
</p>
<a href="#" class="more">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-sm-12">
<div class="list-item no-spacing">
<div class="icon">
<i class="ion-paintbrush"></i>
</div>
<div class="desc">
<h2>Customizable</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore.
</p>
<a href="#" class="more">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="blog">
<div class="container">
<h2 class="section-title">We Blog Sometimes</h2>
<p class="section-lead text-muted">We wrote some articles about whatever was on our heads and most people liked it.</p>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img01.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Duis aute irure dolor in reprehenderit in voluptate</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img04.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Velit esse cillum dolore eu blos siur dropsida wedor</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img02.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Excepteur sint as occaecat dros cupidatat non proident los</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img05.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Sunt in ado culpa qui officia deserunt mollit anim id</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img03.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Incididunt ut labore et labore dolore magna aliqua lorem</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="img/news/img06.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">by <a href="#">John Doe</a> on August 10, 2017</div>
<h4 class="card-title"><a href="#" data-toggle="read" data-id="1">Ut enim ad minim veniam quis nostrud enim ad kruv</a></h4>
<p class="card-text">Mauris eu eros in metus elementum porta eget sed ligula. Praesent consequat, ipsum molestie pellentesque venenatis.</p>
<div class="text-right">
<a href="#" class="card-more" data-toggle="read" data-id="1">Read More <i class="ion-ios-arrow-right"></i></a>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="row align-items-center mt-5">
<div class="col-12 col-md-6">
<h2>Don't miss our article</h2>
<p class="text-muted">Just enter your email then we will send an email about the latest articles</p>
</div>
<div class="col-12 col-md-6">
<form class="subscribe" action="#">
<input type="email" name="email" class="form-control" placeholder="Your email">
<button class="btn btn-primary">Subscribe</button>
</form>
</div>
</div>
</div>
</section>
<section class="bg-overlay padding" id="project" data-bg="img/projects.jpeg">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6">
<figure class="projects-picture">
<img src="img/youzhang.png" alt="Youzhang">
</figure>
</div>
<div class="col-12 col-md-6">
<div class="projects-details">
<div class="projects-badge">
Featured
</div>
<h2 class="projects-title">Youzhang - Ionic 3 Catalogue Template</h2>
<p class="projects-description">
Youzhang is an iconic template catalog 3. This ionic template uses version 3 and uses the latest feature of ionic v3 that is Lazy Loading. With Ionic version 3 and Lazy Loading you don’t have to define all the components in the app.module.ts file and your hybrid app will get more native and it will make the app performance better.
</p>
<div class="projects-cta">
<a href="https://codecanyon.net/item/youzhang-ionic-3-catalogue-template/20466954?ref=frameborder" class="btn btn-primary" target="_blank">
Buy Now
</a>
<a href="https://codecanyon.net/user/frameborder?ref=frameborder" class="btn btn-link" target="_blank">
More Products
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="contact">
<div class="container">
<h2 class="section-title text-center">Contact Us</h2>
<p class="section-lead text-center text-muted">Send us your inquiry, we will help you and reply as soon as possible</p>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-5">
<p class="contact-text">You can send us something like a question or project, we are open 09:00 to 17:00.</p>
<ul class="contact-icon">
<li><i class="ion ion-ios-telephone"></i> <div>+6212345123</div></li>
<li><i class="ion ion-ios-email"></i> <div>hi@kodinger.com</div></li>
</ul>
<iframe src="https://snazzymaps.com/embed/10159" style="border:none;" class="maps"></iframe>
</div>
<div class="col-12 col-md-7">
<form class="contact row" id="contact-form">
<div class="form-group col-6">
<input type="text" class="form-control" placeholder="Name" name="name" required="">
</div>
<div class="form-group col-6">
<input type="email" class="form-control" placeholder="Email" name="email" required="">
</div>
<div class="form-group col-12">
<input type="text" class="form-control" placeholder="Subject" name="subject" required="">
</div>
<div class="form-group col-12">
<textarea class="form-control" placeholder="Message" name="message" required=""></textarea>
</div>
<div class="form-group col-12 mt-2">
<button class="btn btn-primary">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="callout">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-8 text">
<h3>Start your project with this awesome template</h3>
</div>
<div class="col-12 col-md-4 cta">
<a href="#" class="btn btn-outline-primary">
Download Now
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<figure>
<img src="img/logo-light.png" alt="Logo">
</figure>
<p>
Copyright © 2017 Your Company
</p>
<p>
Made with <i class="ion-heart"></i> By Kodinger
</p>
</div>
</footer>
<script src="dist/bundle.js"></script>
</body>
</html>