-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
807 lines (710 loc) · 32.9 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
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>xpressio - Small and Fast RWD front-end framework</title>
<meta name="description" content="Just a small and fast front-end framework to design your Web Site.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" />
<link rel="stylesheet" href="/build/xpressio.default.css">
</head>
<body>
<header class="bck theme alternative text center">
<div class="color white">
<nav class="inline middle">
<span class="logo">xpressio</span>
</nav>
<div class="nav_space"></div>
<nav class="inline middle">
<span class="margin"><a href="//twitter.com/share" target="_blank" data-url="//xpress.io" data-text="Small and Fast RWD front-end framework" data-via="dreyacosta" data-lang="es" data-count="none" data-hashtags="xpressio"><i class="fa fa-twitter"></i> Share</a></span>
<span class="margin"><a href="//github.com/dreyacosta/xpressio/archive/master.zip" target="_blank"><i class="fa fa-cloud-download"></i> Download</a></span>
</nav>
</div>
</header>
<section class="bck theme main text book center">
<div class="color white padding">
<div class="row">
<div class="col12">
<h1 class="text book">xpressio</h1>
<h3 class="text thin">Just a small and fast tool to design your website.</h3>
<h6 class="text thin color theme secondary">A little exercise to try Stylus</h6>
</div>
</div>
<div class="row">
<div class="col12">
<div>
<a href="https://github.com/dreyacosta/xpressio/archive/master.zip" target="_blank" class="btn large bck theme alternative border radius margin_top margin_bottom"><i class="fa fa-arrow-circle-o-down"></i> Download</a>
<a href="https://github.com/dreyacosta/xpressio" target="_blank" class="btn large bck theme alternative border radius margin_top margin_bottom"><i class="fa fa-github-alt"></i> View on Github</a>
</div>
<div><i class="icon-cog"></i> Version 0.4.0</div>
</div>
</div>
</div>
</section>
<section class="bck theme background text center">
<div class="site_width padding">
<h2 class="color theme title">
Simple to use and customize
</h2>
<h3 class="text book color theme subtitle margin_bottom">
Don't worry about your CSS knowledge, just set your settings, colors and build your xpressio theme in less than 5 minutes.
</h3>
<div class="row">
<div class="col4">
<h2 class="fa fa-tachometer"></h2>
<h4>CSS3 Powered</h4>
<div>
<p>CSS3 it's fun, with powerful features that makes it easy to create a Web Site.</p>
<div>Lorem ipsum</div>
</div>
</div>
<div class="col4">
<h2 class="fa fa-wrench"></h2>
<h4>Built with Stylus</h4>
<p>Preprocesors are great tools providing scalable and maintainable CSS.</p>
</div>
<div class="col4">
<h2 class="fa fa-leaf"></h2>
<h4>Lightweight</h4>
<p>High performance Web Sites are a plus so Xpressio is lightweight.</p>
</div>
</div>
</div>
</section>
<section>
<div class="site_width text center padding">
<h2 class="color theme title">Borders</h2>
<h3 class="text book color theme subtitle margin_bottom">Multiple border classes</h3>
<div class="row margin_bottom">
<div class="col3 bck red padding border dotted top">
<span class="color white ">border dotted top</span>
</div>
<div class="col3 bck red padding border solid right">
<span class="color white ">border solid right</span>
</div>
<div class="col3 bck red padding border dashed bottom">
<span class="color white ">border dashed bottom</span>
</div>
<div class="col3 bck red padding border solid left">
<span class="color white ">border solid left</span>
</div>
</div>
<div class="row">
<div class="col12 bck pink padding border solid all">
<span class="color white">border solid all</span>
</div>
</div>
</div>
</section>
<section class="bck theme background text center">
<div class="site_width padding">
<h2 class="color theme title margin_bottom">Add to only show on...</h2>
<div class="row margin_bottom">
<div class="col4">
<h1 class="fa fa-desktop"></h1>
<h3>.desktop</h3>
</div>
<div class="col4">
<h1 class="fa fa-tablet"></h1>
<h3>.tablet</h3>
</div>
<div class="col4">
<h1 class="fa fa-mobile"></h1>
<h3>.mobile</h3>
</div>
</div>
<div class="desktop row padding bck green">
<div class="col12 color white">
<p><i class="fa fa-desktop"></i> .desktop</p>
</div>
</div>
<div class="tablet row padding bck green">
<div class="col12 color white">
<p><i class="fa fa-tablet"></i> .tablet</p>
</div>
</div>
<div class="mobile row padding bck green">
<div class="col12 color white">
<p><i class="fa fa-mobile"></i> .mobile</p>
</div>
</div>
</div>
</section>
<section>
<div class="site_width padding">
<h2 class="text center color theme title">Normalize styles</h2>
<h3 class="text center book color theme subtitle margin_bottom">Reset and preserves useful defaults styles.</h3>
<div class="row margin_bottom">
<div class="col3">
<h4>address</h4>
<address><p>
<strong>Home, Inc.</strong><br>
345 Joke Ave, Suite 654<br>
Sen Seklo, NY 95675<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
<a href="mailto:#">[email protected]</a>
</p></address>
</div>
<div class="col3">
<h4>blockquote</h4>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<p><small>Someone famous <cite title="Source Title">Source Title</cite></small></p>
</blockquote>
</div>
<div class="col3">
<h4>description tags</h4>
<dl>
<dt>Description title</dt>
<dd>Description description</dd>
<dt>Description title</dt>
<dd>Description description</dd>
</dl>
</div>
<div class="col3">
<h4 class="margin_bottom">Headings</h4>
<div class="row">
<div class="col12">
<h1 class="inline">H1</h1>
<h2 class="inline">H2</h2>
<h3 class="inline">H3</h3>
<h4 class="inline">H4</h4>
<h5 class="inline">H5</h5>
<h6 class="inline">H6</h6>
</div>
</div>
</div>
</div>
<div class="row margin_bottom">
<div class="col6">
<h4>pre, code</h4>
<pre class="margin_bottom"><a class="btn" href="">Link</a>
<button class="btn" type="submit">Button</button>
<input class="btn" type="button" value="Input">
<input class="btn" type="submit" value="Submit"></pre>
<pre><code>def openFile(path):
file = open(path, "r")
content = file.read()
file.close()
return content</code></pre>
</div>
<div class="col6">
<h4>Tables</h4>
<table class="anchor">
<thead>
<tr>
<th>Table header 1</th>
<th>Table header 3</th>
<th>Table header 3</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Table footer 1</td>
<td>Table footer 2</td>
<td>Table footer 3</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>File 1 - Table body cell 1</td>
<td>File 1 - Table body cell 2</td>
<td>File 1 - Table body cell 3</td>
</tr>
<tr>
<td>File 2 - Table body cell 1</td>
<td>File 2 - Table body cell 2</td>
<td>File 2 - Table body cell 3</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row margin_bottom">
<div class="col3">
<h4>List style (default)</h4>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</div>
<div class="col3">
<h4>List style (.square)</h4>
<ul class="square">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</div>
<div class="col3">
<h4>List style (.circle)</h4>
<ul class="circle">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</div>
<div class="col3">
<h4>Ordered list (default)</h4>
<ol>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<ol>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ol>
</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ol>
</div>
</div>
<div class="row">
<div class="col6">
<h4>Paragraph test</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio totam fugit alias ipsa, maiores voluptas nostrum. Ipsa numquam, adipisci id repellendus nam reprehenderit! Vel quia ullam nihil officia. Doloribus, officia. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores et harum nesciunt repellat minima, ad ea voluptatem corrupti provident voluptas voluptatibus odit quos ipsam esse distinctio similique optio officia cumque.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores et harum nesciunt repellat minima, ad ea voluptatem corrupti provident voluptas voluptatibus odit quos ipsam esse distinctio similique optio officia cumque. Maiores et harum nesciunt repellat minima, ad ea voluptatem corrupti provident voluptas voluptatibus odit </p>
</div>
<div class="col6">
<h4>Paragraph test</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio totam fugit alias ipsa, maiores voluptas nostrum. Ipsa numquam, adipisci id repellendus nam reprehenderit! Vel quia ullam nihil officia. Doloribus, officia.</p>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio totam fugit alias ipsa, maiores voluptas nostrum.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio totam fugit alias ipsa, maiores voluptas nostrum. Ipsa numquam, adipisci id repellendus nam reprehenderit! Vel quia ullam nihil officia.</li>
</ul>
<p>Maiores et harum nesciunt repellat minima.</p>
</div>
</div>
</div>
</section>
<section class="bck theme background text center">
<div class="site_width padding">
<h2 class="color theme title">Images and border-radius examples</h2>
<h3 class="text book theme subtitle margin_bottom">Awesome responsive images and beatiful border-radius.</h3>
<div class="inline">
<h5>border radius</h5>
<img src="images/demo.png" alt="" class="border radius" />
</div>
<div class="inline">
<h5>border circle</h5>
<img src="images/demo.png" alt="" class="border circle" />
</div>
</div>
</section>
<section>
<div class="site_width padding">
<h2 class="text center color theme title">Inputs & Buttons</h2>
<h2 class="text center book color theme subtitle margin_bottom">Simple and beatifuls form components</h2>
<div class="row">
<div class="col6">
<h4>Inputs</h4>
<input type="text" placeholder="text input" />
<input type="password" placeholder="password input" />
<h4 class="margin_top_medium">Forms</h4>
<form>
<fieldset>
<label>Label name:</label>
<input type="text" placeholder="Type something…" />
</fieldset>
<fieldset>
<label>Date:</label>
<input type="date" />
</fieldset>
<fieldset>
<label>Search:</label>
<input type="search" placeholder="Search..." />
</fieldset>
<fieldset>
<label>Textarea:</label>
<textarea></textarea>
</fieldset>
<fieldset>
<label>Select:</label>
<div class="select">
<select>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
<option value="4">Option 4</option>
<option value="5">Option 5</option>
</select>
</span>
</fieldset>
<fieldset>
<label>Check me out:</label>
<span>First</span>
<input type="checkbox">
<span>Second</span>
<input type="checkbox">
<span>Third</span>
<input type="checkbox">
</fieldset>
<fieldset>
<label>Check me out:</label>
<span>Yes</span>
<input type="radio" name="radio">
<span>No</span>
<input type="radio" name="radio">
</fieldset>
<fieldset>
<button type="submit" class="medium bck theme background border radius">Submit</button>
</fieldset>
</form>
</div>
<div class="col6">
<h4>Buttons</h4>
<div class="margin_bottom">
<div class="btn small bck theme alternative">
<span class="text color white">.btn .small</span>
</div>
<div class="btn bck theme alternative">
<span class="text color white">.btn</span>
</div>
</div>
<div class="margin_bottom">
<div class="btn medium bck theme alternative">
<span class="text color white">.btn .medium</span>
</div>
<div class="btn large bck theme alternative">
<span class="text color white">.btn .large</span>
</div>
</div>
<div class="row">
<div class="col6">
<button class="btn medium bck pink border radius fluid">
<span class="text color white">Get free account</span>
</button>
</div>
<div class="col6">
<button class="btn medium bck green border radius fluid">
<span class="text color white">Log in</span>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bck theme background text center">
<div class="site_width padding">
<h2 class="color theme title">Grid system</h2>
<h3 class="text book center color theme subtitle">Flexible and fluid grid system (customizable to 16 columns max.)</h3>
<div><small>Just remember the sum must be equal to your colums variable.</small></div>
<div class="margin_bottom"><small>Example: columns = 12 | col4 + col4 + col4 = 12</small></div>
<div class="row margin_bottom">
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
<div class="col1 bck theme secondary padding">col1</div>
</div>
<div class="row margin_bottom">
<div class="col1 bck theme secondary padding">col1</div>
<div class="col11 bck theme secondary padding">col11</div>
</div>
<div class="row margin_bottom">
<div class="col3 bck theme secondary padding">col3</div>
<div class="col3 bck theme secondary padding">col3</div>
<div class="col3 bck theme secondary padding">col3</div>
<div class="col3 bck theme secondary padding">col3</div>
</div>
<div class="row margin_bottom">
<div class="col3 bck theme secondary padding">col3</div>
<div class="col9 bck theme secondary padding">col9</div>
</div>
<div class="row margin_bottom">
<div class="col4 bck theme secondary padding">col4</div>
<div class="col4 bck theme secondary padding">col4</div>
<div class="col4 bck theme secondary padding">col4</div>
</div>
<div class="row margin_bottom">
<div class="col6 bck theme secondary padding">col6</div>
<div class="col6 bck theme secondary padding">col6</div>
</div>
</div>
</section>
<section>
<div class="site_width padding">
<h2 class="text center color theme title">Flexbox (.flex)</h2>
<h3 class="text book center color theme subtitle margin_bottom">Easy play with CSS3 Flexbox awesome feature</h3>
<h4 class="">First flex container (.flex.auto)</h4>
<div class="flex auto margin">
<div class="flex column x_center bck blue padding margin border solid all">
<div class="text bold">.flex .column .x_center</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
<div class="flex column">
<span class="text center bold">Flexbox inside flexbox (.flex .column)</span>
<div class="bck pink padding margin border solid all">
<div class="text center bold">div</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p></div>
</div>
<div class="bck yellow padding margin border solid all">
<div class="text center bold">div</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p></div>
</div>
<div class="bck orange padding margin border solid all">
<div class="text center bold">div</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p></div>
</div>
</div>
<div class="flex column x_center bck blue padding margin border solid all">
<div class="text bold">.flex .column .x_center</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
</div>
<h4 class="">Second flex container (.flex)</h4>
<div class="flex margin">
<div class="bck green x1 padding margin border solid all">
<span class="text bold">.x1</span>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
<div class="bck red x1 padding margin border solid all">
<span class="text bold">.x1</span>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
</div>
<h4 class="">Third flex container (.flex)</h4>
<div class="flex margin">
<div class="x4 flex column x_center bck violet padding margin border solid all">
<div class="text bold">.x4</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
<div class="x1 bck violet padding margin border solid all">
<div class="text bold">.x1</div>
<div><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde tenetur distinctio odit rerum iure quas nihil neque a facilis quam tempora pariatur reprehenderit architecto cum beatae eaque quisquam rem veniam.</p></div>
</div>
</div>
</div>
</section>
<section class="bck theme background">
<div class="site_width padding">
<h2 class="text center color theme title">Font colors & styles</h2>
<h3 class="text book center color theme subtitle margin_bottom">Default useful typography styles that can be customized.</h3>
<div class="row">
<div class="col3">
<h4>color</h4>
<p>normal</p>
<p class="color white">white</p>
<p class="color black">black</p>
<p class="color blue">blue</p>
<p class="color green">green</p>
<p class="color yellow">yellow</p>
<p class="color red">red</p>
</div>
<div class="col3">
<h4>text [align]</h4>
<p class="text left">left</p>
<p class="text center">center</p>
<p class="text right">right</p>
<p class="text justify">justify</p>
</div>
<div class="col3">
<h4>text [style]</h4>
<p class="text thin">thin</p>
<p class="text book">book</p>
<p class="text normal">normal</p>
<p class="text bold">bold</p>
<p class="text italic">italic</p>
<p class="text uppercase">uppercase</p>
<p class="text underline">underline</p>
</div>
<div class="col3">
<h4>text size</h4>
<p class="text small">small</p>
<p>normal</p>
<p class="text large">large</p>
<p class="text big">big</p>
</div>
</div>
</div>
</section>
<section>
<section class="site_width padding text center">
<h2 class="color theme title">Tooltips</h2>
<h3 class="text book theme subtitle margin_bottom">Cool and helpful message</h3>
<div class="inline tooltip bck theme secondary border radius padding">
<span>Tooltip description</span>
<div>Mouseover</div>
</div>
<div class="inline tooltip bck theme secondary border radius padding">
<span>Tooltip description</span>
<div>Just a demo tooltip</div>
</div>
</section>
</section>
<section>
<div class="site_width text center padding">
<h2 class="color theme title">Dropdowns</h2>
<h3 class="text book center color theme subtitle margin_bottom">Easy markup and classes for your dropdowns</h3>
<div class="inline bck theme alternative">
<div class="dropdown">
<div class="cursor pointer padding"><span class="color white">Menu</span></div>
<ul class="menu anchor text left bck green hidden">
<li class="color white border solid bottom padding">HTML5</li>
<li class="color white border solid bottom padding">CSS3</li>
<li class="color white border solid padding">JavaScript</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="modal-overlay"></section>
<section>
<div id="modal1" class="modal">
<div class="bck pink padding">
<div class="color white">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
<div id="modal2" class="modal">
<div class="bck theme alternative padding">
<div class="color white">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<input type="text" name="username" placeholder="Username" />
<input type="password" name="pass" placeholder="Password" />
<div class="cursor pointer bck green padding text center">
<span class="text bold color white">Register</span>
</div>
</div>
</div>
</div>
</section>
<section class="bck theme background text center">
<div class="site_width padding">
<h2 class="color theme title">Modals</h2>
<h3 class="text book color theme subtitle margin_bottom">Responsive CSS3 modals</h3>
<div class="row">
<div class="col6">
<div class="btn fluid medium bck pink inline border radius cursor pointer" data-toggle="modal" data-target="modal1">
<span class="text color white">Modal 1</span>
</div>
</div>
<div class="col6">
<div class="btn fluid medium bck theme alternative inline border radius cursor pointer" data-toggle="modal" data-target="modal2">
<span class="text color white">Modal 2</span>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="site_width text center padding">
<h2 class="color theme title margin_bottom">Colorful backgrounds</h2>
<div class="row">
<div class="col3 bck yellow padding">
<span class="color white">bck yellow</span>
</div>
<div class="col3 bck orange padding">
<span class="color white">bck orange</span>
</div>
<div class="col3 bck pink padding">
<span class="color white">bck pink</span>
</div>
<div class="col3 bck red padding">
<span class="color white">bck red</span>
</div>
</div>
<div class="row margin_top">
<div class="col3 bck blue padding">
<span class="color white">bck blue</span>
</div>
<div class="col3 bck green padding">
<span class="color white">bck green</span>
</div>
<div class="col3 bck violet padding">
<span class="color white">bck violet</span>
</div>
<div class="col3 bck black padding">
<span class="color white">bck black</span>
</div>
</div>
<h3 class="color theme title margin_top margin_bottom">Your own beatiful colors</h3>
<div class="row">
<div class="col2 bck theme main padding">
<span class="color white">theme main</span>
</div>
<div class="col2 bck theme background padding">
<span>theme background</span>
</div>
<div class="col2 bck theme title padding">
<span class="color white">theme title</span>
</div>
<div class="col2 bck theme subtitle padding">
<span class="color white">theme subtitle</span>
</div>
<div class="col2 bck theme secondary padding">
<span>theme secondary</span>
</div>
<div class="col2 bck theme alternative padding">
<span class="color white">theme alternative</span>
</div>
</div>
</div>
</section>
<footer class="bck theme alternative text center">
<div class="site_width color white padding">
<h2>About the author</h2>
<h3 class="text book color theme secondary">I'm <a href="http://dreyacosta.com" target="_blank">David Rey</a> a technology enthusiast, excited about the new Web development techniques. Actually I live in Madrid (Spain) and my English is limited, so verRy sorrI 4 mAy mistakes.</h3>
<img src="http://cdn.xpress.io/photos/dreyacosta.png" alt="David Rey" width="285" height="285" class="border solid all circle margin_top margin_bottom" />
<h3>Follow me on...</h3>
<div class="row">
<div class="col4"><h4 class="text book"><a href="https://twitter.com/dreyacosta" target="_blank"><i class="fa fa-twitter-square"></i> Twitter</a></h4></div>
<div class="col4"><h4 class="text book"><a href="https://github.com/dreyacosta" target="_blank"><i class="fa fa-github-square"></i> Github</a></h4></div>
<div class="col4"><h4 class="text book"><a href="https://plus.google.com/101105410053351451441/posts" target="_blank"><i class="fa fa-google-plus-square"></i> Google+</a></h4></div>
</div>
</div>
</footer>
<script type="text/javascript" src="build/xpressio.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
xpressio.dropdowns();
xpressio.modals();
});
</script>
<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-8068556-5', 'xpress.io');
ga('send', 'pageview');
</script>
</body>
</html>