-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures-jquery.html
executable file
·671 lines (607 loc) · 34.4 KB
/
features-jquery.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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!DOCTYPE html>
<html>
<head>
<title>Materialzr - jquery Features</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0 minimal-ui"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/splash/splash-icon.png">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen.png" media="screen and (max-device-width: 320px)" />
<link rel="apple-touch-startup-image" href="images/splash/[email protected]" media="(max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)" />
<link rel="apple-touch-startup-image" sizes="640x1096" href="images/splash/[email protected]" />
<link rel="apple-touch-startup-image" sizes="1024x748" href="images/splash/splash-screen-ipad-landscape" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : landscape)" />
<link rel="apple-touch-startup-image" sizes="768x1004" href="images/splash/splash-screen-ipad-portrait.png" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : portrait)" />
<link rel="apple-touch-startup-image" sizes="1536x2008" href="images/splash/splash-screen-ipad-portrait-retina.png" media="(device-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"/>
<link rel="apple-touch-startup-image" sizes="1496x2048" href="images/splash/splash-screen-ipad-landscape-retina.png" media="(device-width: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"/>
<link href="styles/framework.css" rel="stylesheet" type="text/css">
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="styles/owl.theme.css" rel="stylesheet" type="text/css">
<link href="styles/swipebox.css" rel="stylesheet" type="text/css">
<link href="styles/font-awesome.css" rel="stylesheet" type="text/css">
<link href="styles/animate.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="preloader disabled">
<div id="status">
<p class="center-text">
Loading the content...
<em>Loading depends on your connection speed!</em>
</p>
</div>
</div>
<div class="all-elements">
<div class="snap-drawers">
<!-- Left Sidebar-->
<div class="snap-drawer snap-drawer-left">
<div class="sidebar-header">
<a href="#" class="sidebar-logo">Materializr</a>
<p>A new, elegant design</p>
</div>
<ul class="sidebar-navigation full-bottom">
<li>
<a href="index.html"><i class="fa fa-home"></i><em>Home</em></a>
</li>
<li class="selected">
<a href="features-typography.html"><i class="fa fa-cog"></i><em>Features</em></a>
</li>
<li>
<a href="gallery.html"><i class="fa fa-camera"></i><em>Gallery</em></a>
</li>
<li>
<a href="portfolio.html"><i class="fa fa-picture-o"></i><em>Portfolio</em></a>
</li>
<li>
<a href="page-videos.html"><i class="fa fa-youtube-play"></i><em>Videos</em></a>
</li>
<li>
<a href="contact.html"><i class="fa fa-envelope"></i><em>Contact</em></a>
</li>
<li>
<a class="sidebar-close" href="#"><i class="fa fa-times"></i><em>Close</em></a>
</li>
</ul>
<div class="decoration"></div>
<ul class="sidebar-navigation full-bottom">
<li>
<a href="page-error.html"><i class="fa fa-exclamation"></i><em>Error Page</em></a>
</li>
<li>
<a href="page-soon.html"><i class="fa fa-clock-o"></i><em>Soon Page</em></a>
</li>
<li>
<a href="page-profile.html"><i class="fa fa-user"></i><em>Profile Page</em></a>
</li>
<li>
<a href="page-login.html"><i class="fa fa-lock"></i><em>Login Page</em></a>
</li>
<li>
<a href="page-updates.html"><i class="fa fa-info"></i><em>Updates Page</em></a>
</li>
<li>
<a href="page-timeline.html"><i class="fa fa-navicon"></i><em>Timeline Page</em></a>
</li>
<li>
<a class="sidebar-close" href="#"><i class="fa fa-times"></i><em>Close</em></a>
</li>
</ul>
<div class="decoration"></div>
<ul class="sidebar-navigation">
<li>
<a href="#">Facebook</a>
</li>
<li>
<a href="#">Twitter</a>
</li>
<li>
<a href="#">Google Plus</a>
</li>
<li>
<a href="#" class="sidebar-close">Close</a>
</li>
</ul>
<div class="decoration"></div>
<p class="sidebar-copyright">Copyright 2014<br>All rights reserved.</p>
</div>
<!-- Right Sidebar -->
<div class="snap-drawer snap-drawer-right">
<div class="sidebar-header">
<a href="#" class="sidebar-logo">Materializr</a>
<p>A new, elegant design</p>
</div>
<div class="sidebar-form">
<div class="contact-form no-bottom">
<div class="formSuccessMessageWrap" id="formSuccessMessageWrap">
<div class="big-notification green-notification">
<h3 class="uppercase">Message Sent </h3>
<a href="#" class="close-big-notification">x</a>
<p>Your message has been successfuly sent. Please allow up to 48 hours for a reply! Thank you!</p>
</div>
</div>
<form action="php/contact.php" method="post" class="contactForm" id="contactForm">
<fieldset>
<div class="formValidationError" id="contactNameFieldError">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Name is required!</p>
</div>
</div>
<div class="formValidationError" id="contactEmailFieldError">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Mail address required!</p>
</div>
</div>
<div class="formValidationError" id="contactEmailFieldError2">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Mail address must be valid!</p>
</div>
</div>
<div class="formValidationError" id="contactMessageTextareaError">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Message field is empty!</p>
</div>
</div>
<div class="formFieldWrap">
<input type="text" name="contactNameField" value="Name" onfocus="if (this.value=='Name') this.value = ''" onblur="if (this.value=='') this.value = 'Name'" class="contactField requiredField" id="contactNameField"/>
</div>
<div class="formFieldWrap">
<input type="text" name="contactEmailField" value="Email" onfocus="if (this.value=='Email') this.value = ''" onblur="if (this.value=='') this.value = 'Email'" class="contactField requiredField requiredEmailField" id="contactEmailField"/>
</div>
<div class="formTextareaWrap">
<textarea onfocus="if (this.value=='Message') this.value = ''" onblur="if (this.value=='') this.value = 'Message'" name="contactMessageTextarea" class="contactTextarea requiredField" id="contactMessageTextarea">Message</textarea>
</div>
<div class="formSubmitButtonErrorsWrap">
<input type="submit" class="buttonWrap button button-green contactSubmitButton" id="contactSubmitButton" value="SUBMIT" data-formId="contactForm"/>
</div>
</fieldset>
</form>
</div>
</div>
<ul class="sidebar-navigation">
<li>
<a href="#">Call Us</a>
</li>
<li>
<a href="#">Text Us</a>
</li>
<li>
<a href="#">Facebook</a>
</li>
<li>
<a href="#">Twitter</a>
</li>
<li>
<a href="#">Google Plus</a>
</li>
<li>
<a href="#" class="sidebar-close">Close</a>
</li>
</ul>
<div class="decoration"></div>
<p class="sidebar-copyright">Copyright 2014<br>All rights reserved.</p>
</div>
</div>
<!-- Page Content-->
<div id="content" class="snap-content">
<div class="header material-box">
<a href="#" class="header-nav-left open-left"><i class="fa fa-navicon"></i></a>
<a href="#" class="header-top-logo">Materializr</a>
<a href="#" class="header-nav-right open-right"><i class="fa fa-envelope-o"></i></a>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h4>Page Features</h4>
<p class="no-bottom">
We have a variety of awesome features for you to choose from, simply tap a
button bellow or scroll down the page to see the features asociated to this page.
</p>
<div class="more">
<a class="simple-link" href="features-others.html">OTHERS</a>
<a class="simple-link active" href="features-jquery.html">jQUERY</a>
<a class="simple-link" href="features-typography.html">TYPOGRAPHY</a>
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h4>OS Styled Switchers</h4>
<p>
Content toggle switchers designed to feel and look like your native mobile swithcer,
this gives your users an even more native and intuitive feel when browsing your page.
</p>
<div class="decoration"></div>
<div class="one-third-responsive">
<!-- iOS Styled Toggles -->
<div class="container switch-box">
<h4>iOS Style 1</h4>
<a href="#" class="switch switch-1 switch-1-on">
<em>I</em>
<span></span>
<em>0</em>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>iOS Style 2</h4>
<a href="#" class="switch-icon switch-1 switch-1-on">
<em><i class="fa fa-times"></i></em>
<span></span>
<em><i class="fa fa-check"></i></em>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>iOS Style 3</h4>
<a href="#" class="switch switch-1 switch-1-on">
<span></span>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
</div>
<div class="decoration hide-if-responsive"></div>
<div class="one-third-responsive">
<!-- Android Styled Toggle -->
<div class="container switch-box">
<h4>Android Style 1</h4>
<a href="#" class="switch switch-2">
<span>
<em>I<br>O</em>
</span>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>Android Style 2</h4>
<a href="#" class="switch switch-2">
<span>
<em><i class="fa fa-check"></i><br><i class="fa fa-plus"></i></em>
</span>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>Android Style 3</h4>
<a href="#" class="switch switch-2">
<span></span>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
</div>
<div class="decoration hide-if-responsive"></div>
<div class="one-third-responsive last-column">
<!-- Windows / BlackBerry Styled Toggle -->
<div class="container switch-box">
<h4>Win / BB Style 1</h4>
<a href="#" class="switch switch-3">
<strong></strong>
<span></span>
<em>I</em>
<em>O</em>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>Win / BB Style 2</h4>
<a href="#" class="switch switch-3">
<strong></strong>
<span></span>
<em>+</em>
<em>-</em>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
<div class="container switch-box">
<h4>Win / BB Style 3</h4>
<a href="#" class="switch switch-3">
<strong></strong>
<span></span>
</a>
<em class="switch-box-subtitle">
Optional subtitle can be added here, this message automatically hides when the content is shown!
</em>
<div class="switch-box-content">
<p class="no-bottom">
Switches can be used as content toggles, where you can add almost every feature from the page inside of them.
We also provided the styles, so if you want you can even convert these to checkboxes. By default, they function
as content toggles! An extra style for your device!
</p>
</div>
</div>
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h4>Checkbox and Radio Designs</h4>
<p>
Checkboxes are cute and important, we offer a few variety of styles! These are only templates
but you can add these classes to your radios and checkboxes.
</p>
<div class="one-half">
<a href="#" class="checkbox checkbox-one">Checkbox</a>
<a href="#" class="checkbox checkbox-two">Checkbox</a>
<a href="#" class="checkbox checkbox-three">Checkbox</a>
<a href="#" class="checkbox checkbox-one checkbox-one-checked">Checkbox</a>
<a href="#" class="checkbox checkbox-two checkbox-two-checked">Checkbox</a>
<a href="#" class="checkbox checkbox-three checkbox-three-checked">Checkbox</a>
</div>
<div class="one-half last-column">
<a href="#" class="checkbox radio-one">Radio</a>
<a href="#" class="checkbox radio-two">Radio</a>
<a href="#" class="checkbox checkbox-three">Checkbox</a>
<a href="#" class="checkbox radio-one radio-one-checked">Radio</a>
<a href="#" class="checkbox radio-two radio-two-checked">Radio</a>
<a href="#" class="checkbox checkbox-three checkbox-three-checked">Checkbox</a>
</div>
</div>
<div class="content decoration hide-if-responsive"></div>
<div class="container material-box">
<h4>Tabs</h4>
<p>Tabs are awesome, but having them plugin-less is more amazing!</p>
<div class="tabs">
<a href="#" class="tab-but tab-but-1 tab-active">Tab 1</a>
<a href="#" class="tab-but tab-but-2">Tab 2</a>
<a href="#" class="tab-but tab-but-3">Tab 3</a>
<a href="#" class="tab-but tab-but-4">Tab 4</a>
</div>
<div class="tab-content tab-content-1">
<p>
<img src="images/pictures/1s.jpg" class="float-left" width="70" alt="img">
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
</p>
</div>
<div class="tab-content tab-content-2">
<p>
<img src="images/pictures/2s.jpg" class="float-left" width="70" alt="img">
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
</p>
</div>
<div class="tab-content tab-content-3">
<p>
<img src="images/pictures/3s.jpg" class="float-left" width="70" alt="img">
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
</p>
</div>
<div class="tab-content tab-content-4">
<p>
<img src="images/pictures/4s.jpg" class="float-left" width="70" alt="img">
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
Sed sed gravida turpis. Suspendisse quis lacus non lacus fermentum lobortis non et orci. Nullam bibendum non ligula ut viverra.
</p>
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h4>Toggles and Dropdowns!</h4>
<p>This is a huge set of awesomely CSS3 coded dropdowns and toggles!</p>
<div class="decoration"></div>
<div class="one-half-responsive">
<div class="container">
<div class="submenu-navigation">
<a href="#" class="submenu-nav-deploy">Deploy Submenu</a>
<div class="submenu-nav-items">
<a href="#">Item 1</a>
<a href="#">Item 2</a>
<a href="#">Item 3</a>
</div>
</div>
</div>
<div class="container">
<div class="toggle-3">
<a href="#" class="deploy-toggle-3">This is content toggle<em><strong></strong></em></a>
<div class="toggle-content">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled specimen book.
</p>
</div>
</div>
</div>
</div>
<div class="one-half-responsive last-column">
<div class="container">
<div class="toggle-1">
<a href="#" class="deploy-toggle-1">This is content toggle</a>
<div class="toggle-content">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled specimen book.
</p>
</div>
</div>
</div>
<div class="container no-bottom">
<div class="toggle-2">
<a href="#" class="deploy-toggle-2">This is content toggle</a>
<div class="toggle-content">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled specimen book.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h3>Door sliders!</h3>
<p>Try this for a great anti bot method! Interaction required!</p>
<div class="one-half-responsive">
<div class="sliding-door">
<div class="sliding-door-top">
<a href="#"><em></em>
Tap to show number!
</a>
</div>
<div class="sliding-door-bottom">
<a href="tel:+12 345 7890"><em></em>
<strong>Call us:</strong>
+1 555 354 7890
</a>
</div>
</div>
<div class="sliding-door-clear"></div>
</div>
<div class="one-half-responsive last-column">
<div class="sliding-door">
<div class="sliding-door-top">
<a href="#"><em></em>
Tap to show email!
</a>
</div>
<div class="sliding-door-bottom">
<a href="mailto:[email protected]"><em></em>
<strong>Mail us:</strong>
</a>
</div>
</div>
<!--<div class="sliding-door-clear"></div>-->
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h3>Big notifications!</h3>
<p>These notifications can be shown but they cannot be dismissed by tapping or closing!</p>
<div class="one-half-responsive">
<div class="big-notification red-notification">
<h4 class="uppercase">Notification Title</h4>
<a href="#" class="close-big-notification">x</a>
<p>A lot of nice stuff you want to write in this notification! It's simple to use and awesome!</p>
</div>
<div class="big-notification green-notification">
<h4 class="uppercase">Notification Title</h4>
<a href="#" class="close-big-notification">x</a>
<p>A lot of nice stuff you want to write in this notification! It's simple to use and awesome!</p>
</div>
</div>
<div class="one-half-responsive last-column">
<div class="big-notification yellow-notification">
<h4 class="uppercase">Notification Title</h4>
<a href="#" class="close-big-notification">x</a>
<p>A lot of nice stuff you want to write in this notification! It's simple to use and awesome!</p>
</div>
<div class="big-notification blue-notification no-bottom">
<h4 class="uppercase">Notification Title</h4>
<a href="#" class="close-big-notification">x</a>
<p>A lot of nice stuff you want to write in this notification! It's simple to use and awesome!</p>
</div>
</div>
</div>
<div class="content decoration"></div>
<div class="container material-box">
<h3>Small notifications, tap to hide!</h3>
<p>These notifications can be shown but they cannot be dismissed by tapping or closing!</p>
<div class="one-half-responsive">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">A red notification! Dismiss!</p>
</div>
<div class="static-notification-green tap-dismiss-notification">
<p class="center-text uppercase">A green notification! Dismiss!</p>
</div>
</div>
<div class="one-half-responsive last-column">
<div class="static-notification-yellow tap-dismiss-notification">
<p class="center-text uppercase">A yellow notification! Dismiss!</p>
</div>
<div class="static-notification-blue tap-dismiss-notification no-bottom">
<p class="center-text uppercase">A blue notification! Dismiss!</p>
</div>
</div>
</div>
<div class="content decoration"></div>
<div class="footer">
<p class="center-text"><a href="#" class="footer-up">Going up?</a><br>Copyright, 2014 John Doe</p>
</div>
</div>
<div class="footer-menu">
<a href="#" class="show-left-sidebar open-left"><i class="fa fa-navicon"></i></a>
<a href="#" class="show-right-sidebar open-right"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jqueryui.js"></script>
<script type="text/javascript" src="scripts/framework.plugins.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
</body>
</html>