-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.html
458 lines (316 loc) · 13.2 KB
/
styles.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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Lhander - Style Page</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<style type="text/css" media="screen">
#styles {
background: white;
padding-top: 12rem;
padding-bottom: 12rem;
}
</style>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="row">
<div class="logo">
<a href="index.html">Lhander</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li><a href="index.html#intro" title="">Home</a></li>
<li><a href="index.html#process" title="">Process</a></li>
<li><a href="index.html#features" title="">Features</a></li>
<li><a href="index.html#pricing" title="">Pricing</a></li>
<li><a href="index.html#faq" title="">FAQ</a></li>
<li><a href="styles.html" title="">styles</a></li>
<li class="highlight with-sep"><a href="#" title="">Sign Up</a></li>
</ul>
</nav>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</header> <!-- /header -->
<!-- intro section
================================================== -->
<section id="intro">
<div class="shadow-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<div class='video-link'>
<a href="#video-popup"><img src="images/play-button.png" alt=""></a>
</div>
<h5>Hello welcome to lhander.</h5>
<h1>Our awesome app will make your life a lot easier.</h1>
<a class="button stroke smoothscroll" href="#process" title="">Learn More</a>
</div>
</div>
</div>
<!-- Modal Popup
========================================================= -->
<div id="video-popup" class="popup-modal mfp-hide">
<div class="fluid-video-wrapper">
<iframe src="http://player.vimeo.com/video/14592941?title=0&byline=0&portrait=0&color=faec09" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<a class="close-popup">Close</a>
</div> <!-- /video-popup -->
</section> <!-- /intro -->
<!-- Process Section
================================================== -->
<section id="styles">
<div class="row">
<div class="col-twelve tab-full">
<h1>This is the style page.</h1>
<p class="lead">Lorem ipsum Officia elit ad tempor dolore est ex incididunt incididunt occaecat culpa deserunt sunt labore in cillum ullamco magna in Excepteur consequat in reprehenderit proident mollit incididunt officia commodo.
Duis ea officia sed dolor pariatur enim dolore dolore quis incididunt nulla exercitation commodo veniam et ea incididunt.</p>
</div>
</div> <!-- /row -->
<div class="row">
<div class="col-six tab-full">
<h3>Paragraph and Image</h3>
<p><a href="#"><img width="120" height="120" class="pull-left" alt="sample-image" src="images/sample-image.jpg"></a>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum
odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra
condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque.
posuere nunc justo tempus leo. </p>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum
odio, ac blandit ante orci ut diam.
</p>
<p>A <a href="#">link</a>,
<abbr title="this really isn't a very good description">abbrebation</abbr>,
<strong>strong text</strong>,
<em>em text</em>,
<del>deleted text</del>, and
<mark>this is a mark text.</mark>
<code>.code</code>
</p>
</div>
<div class="col-six tab-full">
<h3>Drop Caps</h3>
<p class="drop-cap">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,
there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the
Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque.
</p>
<h3>Small Print</h3>
<p>Buy one widget, get one free!
<small>(While supplies last. Offer expires on the vernal equinox. Not valid in Ohio.)</small>
</p>
</div>
</div> <!-- /row -->
<div class="row">
<div class="col-six tab-full">
<h3>Pull Quotes</h3>
<aside class="pull-quote">
<blockquote>
<p>It is a paradisematic country, in which roasted parts of
sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind
texts it is an almost unorthographic life One day however a small line of blind text by the name
of Lorem Ipsum decided to leave for the far World of Grammar.</p>
</blockquote>
</aside>
</div>
<div class="col-six tab-full">
<h3>Block Quotes</h3>
<blockquote cite="http://where-i-got-my-info-from.com">
<p>Your work is going to fill a large part of your life, and the only way to be truly satisfied is
to do what you believe is great work. And the only way to do great work is to love what you do.
If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it.
</p>
<cite>
<a href="#">Steve Jobs</a>
</cite>
</blockquote>
<blockquote>
<p>Good design is as little design as possible.</p>
<cite>Dieter Rams</cite>
</blockquote>
</div>
</div> <!-- /row -->
<div class="row half-bottom">
<div class="col-nine tab-full">
<h3>Example Lists</h3>
<ol>
<li>Here is an example</li>
<li>of an ordered list.</li>
<li>A parent list item.
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
</li>
<li>A list item.</li>
</ol>
<ul class="disc">
<li>Here is an example</li>
<li>of an unordered list.</li>
</ul>
<h3>Definition Lists</h3>
<h5>a) Multi-line Definitions (default)</h5>
<dl>
<dt><strong>This is a term</strong></dt>
<dd>this is the definition of that term, which both live in a <code>dl</code>.</dd>
<dt><strong>Another Term</strong></dt>
<dd>And it gets a definition too, which is this line</dd>
<dd>This is a 2<sup>nd</sup> definition for a single term. A <code>dt</code> may be followed by multiple <code>dd</code>s.</dd>
</dl>
</div>
<div class="col-three tab-full">
<h3>Headers</h3>
<h1>H1 Heading</h1>
<h2>H2 Heading</h2>
<h3>H3 Heading</h3>
<h4>H4 Heading</h4>
<h5>H5 Heading</h5>
<h6>H6 Heading</h6>
<h3>Buttons</h3>
<p>
<a class="button button-primary full-width" href="#">Primary Button</a>
<a class="button full-width" href="#">Default Button</a>
</p>
</div>
</div> <!-- /row -->
<div class="row half-bottom">
<div class="col-six tab-full">
<h3>Responsive Image</h3>
<p><img src="images/post-thumb-1.jpg"></p>
</div>
<div class="col-six tab-full">
<h3>Responsive video</h3>
<div class="fluid-video-wrapper">
<iframe src="http://player.vimeo.com/video/14592941?title=0&byline=0&portrait=0&color=F64B39" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div> <!-- /row -->
<div class="row">
<div class="col-twelve">
<h3>Tables</h3>
<p>Be sure to use properly formed table markup with <code><thead></code> and <code><tbody></code> when building a <code>table</code>.</p>
<div class="table-responsive">
<table>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
<th>Sex</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>Naruto Uzumaki</td>
<td>16</td>
<td>Male</td>
<td>Konoha</td>
</tr>
<tr>
<td>Sakura Haruno</td>
<td>16</td>
<td>Female</td>
<td>Konoha</td>
</tr>
</tbody>
</table>
</div>
</div>
</div> <!--row -->
</section> <!-- /styles -->
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-four tab-full mob-full footer-info">
<div class="footer-logo"></div>
<p>
1600 Amphitheatre Parkway<br>
Mountain View, CA 94043 US<br>
info@lhander.com +123-456-789
</p>
</div> <!-- /footer-info -->
<div class="col-two tab-1-3 mob-1-2 site-links">
<h4>Site Links</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div> <!-- /site-links -->
<div class="col-two tab-1-3 mob-1-2 social-links">
<h4>Social</h4>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Dribbble</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Skype</a></li>
</ul>
</div> <!-- /social -->
<div class="col-four tab-1-3 mob-full footer-subscribe">
<h4>Subscribe</h4>
<p>Keep yourself updated. Subscribe to our newsletter.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="dEmail" class="email" id="mc-email" placeholder="type email & hit enter" required="">
<input type="submit" name="subscribe" >
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div> <!-- /subscribe -->
</div> <!-- /row -->
</div> <!-- /footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright Lhander 2016.</span>
<span>Design by <a href="http://www.styleshout.com/">styleshout</a></span>
</div>
<div id="go-top" style="display: block;">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon ion-android-arrow-up"></i></a>
</div>
</div>
</div> <!-- /footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>