forked from ombulabs/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
808 lines (751 loc) · 50.4 KB
/
index.html
File metadata and controls
808 lines (751 loc) · 50.4 KB
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
808
<html>
<head>
<title>FastRuby.io Style Guide</title>
<link rel="stylesheet" type="text/css" href="static/styleguide.min.css">
<script src="static/styleguide.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="styleguide-page">
<div class="container-fluid">
<div class="row">
<!-- Navigation -->
<div class="col-sm-3 navbar-section">
<header class="styleguide-header">
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="#">
<img width="50%" src="vendor/assets/images/logo-1.png" alt="FastRuby.io Styleguide" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="hash-link nav-link" href="#typography" title="Typography">Typography</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#logo" title="Logo">Logo</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#color" title="Color">Color</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#links-buttons" title="Links & Buttons">Links &
Buttons</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#forms" title="Forms">Forms</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#code" title="Code">Code and Blockquote blocks</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#audit" title="Audit Block">Audit Block</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#accordion" title="Accordion">Accordion</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#carousel" title="Accordion">Carousel</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#member" title="Member">Team Card</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#cta" title="Cta">CTA Card</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#footer" title="Footer">Footer</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#tables" title="Footer">Tables</a>
</li>
<li class="nav-item">
<a class="hash-link nav-link" href="#labels" title="Footer">Labels</a>
</li>
</ul>
</div>
</nav>
</header>
</div>
<div class="col-sm-9 col-sm-offset-3 main-section">
<section id="top-section" class="section top-section">
<h1 class="styleguide-title">FastRuby.io Style Guide</h1>
<h2>At <a href="http://www.fastruby.io/" title="FastRuby.io" target="_blank"class="green">FastRuby.io</a>, we believe successful Rails upgrades are shipped one tiny pull request at a time. We love our test-driven process, scrums, pair programming, continuous integration, and sprints.</h2>
</section>
<div id="typography" class="section section-typography section-yellow">
<h2 class="styleguide-title">Typography</h2>
<div class="row section__content">
<div class="col-sm-12">
<h3>Font Face</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<p class="light">Oxygen Light <span> Weight: 300</p>
<p class="medium">Oxygen Medium <span> Weight: 500</span></p>
<p class="bold">Oxygen Bold <span> Weight: 800</span></p>
</div>
</div>
<div class="row section__content">
<div class="col-sm-12">
<h3>Headings</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<h1>H1, Weight 800, 2.625rem</h1>
<h2>H2, Weight 300, 1.375rem</h2>
<h3>H3, Weight 300, 1rem</h3>
</div>
</div>
<div class="row section__content">
<div class="col-sm-12">
<h3>Paragraph</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<p>P, Weight 300, 16px: FastRuby.io helps <code>small</code> businesses and entrepreneurs easily <mark>upgrade their Rails applications</mark>. We spend our days <strong>shipping Rails upgrades</strong>while your team focuses on shipping features and bug fixes.</p>
</div>
</div>
</div>
<div id="logo" class="section section-logo section-light-grey">
<h2 class="styleguide-title">Logo</h2>
<div class="section__content">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 logo">
<div class="row">
<div class="col-sm-12">
<h3>Logo without background</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12 white logo__content">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 91 50" style="enable-background:new 0 0 91 50;"
xml:space="preserve">
<g id="assets">
<g id="Artboard" transform="translate(-3547.000000, -7183.000000)">
<g id="Group-14-Copy-4"
transform="translate(3547.000000, 7179.000000)">
<g id="FastRuby_Logo-Copy-5"
transform="translate(0.000000, 4.000000)">
<path id="Combined-Shape-Copy-3" class="st0"
d="M61.6,15L61.6,15L61.6,15L30.8,49.5L0,15h0l0,0l0,0h0.1L15,0h31.7L61.6,15 L61.6,15L61.6,15z"
style="opacity:0.1;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy-2" class="st1"
d="M71.3,15L71.3,15L71.3,15L40.5,49.5L9.7,15h0l0,0l0,0h0.1L24.6,0h31.7L71.3,15 L71.3,15L71.3,15z"
style="opacity:0.2;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy" class="st2"
d="M81.3,15L81.3,15L81.3,15L50.5,49.5L19.8,15h0l0,0l0,0h0.1L34.7,0h31.7L81.3,15 L81.3,15L81.3,15z"
style="opacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape" class="st3"
d="M91,15L91,15L91,15L60.2,49.5L29.4,15h0l0,0l0,0h0.1L44.3,0H76L91,15L91,15L91,15z"
style="fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;" />
</g>
</g>
</g>
</g>
</svg>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 logo">
<div class="row">
<div class="col-sm-12">
<h3>Logo with background</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12 black logo__content">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 91 50" style="enable-background:new 0 0 91 50;"
xml:space="preserve">
<g id="assets">
<g id="Artboard" transform="translate(-3547.000000, -7357.000000)">
<g id="Group-14-Copy-3"
transform="translate(3547.000000, 7353.000000)">
<g id="FastRuby_Logo-Copy-5"
transform="translate(0.000000, 4.000000)">
<path id="Combined-Shape"
style="opacity:0.2477;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st01"
d="M55.4,44.1l-4.8,5.4l-5-5.6l-5,5.6l-4.8-5.4l-4.8,5.4L0,15h0l0,0l0,0h0.1L15,0h31.7 h9.6h10.1H76L91,15h0l0,0l0,0h0L60.2,49.5L55.4,44.1z" />
<path
style="opacity:0.1;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
id="Combined-Shape-Copy-3" class="st10"
d="M61.6,15L61.6,15L61.6,15L30.8,49.5L0,15h0l0,0l0,0h0.1L15,0h31.7L61.6,15 L61.6,15L61.6,15z" />
<path id="Combined-Shape-Copy-2"
style="opacity:0.2;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st20"
d="M71.3,15L71.3,15L71.3,15L40.5,49.5L9.7,15h0l0,0l0,0h0.1L24.6,0h31.7L71.3,15 L71.3,15L71.3,15z" />
<path id="Combined-Shape-Copy"
style="opacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st30"
d="M81.3,15L81.3,15L81.3,15L50.5,49.5L19.8,15h0l0,0l0,0h0.1L34.7,0h31.7L81.3,15 L81.3,15L81.3,15z" />
<path id="Combined-Shape_1_"
style="fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;"
class="st40"
d="M91,15L91,15L91,15L60.2,49.5L29.4,15h0l0,0l0,0h0.1L44.3,0H76L91,15L91,15L91,15z" />
</g>
</g>
</g>
</g>
</svg>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 logo">
<div class="row">
<div class="col-sm-12">
<h3>Logo with background & name</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12 black logo__content logo_content--small">
<div>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 91 50" style="enable-background:new 0 0 91 50;"
xml:space="preserve">
<g id="assets">
<g id="Artboard" transform="translate(-3547.000000, -7357.000000)">
<g id="Group-14-Copy-3"
transform="translate(3547.000000, 7353.000000)">
<g id="FastRuby_Logo-Copy-5"
transform="translate(0.000000, 4.000000)">
<path id="Combined-Shape"
style="opacity:0.2477;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st01"
d="M55.4,44.1l-4.8,5.4l-5-5.6l-5,5.6l-4.8-5.4l-4.8,5.4L0,15h0l0,0l0,0h0.1L15,0h31.7 h9.6h10.1H76L91,15h0l0,0l0,0h0L60.2,49.5L55.4,44.1z" />
<path
style="opacity:0.1;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
id="Combined-Shape-Copy-3" class="st10"
d="M61.6,15L61.6,15L61.6,15L30.8,49.5L0,15h0l0,0l0,0h0.1L15,0h31.7L61.6,15 L61.6,15L61.6,15z" />
<path id="Combined-Shape-Copy-2"
style="opacity:0.2;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st20"
d="M71.3,15L71.3,15L71.3,15L40.5,49.5L9.7,15h0l0,0l0,0h0.1L24.6,0h31.7L71.3,15 L71.3,15L71.3,15z" />
<path id="Combined-Shape-Copy"
style="opacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;"
class="st30"
d="M81.3,15L81.3,15L81.3,15L50.5,49.5L19.8,15h0l0,0l0,0h0.1L34.7,0h31.7L81.3,15 L81.3,15L81.3,15z" />
<path id="Combined-Shape_1_"
style="fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;"
class="st40"
d="M91,15L91,15L91,15L60.2,49.5L29.4,15h0l0,0l0,0h0.1L44.3,0H76L91,15L91,15L91,15z" />
</g>
</g>
</g>
</g>
</svg>
</div>
<div><strong>Fast</strong>Ruby.io</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 logo">
<div class="row">
<div class="col-sm-12">
<h3>Logo with brand & name</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12 white logo__content logo_content--small">
<div>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 91 50" style="enable-background:new 0 0 91 50;"
xml:space="preserve">
<g id="assets">
<g id="Artboard" transform="translate(-3547.000000, -7183.000000)">
<g id="Group-14-Copy-4"
transform="translate(3547.000000, 7179.000000)">
<g id="FastRuby_Logo-Copy-5"
transform="translate(0.000000, 4.000000)">
<path id="Combined-Shape-Copy-3" class="st0"
d="M61.6,15L61.6,15L61.6,15L30.8,49.5L0,15h0l0,0l0,0h0.1L15,0h31.7L61.6,15 L61.6,15L61.6,15z"
style="opacity:0.1;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy-2" class="st1"
d="M71.3,15L71.3,15L71.3,15L40.5,49.5L9.7,15h0l0,0l0,0h0.1L24.6,0h31.7L71.3,15 L71.3,15L71.3,15z"
style="opacity:0.2;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy" class="st2"
d="M81.3,15L81.3,15L81.3,15L50.5,49.5L19.8,15h0l0,0l0,0h0.1L34.7,0h31.7L81.3,15 L81.3,15L81.3,15z"
style="opacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape" class="st3"
d="M91,15L91,15L91,15L60.2,49.5L29.4,15h0l0,0l0,0h0.1L44.3,0H76L91,15L91,15L91,15z"
style="fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;" />
</g>
</g>
</g>
</g>
</svg>
</div>
<div><strong>Fast</strong>Ruby.io</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 logo">
<div class="row">
<div class="col-sm-12">
<h3>Logo for product name</h3>
<h3>↓</h3>
</div>
<div
class="col-sm-12 white logo__content logo_content--small logo_content--product">
<div>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 91 50" style="enable-background:new 0 0 91 50;"
xml:space="preserve">
<g id="assets">
<g id="Artboard" transform="translate(-3547.000000, -7183.000000)">
<g id="Group-14-Copy-4"
transform="translate(3547.000000, 7179.000000)">
<g id="FastRuby_Logo-Copy-5"
transform="translate(0.000000, 4.000000)">
<path id="Combined-Shape-Copy-3" class="st0"
d="M61.6,15L61.6,15L61.6,15L30.8,49.5L0,15h0l0,0l0,0h0.1L15,0h31.7L61.6,15 L61.6,15L61.6,15z"
style="opacity:0.1;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy-2" class="st1"
d="M71.3,15L71.3,15L71.3,15L40.5,49.5L9.7,15h0l0,0l0,0h0.1L24.6,0h31.7L71.3,15 L71.3,15L71.3,15z"
style="opacity:0.2;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape-Copy" class="st2"
d="M81.3,15L81.3,15L81.3,15L50.5,49.5L19.8,15h0l0,0l0,0h0.1L34.7,0h31.7L81.3,15 L81.3,15L81.3,15z"
style="opacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;enable-background:new;" />
<path id="Combined-Shape" class="st3"
d="M91,15L91,15L91,15L60.2,49.5L29.4,15h0l0,0l0,0h0.1L44.3,0H76L91,15L91,15L91,15z"
style="fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;" />
</g>
</g>
</g>
</g>
</svg>
</div>
<div class="logo_iso__content">
<div class="logo_iso"><strong>Fast</strong>Ruby.io</div>
<div><strong>Audit</strong> Tool</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="color" class="section section-colors">
<h2 class="styleguide-title">Color</h2>
<div class="section__content">
<h3>Primary colors</h3>
<h3>↓</h3>
<div class="row">
<div class="col-sm-3 color green">
<p>Green</p>
<p>#00d242</p>
</div>
<div class="col-sm-3 color yellow">
<p>yellow</p>
<p>#fdca31</p>
</div>
<div class="col-sm-3 color black">
<p>Black</p>
<p>#222222</p>
</div>
<div class="col-sm-3 color red">
<p>Red</p>
<p>#ff0000</p>
</div>
</div>
</div>
<div class="section__content">
<h3>Secondary colors</h3>
<h3>↓</h3>
<div class="row">
<div class="col-sm-4 color grey">
<p>Grey Medium</p>
<p>#323235</p>
</div>
<div class="col-sm-4 color grey-light">
<p>Grey Light</p>
<p>#dadada</p>
</div>
<div class="col-sm-4 color grey-lighter">
<p>Grey Lighter</p>
<p>#eaeaea</p>
</div>
<div class="col-sm-4 color white">
<p>White</p>
<p>#f8f8f8</p>
</div>
</div>
</div>
</div>
<div id="links-buttons" class="section section-links">
<h2 class="styleguide-title">Links & Buttons</h2>
<div class="section__content">
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-12">
<h3>Link Button example</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<a href="#" class="btn-link link">View Project</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-12">
<h3>Button example</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<a href="#" class="btn btn-primary link">Contact Us!</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-12">
<h3>Button disabled</h3>
<h3>↓</h3>
</div>
<div class="col-sm-12">
<a href="#" class="btn btn-primary link" disabled>Button</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="forms" class="section section-forms">
<h2 class="styleguide-title">Forms</h2>
<div class="section__content form--material">
<h3>Contact Form example</h3>
<h3>↓</h3>
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" placeholder="John Gomez" type="text" id="first">
<label class="mdl-textfield__label" for="sample3">First Name</label>
</div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<select class="mdl-textfield__input">
<option value="1">Option 1</option>
<option value="1">Option 2</option>
<option value="1">Option 3</option>
<option value="1">Option 4</option>
<option value="1">Option 5</option>
</select>
<label class="mdl-textfield__label" for="version">Rails version of your app</label>
<span class="mdl-textfield__chevron"></span>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<textarea class="mdl-textfield__input"
placeholder="Our app is a huge Rails 2.3 monolith, and we're struggling with strong parameters changes and some unsupported gems like X and Y."
id="first" rows="6" cols="30"></textarea>
<label class="mdl-textfield__label" for="message">Tell us about your app</label>
</div>
<div
class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label has-placeholder is-upgraded">
<input class="mdl-slider mdl-js-slider" type="range" min="0" max="100" value="0"
tabindex="0">
<label class="mdl-textfield__label" for="coverage">Test coverage?</label>
</div>
</div>
</div>
<div id="validation-box">
<div class="form-error">Error message</div>
<div class="form-success">Success message</div>
</div>
</div>
</div>
<div id="code" class="section section-code">
<h2 class="styleguide-title">Code and Blockquote blocks</h2>
<div class="section__content">
<blockquote>
<p>
These are the files that have changed the most since the beginning of the project
</p>
</blockquote>
<pre><code>class UserController < ApplicationController
def index
render "index"
end
end</code></pre>
</div>
</div>
<div id="audit" class="section section-audit">
<h2 class="styleguide-title">Audit blocks</h2>
<div class="section__content">
<div class="results-content advisories-content">
<div class="advisory-gem">
<h2>Vulnerable Gem: ACTIONVIEW@4.1.16</h2>
</div>
<div class="row advisory-info">
<div class="col-xs-6 col-sm-3">
<p class="advisory-info__label">Name:</p>
<p>actionview</p>
</div>
<div class="col-xs-6 col-sm-3">
<p class="advisory-info__label">Version:</p>
<p>4.1.16</p>
</div>
<div class="col-xs-6 col-sm-3">
<p class="advisory-info__label">ID:</p>
<p>CVE-2016-6316</p>
</div>
<div class="col-xs-6 col-sm-3">
<a class="btn"
href="https://groups.google.com/forum/#!topic/rubyonrails-security/I-VWr034ouk"
target="_blank">Link</a>
</div>
</div>
<div class="advisory-title">
<h2>Possible XSS Vulnerability in Action View</h2>
</div>
<div class="advisory-description">
<div class="advisory-description-content">
<h2>Description:</h2>
<p>here is a possible XSS vulnerability in Action View. Text declared as "HTML safe"
will not have quotes escaped when used as attribute values in tag helpers.
<h2>IMPACT</h2>
<p>Text declared as "HTML safe" when passed as an attribute value to a tag helper
will not have quotes escaped which can lead to an XSS attack. Impacted code
looks something like this:</p>
<pre><code>content_tag(:div, "hi", title: user_input.html_safe)</code></pre>
<p>Some helpers like the sanitize helper will automatically mark strings as "HTML
safe", so impacted code could also look something like this:</p>
<pre><code>class UserController < ApplicationController
def index
render "index"
end
end</code></pre>
<p>All users running an affected release should either upgrade or use one of the
workarounds immediately.</p>
</div>
</div>
</div>
</div>
</div>
<div id="accordion" class="section">
<h2 class="styleguide-title">Accordion</h2>
<div class="section__content">
<h3>FAQs example</h3>
<h3>↓</h3>
<div class="accordion" id="faqAccordion">
<div class="card">
<div class="card-container">
<div class="card-header" id="headingOne">
<button class="btn-accordion" type="button" data-toggle="collapse"
data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
"We update our stable branch too fast. Can you keep up?"
</button>
</div>
<div id="collapseOne" class="collapse in" aria-labelledby="headingOne"
data-parent="#faqAccordion">
<div class="card-body">
<p>We have worked with extremely active teams in the past. You just tell us
which branch to use. We will branch off your stable branch and rebase as
much as necessary.</p>
</div>
</div>
<span class="card-toggler"></span>
</div>
</div>
<div class="card">
<div class="card-container">
<div class="card-header" id="headingTwo">
<button class="btn-accordion" type="button" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseOne">
"We update our stable branch too fast. Can you keep up?"
</button>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#faqAccordion">
<div class="card-body">
<p>We have worked with extremely active teams in the past. You just tell us
which branch to use. We will branch off your stable branch and rebase as
much as necessary.</p>
</div>
</div>
<span class="card-toggler"></span>
</div>
</div>
</div>
</div>
</div>
<div id="carousel" class="section">
<h2 class="styleguide-title">Carousel</h2>
<div class="section__content">
<h3>Testimonials example</h3>
<h3>↓</h3>
<div id="carouselQuotes" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carouselQuotes" data-slide-to="0" class="active"></li>
<li data-target="#carouselQuotes" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div>
<span><img src="./vendor/assets/images/profile-pic.png" /></span>
<h2>“Proin pretium nunc vitae tellus varius porttitor. Fusce sapien felis,
tincidunt quis augue vel, iaculis mattis sem. Phasellus faucibus, turpis at
aliquam lacinia, mauris turpis lacinia dolor, nec aliquet ex sem in enim.
Integer et faucibus diam. Suspendisse sit amet egestas risus. Aenean vel
dolor euismod, interdum erat sit amet, interdum est. ”</h2>
<p>Lorem Ipsum,<br> Aenean vel dolor euismod</p>
</div>
</div>
<div class="item">
<div>
<span><img src="./vendor/assets/images/profile-pic.png" /></span>
<h2>“Proin pretium nunc vitae tellus varius porttitor. Fusce sapien felis,
tincidunt quis augue vel, iaculis mattis sem.”</h2>
<p>Lorem Ipsum,<br> Aenean vel dolor euismod</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="member" class="section">
<h2 class="styleguide-title">Members</h2>
<div class="section__content">
<h3>Member card example</h3>
<h3>↓</h3>
<div class="member">
<div class="member-photo">
<span class="photo-box">
<img src="./vendor/assets/images/profile-pic.png" alt="" />
</span>
</div>
<div class="member-data">
<ul class="member-links">
<li><a href="https://github.com/etagwerker" target="_blank"><img
src="./vendor/assets/images/icon-github.svg" /></a></li>
<li><a href="https://twitter.com/etagwerker" target="_blank"><img
src="./vendor/assets/images/icon-twitter.svg" /></a></li>
<li><a href="http://www.linkedin.com/in/etagwerker" target="_blank"><img
src="./vendor/assets/images/icon-linkedin.svg" /></a></li>
</ul>
<div class="member-description">
<h2>Ernesto Tagwerker</h2>
<p><strong>FOUNDER & SENIOR SOFTWARE ENGINEER</strong></p>
<p>Software engineer and open source hacker. He is a Lean Practitioner and
entrepreneur with more than 8 years experience working in the software industry.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="cta" class="section section-yellow">
<h2 class="styleguide-title">CTA cards</h2>
<div class="section__content">
<h3>CTA card example</h3>
<h3>↓</h3>
<div>
<h1>Take advantage of Rails' latest features, performance upgrades, and security patches
</h1>
<a class="btn scrollto" href="#contactus">We should talk!</a>
</div>
</div>
</div>
<div id="footer" class="section">
<h2 class="styleguide-title">Footer</h2>
<div class="section__content">
<h3>↓</h3>
<footer class="footer">
<nav class="menu">
<a href="">Test link 1</a>
<a href="">Test link 2</a>
<a href="">Test link 3</a>
<a href="">Test link 4</a>
</nav>
<div id="block-container">
<div id="bloc1">
<h2 class="productized-footer">FastRuby.io is a productized service by </h2>
</div>
<div id="bloc2" class="logo-container-footer">
<h3 class="logo-footer">
<a href="https://www.ombulabs.com" target="_blank"
title="The Lean Software Boutique">
<span class="logo-ombu-footer">Ombu</span>Labs
</a>
</h3>
<h2 class="slogan-footer">
<a href="https://www.ombulabs.com" target="_blank" title="Ombu Labs">
THE LEAN SOFTWARE BOUTIQUE
</a>
</h2>
</div>
</div>
</footer>
</div>
</div>
<div id="tables" class="section">
<h2 class="styleguide-title">Tables</h2>
<table class="table">
<thead>
<tr class="table-header-row">
<th>Organization</th>
<th>Repository</th>
<th class="center-cell">Status</th>
<th class="min-cell">Initial Readiness</th>
<th class="min-cell">Total Readiness</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="">
<td class="max-cell">CompanyName</td>
<td class="max-cell"><a href="">GitRepoName</a></td>
<td><span class="status-label __accepted">Accepted</span></td>
<td class="min-cell right-cell">100%</td>
<td class="min-cell right-cell">100%</td>
<td></td>
</tr>
</tr>
<tr class="">
<td class="max-cell">Company Name</td>
<td class="max-cell"><a href="">GitRepoName</a></td>
<td><span class="status-label __pending">Pending</span></td>
<td class="min-cell right-cell">100%</td>
<td class="min-cell right-cell">100%</td>
<td></td>
</tr>
</tr>
<tr class="">
<td class="max-cell">Company Name</td>
<td class="max-cell"><a href="">GitRepoName</a></td>
<td><span class="status-label __rejected">Rejected</span></td>
<td class="min-cell right-cell">100%</td>
<td class="min-cell right-cell">100%</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="labels" class="section">
<h2 class="styleguide-title">Labels</h2>
<div class="flex-container" style="display: flex;">
<span class="status-label __accepted">Accepted</span>
<span class="status-label __pending">Pending</span>
<span class="status-label __rejected">Rejected</span>
<span class="status-label __open">Open</span>
<span class="status-label __closed">Closed</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>