-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
765 lines (690 loc) · 49.3 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
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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!DOCTYPE html>
<html lang="en">
<head>
<title>ChuckCSS.io | Mobile-first CSS framework, CSS helpers tools, modals, flexbox grids, responsive</title>
<meta name="description" content="ChuckCSS is a flexible, adaptative, mobile-first and easy to learn CSS framework. ChuckCSS included an advanced and responsive grid system based on the CSS3 flexbox property" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="google-site-verification" content="DBdJ6J16-N5CeTy47NhyCMkP4kagIa5a1YsQvKuKm9A" />
<meta name="author" content="Mickaël SURREL, ALPIXEL agency and ChuckCSS contributors">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="img/favicons/manifest.json">
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg">
<meta name="theme-color" content="#2fc0aa">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-LRlmVvLKVApDVGuspQFnRQJjkv0P7/YFrw84YYQtmYG4nK8c+M+NlmYDCv0rKWpG" crossorigin="anonymous">
<link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="dist/front.min.css" type="text/css" media="screen" />
<script type="text/javascript">
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9271946-14', 'auto');
ga('send', 'pageview');
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body class="homepage">
<!-- COOKIES -->
<div id="cookies">
<i class="far fa-exclamation-circle icon-left"></i> Our website use cookies to work properly. By browsing our website you understand cookies will be used on your computer.
<a href="#" class="accept-cookie close btn">I understand</a>
</div>
<header id="main-header">
<!-- Hamburger for phone devices -->
<div class="open-menu">
<button class="hamburger hamburger--elastic" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
<nav class="inside js-nav">
<ul>
<li class="first">
<a href="index">
<img src="img/logo-chuckcss-small.png" alt="ChuckCSS framework : responsive CSS framework" />
</a>
</li>
<li>
<a href="getting-started">Getting started</a>
</li>
<li>
<a href="documentation">Documentation</a>
</li>
<li>
<a href="reminder">Reminder</a>
</li>
<li>
<a href="https://github.com/alpixel/ChuckCSS" rel="nofollow" class="external-link">Download</a>
</li>
<li class="last">
<a href="https://twitter.com/chuckcss" rel="nofollow" class=" external-link btn"><i class="fab fa-twitter icon-left"></i> Follow me on Twitter</a>
</li>
</ul>
</nav>
<div class="inside">
<a href="index" class="logo">
<img src="img/logo-chuckcss-header.png" alt="ChuckCSS framework : responsive CSS framework" />
</a>
<h1>
ChuckCSS
<small>A mobile-first, responsive CSS framework with helpers tools, compiled with <a rel="nofollow" href="http://lesscss.org/" class="external-link">LESS</a> and <a rel="nofollow" href="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer</a>, based on FlexBox grids</small>
</h1>
<p>
<img src="https://img.shields.io/npm/v/ChuckCSS.svg" />
</p>
<div class="install cc-txt-center columns">
<div>
<p class="cc-pab-5">
NPM package
</p>
<a href="https://www.npmjs.com/package/ChuckCSS" rel="nofollow" rel="nofollow" class="btn external-link black">
$ npm install ChuckCSS
</a>
</div>
<div>
<p class="cc-pab-5">
YARN package
</p>
<a href="https://yarnpkg.com/en/package/ChuckCSS" rel="nofollow" rel="nofollow" class="btn external-link black">
$ yarn add ChuckCSS
</a>
</div>
<div>
<p class="cc-pab-5">
GitHub
</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" rel="nofollow" href="https://github.com/alpixel/ChuckCSS/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork alpixel/ChuckCSS on GitHub">Fork</a>
<a class="github-button" rel="nofollow" href="https://github.com/alpixel/ChuckCSS" data-icon="octicon-star" data-size="large" aria-label="Star alpixel/ChuckCSS on GitHub">Star</a>
</div>
</div>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ChuckCSS@4.0.1/dist/chuckcss-light.min.css" integrity="sha256-D5WfWbfsvHrNW0+ezCa2uCcWPIxi4r+R9vlSTekZSdE=" crossorigin="anonymous">
<main>
<section class="page-presentation">
<canvas id="anim-bg-1" class="anim-bg"></canvas>
<div class="inside">
<div class="columns">
<div class="cc-12 use-cdn cc-pat-40">
<h2 class="cc-mab-20">Start a new project with ChuckCSS CDN (lastest version)</h2>
<pre class="HTML">
<code class="language-markup"><!-- -->
<!-- Full version ~156Ko -->
<link
media="screen"
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/ChuckCSS/dist/chuckcss.min.css"
integrity="sha384-9Q5efsUnTOxxKSBqSr+Xu5C6NhT9C7ZpXmOJlQDLWsN43EpVBS1C/uqmwfuJJdw4"
crossorigin="anonymous">
<!-- OR use Light version ~100Ko (no grids, no badges, no tabs, no purple, yellow and orange colors) -->
<link
media="screen"
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/ChuckCSS/dist/chuckcss-light.min.css"
integrity="sha384-9Q5efsUnTOxxKSBqSr+Xu5C6NhT9C7ZpXmOJlQDLWsN43EpVBS1C/uqmwfuJJdw4"
crossorigin="anonymous">
</code>
</pre>
<pre class="HTML">
<code class="language-markup"><!-- -->
<!-- ** Optional; but needed for the openings/closures of modals ** -->
<script
src="https://cdn.jsdelivr.net/npm/ChuckCSS/dist/chuckcss.js"
integrity="sha384-ADz7aKD9VLw6IBaYl8pwAckpQVIk9vjGsvvNtj3lPPWWgcgu9ZgvNnR+AP7oz7x+"
crossorigin="anonymous" defer>
</script>
</code>
</pre>
</div>
<div class="cc-12 introduction">
<h2>Why ChuckCSS and what is it?</h2>
<p>
I'm Mickaël, a french front-end developer since 12 years. I currently work with a fantastic team in a french & fresh web agency : <a rel="nofollow" href="https://www.alpixel.fr" class="external-link">ALPIXEL</a><br /><br />ChuckCSS is born from the desire to make my own CSS framework, to ensure the projects maintainabilities i'm working on, and to increase my work speed. ChuckCSS is the result of my experience in front-end developments since many years. ChuckCSS is a responsive and mobile-first CSS framework compiled with <a href="http://lesscss.org/" rel="nofollow" class="external-link">LESS</a> and <a rel="nofollow" href="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer</a>, based on FlexBox grids.<br /><br />
Even if i would like ChuckCSS perfect, <a href="https://github.com/alpixel/ChuckCSS/issues/new" rel="nofollow" class="external-link">please open an issue on Github</a> if you find a problem.
</p>
</div>
<div>
<span>
<i class="ion-social-css3"></i>
</span>
<h2>
Plenty of features
<small>
Alerts, modals, buttons, typography...
</small>
</h2>
</div>
<div>
<span>
<i class="ion-android-phone-portrait"></i>
<i class="ion-ios-arrow-thin-right"></i>
<i class="ion-monitor"></i>
</span>
<h2>
Mobile-first
<small>
4 breakpoints for adaptative websites.
</small>
</h2>
</div>
<div>
<span>
<i class="ion-ios-grid-view-outline"></i>
</span>
<h2>
Flexbox grids
<small>
Build grids easily!
</small>
</h2>
</div>
</div>
</div>
</section>
<section class="inside">
<h2 class="cc-txt-center cc-pat-50 cc-pab-50">Few exemples of what ChuckCSS can do for you</h2>
<div class="wrap-feature">
<h3>Grids with ChuckCSS</h3>
<pre class="HTML">
<code class="language-markup"><!-- -->
<!-- Grid container -->
<div class="columns">
<div>Hello World!</div>
<div>Hello World!</div>
<div>Hello World!</div>
</div>
</code>
</pre>
<p class="cc-txt-center cc-mab-20">
<a href="#" class="btn cc-bg-primary js-home-column" data-action="add"><i class="fas fa-magic icon-left"></i> Add a column</a>
<a href="#" class="btn cc-bg-red js-home-column" data-action="remove"><i class="fas fa-times icon-left"></i>Remove a column</a>
</p>
<div class="columns">
<div class="cc-bg-chuckgreen">
Hello World!
</div>
<div class="cc-bg-chuckgreen-da">
Hello World!
</div>
<div class="cc-bg-chuckgreen">
Hello World!
</div>
</div>
<div class="columns cc-mat-10 cc-txt-center cc-hidden-s-down">
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
</div>
</div>
<div class="wrap-feature">
<h3>Grid with adaptative columns</h3>
<div class="alert alert-info">
<i class="ion-alert-circled"></i>
<div>
<strong>ChuckCSS has 4 breakpoints.</strong><br />This exemple shows only <em>medium</em> and <em>x-large</em> breakpoints
</div>
</div>
<pre class="HTML collapsed">
<code class="language-markup"><!-- -->
<!-- Grid container -->
<div class="columns">
<!-- Screen >= Medium : 4 cols -->
<div class="cc-4-m">...</div>
<!-- Screen >= Medium : 3 cols | Screen >= 1200px : 5 cols -->
<div class="cc-3-m cc-5-xl">...</div>
<!-- Screen >= Medium : 5 cols | Screen >= 1200px : 3 cols -->
<div class="cc-5-m cc-3-xl">...</div>
</div>
</code>
</pre>
<p class="js-view-code"><a href="#" class="btn cc-bg-red"><i class="ion-arrow-expand icon-left"></i>View code</a></p>
<div class="columns cc-txt-center">
<div class="cc-bg-chuckgreen cc-4-m">
Medium and upper : 4 / 12<br />
Default : 12 / 12
</div>
<div class="cc-bg-chuckgreen-da cc-3-m cc-5-xl">
X-Large : 5 / 12<br />
Medium and upper : 3 / 12<br />
Default : 12 / 12
</div>
<div class="cc-bg-chuckgreen cc-5-m cc-3-xl">
X-Large : 3 / 12<br />
Medium and upper : 5 / 12<br />
Default : 12 / 12
</div>
</div>
<div class="columns cc-mat-10 cc-txt-center cc-hidden-s-down">
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
<div class="cc-bg-primary cc-1">1</div>
<div class="cc-bg-blue cc-1">1</div>
</div>
</div>
<div class="wrap-feature">
<h3>Modals with ChuckCSS</h3>
<div class="alert alert-info">
<i class="ion-alert-circled"></i>
<div>
Using modals required the <strong>chuckcss.js file</strong> (only for opening and closure).
</div>
</div>
<pre class="HTML collapsed">
<code class="language-markup"><!-- -->
<!-- Classic modal -->
<button data-modal="MODAL_ID" role="button">Launch modal</button>
<!-- Modal minimal structure -->
<div id="MODAL_ID" class="modal">
<!-- Close button -->
<button data-close-modal></button>
<!-- Overlay -->
<div class="modal-overlay"></div>
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
...
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
...
</div>
</div>
</div>
<!-- ALL EXEMPLES IN THE DOCUMENTATION SECTION -->
</code>
</pre>
<p class="js-view-code"><a href="#" class="btn cc-bg-red"><i class="ion-arrow-expand icon-left"></i>View code</a></p>
<div class="columns">
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-id" class="cc-bg-primary" role="button">Classic modal</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-fullscreen" class="cc-bg-primary">Fullscreen modal</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-id-fixed-hf" class="cc-bg-primary">Fixed Header & Footer</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-id-no-closable" class="cc-bg-primary">Disabled overlay</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-id-nested" class="cc-bg-primary">Nested modals</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-slideinright" class="cc-bg-primary">Fullscreen + SlideInRight effect</button>
</div>
<div class="cc-4-m cc-3-l cc-txt-center">
<button role="button" data-modal="modal-slideinleft" class="cc-bg-primary">Fullscreen + SlideInLeft effect</button>
</div>
</div>
</div>
<div class="wrap-feature">
<h3>Buttons / Links with ChuckCSS</h3>
<pre class="HTML collapsed">
<code class="language-markup"><!-- -->
<!-- Few exemples of buttons -->
<button>Classical button</button>
<button class="cc-bg-primary">Primary button</button>
<button class="cc-bg-primary cc-outlined">Outlined button</button>
<button class="cc-bg-primary"><i class="fas fa-times icon-left"></i>Iconed button</button>
<button class="cc-bg-primary cc-disabled">Disabled button</button>
<button class="cc-bg-primary cc-loading">Loading</button>
<!-- Few exemples of buttons-like links -->
<a href="#" class="btn">Classical Btn link</a>
<a href="#" class="btn cc-bg-primary">Primary link</a>
<a href="#" class="btn cc-bg-primary cc-outlined">Outlined link</a>
<a href="#" class="btn cc-bg-primary"><i class="fas fa-times icon-left"></i>Iconed link</a>
<a href="#" class="btn cc-bg-primary cc-disabled">Disabled link</a>
<a href="#" class="btn cc-bg-primary cc-loading">Loading</a>
</code>
</pre>
<p class="js-view-code"><a href="#" class="btn cc-bg-red"><i class="ion-arrow-expand icon-left"></i>View code</a></p>
<div class="columns">
<div class="cc-txt-center">
<button>Classical button</button>
</div>
<div class="cc-txt-center">
<button class="cc-bg-primary">Primary button</button>
</div>
<div class="cc-txt-center">
<button class="cc-bg-primary cc-outlined">Outlined button</button>
</div>
<div class="cc-txt-center">
<button class="cc-bg-primary"><i class="fas fa-times icon-left"></i> Iconed button</button>
</div>
<div class="cc-txt-center">
<button class="cc-bg-primary cc-disabled">Disabled button</button>
</div>
<div class="cc-txt-center">
<button class="cc-bg-primary cc-loading">Loading</button>
</div>
</div>
<div class="columns">
<div class="cc-txt-center">
<a href="#" class="btn">Classical Btn link</a>
</div>
<div class="cc-txt-center">
<a href="#" class="btn cc-bg-primary">Primary link</a>
</div>
<div class="cc-txt-center">
<a href="#" class="btn cc-bg-primary cc-outlined">Outlined link</a>
</div>
<div class="cc-txt-center">
<a href="#" class="btn cc-bg-primary"><i class="fas fa-times icon-left"></i>Iconed link</a>
</div>
<div class="cc-txt-center">
<a href="#" class="btn cc-bg-primary cc-disabled">Disabled link</a>
</div>
<div class="cc-txt-center">
<a href="#" class="btn cc-bg-primary cc-loading">Loading</a>
</div>
</div>
</div>
<div class="wrap-feature">
<h3>Alerts box with ChuckCSS</h3>
<div class="alert alert-info">
<i class="ion-alert-circled"></i>
<div>
On alert boxes, the "data-close-alert" button require the <strong>chuckcss.js file</strong>.<br />
Nevertheless, you can build alert box without the "data-close-alert" button. In that case, you don't need to load the chuckcss.js file.
</div>
</div>
<pre class="HTML collapsed">
<code class="language-markup"><!-- -->
<!-- Success -->
<div class="alert alert-success">
<i class="fas fa-thumbs-up"></i>
<div>
It's a success! Good job :)
</div>
<button data-close-alert role="button"><i class="fas fa-times"></i></button>
</div>
<!-- Error -->
<div class="alert alert-error">
<i class="fas fa-spider-black-widow"></i>
<div>
It's an error!<br />
Please check the list below :
<ul>
<li><strong>Error 1 :</strong> Nunc...</li>
<li><strong>Error 2 :</strong> Nunc...</li>
<li><strong>Error 3 :</strong> Nunc...</li>
</ul>
</div>
<button data-close-alert role="button"><i class="fas fa-times"></i></button>
</div>
</code>
</pre>
<p class="js-view-code"><a href="#" class="btn cc-bg-red"><i class="ion-arrow-expand icon-left"></i>View code</a></p>
<div class="alert alert-success">
<i class="fas fa-thumbs-up"></i>
<div>
It's a success! Good job :)
</div>
<button data-close-alert role="button"><i class="fas fa-times"></i></button>
</div>
<div class="alert alert-error">
<i class="fas fa-spider-black-widow"></i>
<div>
It's an error!<br />
Please check the list below :
<ul>
<li><strong>Error 1 :</strong> Nunc nunc lundium aliquet elementum ac pulvinar proin.</li>
<li><strong>Error 2 :</strong> Nunc nunc lundium aliquet elementum ac pulvinar proin.</li>
<li><strong>Error 3 :</strong> Nunc nunc lundium aliquet elementum ac pulvinar proin.</li>
</ul>
</div>
<button data-close-alert role="button"><i class="fas fa-times"></i></button>
</div>
</div>
</section>
</main>
<footer id="main-footer">
<p>
© 2019 - ChuckCSS.io - All rights reserved - Made with ❤ for <a rel="nofollow" href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
</p>
<p>
ChuckCSS is under <a rel="nofollow" href="https://opensource.org/licenses/mit-license.php" class="external-link">MIT Licence</a> - <a rel="nofollow" href="https://github.com/alpixel/ChuckCSS" class="external-link">Hosted on GitHub</a>
</p>
</footer>
<!-- Modals exemples -->
<div class="wrap-modals">
<div id="modal-id" class="modal">
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
I'm a default modal (50% width)
</div>
<div class="modal-body">
<p>
Hamburger doner alcatra sirloin bresaola porchetta tenderloin. Ribeye bacon meatball ball tip beef ribs leberkas capicola corned beef.
</p>
<h3 class="cc-mat-30">A grid layout into a modal ?..</h3>
<div class="columns cc-mat-30">
<div class="cc-3-m cc-bg-chuckgreen">Hamburger</div>
<div class="cc-3-m cc-bg-chuckgreen-da">Hamburger</div>
<div class="cc-3-m cc-bg-chuckgreen">Hamburger</div>
<div class="cc-3-m cc-bg-chuckgreen-da">Hamburger</div>
</div>
</div>
<div class="modal-footer cc-txt-center">
<a href="javascript:void(0)" data-close-modal class="btn cc-bg-red">Close</a>
</div>
</div>
</div>
<div id="modal-fullscreen" class="modal" data-fullscreen data-fixed-hf>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
I'm a fullscreen modal combined with fixed header & footer
</div>
<div class="wrap-modal-body">
<div class="modal-body">
<p>
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
</p>
</div>
</div>
<div class="modal-footer cc-txt-center">
<a href="javascript:void(0)" data-close-modal class="btn cc-bg-red">Close</a>
</div>
</div>
</div>
<div id="modal-id-fixed-hf" class="modal" data-fixed-hf>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
I'm a default modal with fixed header & footer
</div>
<div class="wrap-modal-body">
<div class="modal-body">
<p>
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
Bacon ipsum dolor amet cupim pancetta corned beef tongue, capicola pork belly t-bone fatback drumstick venison kevin. Pork pig prosciutto, chicken kevin tail short loin venison alcatra fatback beef. Tenderloin tongue drumstick pancetta. Bacon boudin venison beef jerky tongue prosciutto.
Beef ribs ribeye bacon corned beef pork belly landjaeger. Meatball strip steak picanha ribeye meatloaf spare ribs rump sausage chicken beef ribs tri-tip pastrami leberkas. Chicken filet mignon jerky kevin turducken pig ground round. Shoulder strip steak frankfurter ham drumstick, capicola t-bone pork belly turducken kielbasa cow corned beef. Filet mignon shank turkey andouille turducken.
</p>
</div>
</div>
<div class="modal-footer cc-txt-center">
<a href="javascript:void(0)" data-close-modal class="btn cc-bg-red">Close</a>
</div>
</div>
</div>
<div id="modal-id-no-closable" class="modal" data-disabled-overlay>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
Disabled overlay
</div>
<div class="modal-body">
<p>
You have to click on close button to close this modal.
</p>
</div>
</div>
</div>
<div id="modal-id-nested" class="modal modal-large">
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
I'm the modal Header : large modal (width of 80%)
</div>
<div class="modal-body">
<p><strong>I'm a large modal:</strong></p>
<div class="view-code shown">
<pre class="HTML">
<code class="language-markup"><!-- -->
<!-- Button in footer -->
<button data-modal="modal-id-2" class="cc-bg-primary" role="button">Open a second modal</button>
</code>
</pre>
</div>
</div>
<div class="modal-footer cc-txt-center">
<button data-modal="modal-id-2" class="cc-bg-primary" role="button">Open a second modal</button>
</div>
</div>
</div>
<div id="modal-id-2" class="modal">
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
I'm a default modal (50% width)
</div>
<div class="modal-body">
<p>
<strong>I'm the second modal with id="modal-id-2"</strong>
</p>
<div class="view-code shown">
<pre class="HTML">
<code class="language-markup"><!-- -->
<!-- Button in footer -->
<button data-modal="modal-id-3" class="cc-bg-primary" role="button">
Open a small modal with disabled overlay
</button>
</code>
</pre>
</div>
</div>
<div class="modal-footer cc-txt-center">
<button data-modal="modal-id-3" class="cc-bg-primary" role="button">Open a small modal with disabled overlay</button>
</div>
</div>
</div>
<div id="modal-id-3" class="modal modal-small" data-disabled-overlay>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
Small modal (30% width)
</div>
<div class="modal-body">
<p>
<strong>I'm the third modal with id="modal-id-3"</strong> and you can't close me by clicking on overlay!
</p>
</div>
</div>
</div>
<div id="modal-slideinright" class="modal" data-open="slideInRight" data-fixed-hf data-fullscreen>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
Fullscreen + slideInRight effect !
</div>
<section class="wrap-modal-body">
<div class="modal-body">
<p>
Hamburger doner alcatra sirloin bresaola porchetta tenderloin. Ribeye bacon meatball ball tip beef ribs leberkas capicola corned beef.
Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus.
Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
</p>
</div>
</section>
<div class="modal-footer cc-txt-center">
<a href="javascript:void(0)" class="btn cc-bg-red" data-close-modal>Close</a>
</div>
</div>
</div>
<div id="modal-slideinleft" class="modal" data-open="slideInLeft" data-fixed-hf data-fullscreen>
<button data-close-modal></button>
<div class="modal-overlay"></div>
<div class="modal-content">
<div class="modal-header">
Fullscreen + slideInLeft effect !
</div>
<section class="wrap-modal-body">
<div class="modal-body">
<p>
Hamburger doner alcatra sirloin bresaola porchetta tenderloin. Ribeye bacon meatball ball tip beef ribs leberkas capicola corned beef.
Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus.
Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
</p>
</div>
</section>
<div class="modal-footer cc-txt-center">
<a href="javascript:void(0)" class="btn cc-bg-red" data-close-modal>Close</a>
</div>
</div>
</div>
</div>
<!-- Back to top -->
<a href="#main-header" class="backtotop ion-chevron-up"></a>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script type="text/javascript" src="dist/app.min.js"></script>
</body>
</html>