forked from ithoq/MagicTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typography.html
553 lines (503 loc) · 30.6 KB
/
typography.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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!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="A fully featured admin theme which can be used to build CRM, CMS, etc.">
<meta name="author" content="Coderthemes">
<link rel="shortcut icon" href="img/favicon_1.ico">
<title>Velonic - Responsive Admin Dashboard Template</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-reset.css" rel="stylesheet">
<!--Animation css-->
<link href="css/animate.css" rel="stylesheet">
<!--Icon-fonts css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="assets/ionicon/css/ionicons.min.css" rel="stylesheet" />
<!--Morris Chart CSS -->
<link rel="stylesheet" href="assets/morris/morris.css">
<!-- sweet alerts -->
<link href="assets/sweet-alert/sweet-alert.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/helper.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62751496-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Aside Start-->
<aside class="left-panel">
<!-- brand -->
<div class="logo">
<a href="index.html" class="logo-expanded">
<i class="ion-social-buffer"></i>
<span class="nav-label">Velonic</span>
</a>
</div>
<!-- / brand -->
<!-- Navbar Start -->
<nav class="navigation">
<ul class="list-unstyled">
<li><a href="index.html"><i class="ion-home"></i> <span class="nav-label">Dashboard</span></a></li>
<li class="has-submenu active"><a href="#"><i class="ion-flask"></i> <span class="nav-label">UI Elements</span></a>
<ul class="list-unstyled">
<li class="active"><a href="typography.html">Typography</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="panels.html">Panels</a></li>
<li><a href="tabs-accordions.html">Tabs & Accordions</a></li>
<li><a href="modals.html">Modals</a></li>
<li><a href="bootstrap-ui.html">BS Elements</a></li>
<li><a href="progressbars.html">Progress Bars</a></li>
<li><a href="notification.html">Notification</a></li>
<li><a href="sweet-alert.html">Sweet-Alert</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-settings"></i> <span class="nav-label">Components</span><span class="badge bg-success">New</span></a>
<ul class="list-unstyled">
<li><a href="grid.html">Grid</a></li>
<li><a href="portlets.html">Portlets</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="nestable-list.html">Nesteble</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="ui-sliders.html">Range Slider</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-compose"></i> <span class="nav-label">Forms</span></a>
<ul class="list-unstyled">
<li><a href="form-elements.html">General Elements</a></li>
<li><a href="form-validation.html">Form Validation</a></li>
<li><a href="form-advanced.html">Advanced Form</a></li>
<li><a href="form-wizard.html">Form Wizard</a></li>
<li><a href="form-editor.html">WYSIWYG Editor</a></li>
<li><a href="code-editor.html">Code Editors</a></li>
<li><a href="form-uploads.html">Multiple File Upload</a></li>
<li><a href="image-crop.html">Image Crop</a></li>
<li><a href="form-xeditable.html">X-Editable</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-grid"></i> <span class="nav-label">Data Tables</span></a>
<ul class="list-unstyled">
<li><a href="tables.html">Basic Tables</a></li>
<li><a href="table-datatable.html">Data Table</a></li>
<li><a href="tables-editable.html">Editable Table</a></li>
<li><a href="responsive-table.html">Responsive Table</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-stats-bars"></i> <span class="nav-label">Charts</span><span class="badge bg-purple">1</span></a>
<ul class="list-unstyled">
<li><a href="morris-chart.html">Morris Chart</a></li>
<li><a href="chartjs.html">Chartjs</a></li>
<li><a href="flot-chart.html">Flot Chart</a></li>
<li><a href="rickshaw-chart.html">Rickshaw Chart</a></li>
<li><a href="peity-chart.html">Peity Chart</a></li>
<li><a href="c3-chart.html">C3 Chart</a></li>
<li><a href="other-chart.html">Other Chart</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-email"></i> <span class="nav-label">Mail</span></a>
<ul class="list-unstyled">
<li><a href="inbox.html">Inbox</a></li>
<li><a href="email-compose.html">Compose Mail</a></li>
<li><a href="email-read.html">View Mail</a></li>
<li><a href="email-templates.html">Email Templates</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-location"></i> <span class="nav-label">Maps</span></a>
<ul class="list-unstyled">
<li><a href="gmap.html"> Google Map</a></li>
<li><a href="vector-map.html"> Vector Map</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-document"></i> <span class="nav-label">Pages</span><span class="badge bg-pink">5</span></a>
<ul class="list-unstyled">
<li><a href="profile.html">Profile</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="contact.html">Contact-list</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="recoverpw.html">Recover Password</a></li>
<li><a href="lock-screen.html">Lock Screen</a></li>
<li><a href="blank.html">Blank Page</a></li>
<li><a href="404.html">404 Error</a></li>
<li><a href="404_alt.html">404 alt</a></li>
<li><a href="500.html">500 Error</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
<!-- Aside Ends-->
<!--Main Content Start -->
<section class="content">
<!-- Header -->
<header class="top-head container-fluid">
<button type="button" class="navbar-toggle pull-left">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Search -->
<form role="search" class="navbar-left app-search pull-left hidden-xs">
<input type="text" placeholder="Search..." class="form-control">
<a href=""><i class="fa fa-search"></i></a>
</form>
<!-- Left navbar -->
<nav class=" navbar-default hidden-xs" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">English <span class="caret"></span></a>
<ul role="menu" class="dropdown-menu">
<li><a href="#">German</a></li>
<li><a href="#">French</a></li>
<li><a href="#">Italian</a></li>
<li><a href="#">Spanish</a></li>
</ul>
</li>
<li><a href="#">Files</a></li>
</ul>
</nav>
<!-- Right navbar -->
<ul class="list-inline navbar-right top-menu top-right-menu">
<!-- mesages -->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="fa fa-envelope-o "></i>
<span class="badge badge-sm up bg-purple count">4</span>
</a>
<ul class="dropdown-menu extended fadeInUp animated nicescroll" tabindex="5001">
<li>
<p>Messages</p>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-2.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">10 seconds ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-3.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">3 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-4.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">10 minutes ago</small></span>
</a>
</li>
<li>
<p><a href="inbox.html" class="text-right">See all Messages</a></p>
</li>
</ul>
</li>
<!-- /messages -->
<!-- Notification -->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="fa fa-bell-o"></i>
<span class="badge badge-sm up bg-pink count">3</span>
</a>
<ul class="dropdown-menu extended fadeInUp animated nicescroll" tabindex="5002">
<li class="noti-header">
<p>Notifications</p>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-user-plus fa-2x text-info"></i></span>
<span>New user registered<br><small class="text-muted">5 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-diamond fa-2x text-primary"></i></span>
<span>Use animate.css<br><small class="text-muted">5 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-bell-o fa-2x text-danger"></i></span>
<span>Send project demo files to client<br><small class="text-muted">1 hour ago</small></span>
</a>
</li>
<li>
<p><a href="#" class="text-right">See all notifications</a></p>
</li>
</ul>
</li>
<!-- /Notification -->
<!-- user login dropdown start-->
<li class="dropdown text-center">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<img alt="" src="img/avatar-2.jpg" class="img-circle profile-img thumb-sm">
<span class="username">John Deo </span> <span class="caret"></span>
</a>
<ul class="dropdown-menu extended pro-menu fadeInUp animated" tabindex="5003" style="overflow: hidden; outline: none;">
<li><a href="profile.html"><i class="fa fa-briefcase"></i>Profile</a></li>
<li><a href="#"><i class="fa fa-cog"></i> Settings</a></li>
<li><a href="#"><i class="fa fa-bell"></i> Friends <span class="label label-info pull-right mail-info">5</span></a></li>
<li><a href="#"><i class="fa fa-sign-out"></i> Log Out</a></li>
</ul>
</li>
<!-- user login dropdown end -->
</ul>
<!-- End right navbar -->
</header>
<!-- Header Ends -->
<!-- Page Content Start -->
<!-- ================== -->
<div class="wraper container-fluid">
<div class="page-title">
<h3 class="title">Typography</h3>
</div>
<!-- Row start -->
<div class="row">
<div class="col-md-5">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Headings</h3>
</div>
<div class="panel-body">
<h1>Heading 1
<small>Secondary Text</small>
</h1>
<h2>Heading 2
<small>Secondary Text</small>
</h2>
<h3>Heading 3
<small>Secondary Text</small>
</h3>
<h4>Heading 4
<small>Secondary Text</small>
</h4>
<h5>Heading 5
<small>Secondary Text</small>
</h5>
<h6>Heading 6
<small>Secondary Text</small>
</h6>
</div>
</div>
</div>
<div class="col-md-7">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Paragraphs</h3>
</div>
<div class="panel-body">
<p class="lead">This is a lead parapraph.</p>
<p>Neglected <strong>principle ask rapturous</strong> consulted. Lorem lively all did feebly excuse our wooded. Old her object <del>chatty regard vulgar</del> missed.</p>
<p>Believing neglected so so allowance existence departure in. In <span class="label label-info" data-toggle="tooltip" data-placement="left" title="This is Design">design</span> active temper be uneasy. Thirty for remove plenty regard you summer though. He preference <ins>connection astonished</ins> on of ye.</p> <p>As am hastily <mark>invited settled at limited</mark> civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p> <p>Last paragraph has no bottom margin always.</p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo.<a href="#">this is link</a> Cum sociis natoque penatibus et magnis dis parturient montes...</p>
</div>
</div>
</div>
</div>
<!-- End of Row -->
<!-- Row start -->
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Inline text elements</h3>
</div>
<div class="panel-body">
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>rendered as bold text</strong></p>
<p><em>rendered as italicized text</em></p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Example Address</h3>
</div>
<div class="panel-body">
<address class="ng-scope">
<strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br>
San Francisco, CA 94107<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<strong>Full Name</strong><br>
<a href="mailto:#">[email protected]</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Contextual Text Colors</h3>
</div>
<div class="panel-body">
<p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
<p class="text-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
<p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
<p class="text-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
</div>
</div>
</div>
<!-- End of Row -->
<!-- Row start -->
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Blockquotes</h3>
</div>
<div class="panel-body">
<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p></blockquote><blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p><footer>Someone famous in<cite title="Source Title">Source Title</cite></footer></blockquote><blockquote class="blockquote-reverse"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p><footer>Someone famous in<cite title="Source Title">Source Title</cite></footer></blockquote>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Alignments</h3>
</div>
<div class="panel-body">
<p class="text-left">Left aligned text.</p><p class="text-center">Center aligned text.</p><p class="text-right">Right aligned text.</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Block</h3>
</div>
<div class="panel-body">
<pre><p>Sample text here...</p></pre>
</div>
</div>
</div>
</div>
<!-- End of Row -->
<!-- Row start -->
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Ordered Lists</h3>
</div>
<div class="panel-body">
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Integer molestie lorem at massa</li>
</ol>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Unordered Lists</h3>
</div>
<div class="panel-body">
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Nulla volutpat aliquam velit
<ul>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
</ul>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Eget porttitor lorem</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">List-Unstyled</h3>
</div>
<div class="panel-body">
<ul class="list-unstyled">
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">List-Inline</h3>
</div>
<div class="panel-body">
<ol class="list-inline"><li>1.Lorem ipsum</li><li>2.Consectetur</li><li>3.Integer</li></ol>
</div>
</div>
</div>
</div>
<!-- End of Row -->
<!-- Row start -->
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Dropcap</h3>
</div>
<div class="panel-body">
<p><span class="dropcap text-primary">D</span>orem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, illo, iste itaque voluptas corrupti ratione reprehenderit magni similique? Tempore, quos delectus asperiores libero voluptas quod perferendis! Voluptate, quod illo rerum? Lorem ipsum dolor sit amet. Ea, ipsa, in, laboriosam, dignissimos nobis quaerat vitae a facere esse neque laudantium nisi atque quos assumenda magni quae architecto fugiat libero.</p>
<p><span class="dropcap text-purple">D</span>orem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, illo, iste itaque voluptas corrupti ratione reprehenderit magni similique? Tempore, quos delectus asperiores libero voluptas quod perferendis! Voluptate, quod illo rerum? Lorem ipsum dolor sit amet. Ea, ipsa, in, laboriosam, dignissimos nobis quaerat vitae a facere esse neque laudantium nisi atque quos assumenda magni quae architecto fugiat libero.</p>
</div>
</div>
</div>
</div><!-- End of Row -->
</div>
<!-- END Wraper -->
<!-- Footer Start -->
<footer class="footer">
2015 © Velonic.
</footer>
<!-- Footer Ends -->
</section>
<!-- Page Content End -->
<!-- ================== -->
<!-- js placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<script src="js/jquery.app.js"></script>
</body>
</html>