-
Notifications
You must be signed in to change notification settings - Fork 2
/
resetTest.html
716 lines (700 loc) · 22.9 KB
/
resetTest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Style Test</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
>
<meta
name="description"
content="Find affordable storage in your neighborhood and only pay for the days that you need it. We make storage simple. Roo is a neighborhood friendly platform that connects those with extra space to those in need of storage. Sign up now to ensure you get storage for the summer!"
>
<meta
name="keywords"
content="Storage,Roo Storage,Roo,roo,storage,college"
>
<link
href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet"
>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css"
>
<link
rel="stylesheet"
href="style.css"
/>
</head>
<body>
<nav>
<ul>
<li> <a
href="../"
class="brand"
>Marx </a>
</li>
<li> <a href="../">Home </a>
</li>
<li class="active"> <a href="./">Docs </a>
</li>
</ul>
</nav>
<main>
<h1 align="center">Marx Documentation</h1>
<hr>
<h2>HTML Elements</h2>
<h3> main <small>= Container</small> </h3>
<footer>
<p> footer <small>= 100% width + centered text</small> </p>
</footer>
<pre><code>
main
footer/footer
/main
</code>
</pre>
<section>
<h2>Typography</h2>
<h3>Headings</h3>
<h1>h1 <small>small h1</small> </h1>
<h2>h2 <small>small h2</small> </h2>
<h3>h3 <small>small h3</small> </h3>
<h4>h4 <small>small h4</small> </h4>
<h5>h5 <small>small h5</small> </h5>
<h6>h6 <small>small h6</small> </h6>
<pre><code>
h1 h1
small small h1 /small
/h1
h2 h2
small small h2 /small
/h2
h3 h3
small small h3 /small
/h3
h4 h4
small small h4 /small
/h4
h5 h5
small small h5 /small
/h5
h6 h6
small small h6 /small
/h6
</code>
</pre>
<h3>Body copy</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi ipsa tempore alias illum, in dicta
sed laboriosam inventore sequi, accusantium magnam dolores modi commodi, magni labore illo a quisquam
incidunt.</p>
<p> <strong>strong tag</strong>, <b>b tag</b>, <em>em tag</em>, <i>italic tag</i>, <u>underline tag</u>
</p>
<figcaption>Hello, world!</figcaption>
<blockquote>"Capitalism? More like CRAPitalism, am I right?" <br> - Karl Marx, probably.</blockquote>
<pre><code>
p Lorem ipsum dolor sit amet, consectetur adipisicing elit. /p
p
strong strong /strong
b b /b
em em /em
italic italic /italic
underline underline /underline
/p
figcaption Hello, world! /figcaption
blockquote Hello, world! /blockquote
</code>
</pre>
<h3>Code</h3>
<pre><code>
pre {
background: #efefef;
color: #444;
display: block;
font-family: Menlo, monospace;
font-size: 1.4rem;
margin-bottom: .8remrem;
padding: 1.6rem;
word-break: break-all;
word-wrap: break-word;
}
code {
background: #efefef;
color: #444;
font-family: Menlo, monospace;
font-size: 1.4rem;
word-break: break-all;
word-wrap: break-word;
}
</code>
</pre>
<pre><code>
pre
code So meta /code
/pre
</code>
</pre>
<h3>Lists</h3>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
<li>Vestibulum auctor dapibus neque.</li>
</ul>
<ol>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
<li>Vestibulum auctor dapibus neque.</li>
</ol>
<dl>
<dt>Lorum Ipsum</dt>
<dd>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.</dd>
<dt>Lorum Ipsum</dt>
<dd>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.</dd>
</dl>
<pre><code>
ul
li Unordered list /li
lia href="#" Unordered links /a/li
/ul
ol
li Ordered list /li
lia href="#" Ordered links /a/li
/ol
dl
dt Description list title /dt
dd Description /dd
/dl
</code>
</pre>
<h2>Buttons</h2>
<input
type="submit"
value="Input Submit"
> <button>Button</button> <a href="#">
<button>Button Link</button>
</a> <button disabled="">Disabled
Button</button>
<pre><code>
input type="submit" value="Submit"
button Button /button
a href="#"button Button Link /button/a
</code>
</pre>
<h2>Forms</h2>
<form>
<h3>Text Inputs</h3>
<label for="name">Text Input:</label> <input
name="name"
id="name"
tabindex="1"
placeholder="Text Input"
>
<br> <label for="textarea">Textarea:</label>
<textarea
rows="4"
cols="27"
id="textarea"
placeholder="Text Area"
>
</textarea>
<pre><code>
label for="text" Text: /label
input type="text" name="text" id="text" tab-index="1" placeholder="text"/input
label for="textarea" Text Area: /label
textarea rows="4" cols="27" id="textarea" placeholder="textarea"/textarea
</code>
</pre>
<h3>Radio Buttons</h3>
<label for="radio-choice-1">Radio 1:</label> <input
type="radio"
name="radio-1"
id="radio-1"
tabindex="1"
value="radio-1"
>
<br> <label for="radio-2">Radio 2:</label> <input
type="radio"
name="radio-2"
id="radio-2"
tabindex="2"
value="radio-2"
>
<pre><code>
label for="radio" Radio: /label
input type="radio" name="radio" id="radio" tab-index="1" value="true"/input
</code>
</pre>
<h3>Checkbox Buttons</h3>
<label for="checkbox">Checkbox 1:</label> <input
type="checkbox"
name="checkbox"
id="checkbox"
>
<br> <label for="checkbox">Checkbox 2:</label> <input
type="checkbox"
name="checkbox"
id="checkbox"
>
<pre><code>
label for="checkbox" Checkbox /label
input type="checkbox" name="checkbox" id="checkbox"/input
</code>
</pre>
<h3>Dropdown Choices</h3>
<label for="select-choice">Select Dropdown Choice:</label>
<select
name="select-choice"
id="select-choice"
>
<option value="Choice 1">Choice 1</option>
<option value="Choice 2">Choice 2</option>
<option value="Choice 3">Choice 3</option>
</select>
<br>
<pre><code>
label for="drop" Dropdown /label
select name="drop" id="drop"
option value="drop1" One /option
option value="drop2" Two /option
option value="drop3" Three /label
/select
</code>
</pre>
<input
type="submit"
value="Submit"
>
</form>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>One</th>
<th>Two</th>
<th>Three</th>
<th>Four</th>
</tr>
</thead>
<tbody>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
<td>Four</td>
</tr>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
<td>Four</td>
</tr>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
<td>Four</td>
</tr>
</tbody>
</table>
<pre><code>
table
thead
tr
th One /th
th Two /th
/tr
/thead
tbody
tr
td One /td
td Two /td
/tr
/tbody
/table
</code>
</pre>
</section>
<footer>
<p>© 2018 · <a href="https://github.com/mblode/">Matthew Blode</a>
</p>
</footer>
</main>
<article>
<section>
<h2>Inline elements</h2>
<p>Common user-generated content includes <a href="#">anchors</a>, <b>bold</b> and <i>italic</i> text.</p>
<p>Also common phrase tags are <code> code </code>, <strong>strong</strong> and <em>emphasis</em>
(much like <b>bold</b> and <i>italic</i>).
</p>
<h3>Additional inline styles</h3>
<ul>
<li>
<a href="#">anchors</a>
</li>
<li>
<abbr title="abbreviation">abbr</abbr> (with <code>title</code> attribute)</li>
<li>
<address>address</address>
</li>
<li>
<bold>bold</bold>
</li>
<li>
<cite>cite</cite>
</li>
<li>
<code> code </code>
</li>
<li>
<dfn>definition term</dfn>
</li>
<li>
<del>deleted</del> and <ins>inserted</ins>
</li>
<li>
<em>emphasis</em>
</li>
<li>
<i>italic</i>
</li>
<li>
<kbd>keyboard input</kbd>
</li>
<li>
<mark>marked</mark> (i.e., highlighted)</li>
<li>
<samp>sample output</samp>
</li>
<li>
<small>small</small>
</li>
<li>
<s>strike</s>
</li>
<li>
<strong>strong</strong>
</li>
<li>
<sub>subscript</sub> and <sup>superscript</sup>
</li>
<li>
<var>variable</var>
</li>
</ul>
</section>
<section>
<h2>Lists</h2>
<p>Block-level elements use <code>line-height: 1.3em;</code> and <code>margin-bottom: .7em;</code> to
stack vertical space, like this paragraph!
</p>
<h3>Unordered lists</h3>
<ul>
<li>Unordered list item 1</li>
<li>
Unordered list item 2
<ul>
<li>Nested list item 2.1</li>
<li>Nested list item 2.2</li>
</ul>
</li>
<li>Unordered list item 3</li>
</ul>
<h3>Ordered lists</h3>
<ol>
<li>Ordered list item 1</li>
<li>
Ordered list item 2
<ol>
<li>Nested list item 2.1</li>
<li>Nested list item 2.2</li>
</ol>
</li>
<li>Ordered list item 3</li>
</ol>
<h3>Definition list</h3>
<dl>
<dt>Term</dt>
<dd>Description of an item in a definition list.</dd>
</dl>
</section>
<section>
<h2>Block elements</h2>
<h3>Headings</h3>
<header>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</header>
<h3>Paragraphs</h3>
<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.
</p>
<p>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>
<h3>Blockquotes</h3>
<blockquote>
<p>Because WYSIWYG editors use <code> blockquote </code> to indent content, we haven’t styled
other than a left margin.
</p>
</blockquote>
<h3>Preformatted text</h3>
<pre>Text in apreelement
is displayed in a fixed-width
font, and it preserves
both spaces and
line breaks</pre>
</section>
<section>
<h2>Tables</h2>
<table>
<caption>Table caption</caption>
<thead>
<tr>
<th>Table Header</th>
<th>Another column</th>
</tr>
</thead>
<tbody>
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Media</h2>
<h3>Images</h3>
<p>
<a href="https://web.archive.org/web/20160617181626/http://instagr.am/p/IhykNHE-vg/">
<img
alt="“He’ll never know #happyfriday” by chadbercea"
src="https://web.archive.org/web/20160617181626im_/https://s3.amazonaws.com/uploads.hipchat.com/15604/60386/xurwgqrz8ydm3y7/upload.png"
>
</a>
</p>
<h3>Figures</h3>
<figure>
<img
alt="I Will Never Lego"
src="https://web.archive.org/web/20160617181626im_/http://media-cache8.pinterest.com/upload/18858892159635318_W2l4cnIX_f.jpg"
>
<figcaption>
<a
href="https://web.archive.org/web/20160617181626/http://www.etsy.com/listing/86109981/i-will-never-lego-print">I
Will Never Lego - print</a>
</figcaption>
</figure>
<h3>Embeds</h3>
<embed
src="https://web.archive.org/web/20160617181626oe_/http://www.youtube.com/v/e4X5z8AQc3s?version=3&feature=player_detailpage"
type="application/x-shockwave-flash"
allowfullscreen="true"
allowscriptaccess="always"
width="640"
height="360"
>
</section>
<section>
<!-- LIST -->
<li> li element </li>
<ol> ol element </ol>
<ul> ul element </ul>
<menu> menu element </menu>
<dl> dl element </dl>
<dt> dt element </dt>
<dd> dd element </dd>
<!-- INLINE -->
<span> span element </span>
<!-- Accessible References -->
<data> data element </data>
<cite> cite element </cite>
<time> time element </time>
<abbr> abbr element </abbr>
<dfn> dfn element </dfn>
<a> a element </a>
<!-- Computer Related -->
<code> code element </code>
<!-- Example of computer output -->
<samp> samp element </samp>
<!-- User specfic computer output -->
<output> output element </output>
<!-- for keyboard buttons -->
<kbd> kbd element </kbd>
<!-- for indicating variables in code/formulas -->
<var> var element </var>
<!-- Affects Markup -->
<q> q element </q>
<b> b element </b>
<strong> strong element </strong>
<em> em element </em>
<i> i element </i>
<ins> ins element </ins>
<del> del element </del>
<sub> sub element </sub>
<sup> sup element </sup>
<small> small element </small>
<mark> mark element </mark>
<s> s element </s>
<u> u element </u>
<!-- OTHER LANGS -->
<bdi> bdi element </bdi>
<bdo> bdo element </bdo>
<rb> rb element </rb>
<rp> rp element </rp>
<rt> rt element </rt>
<rtc> rtc element </rtc>
<ruby> ruby element </ruby>
<!-- BLOCK -->
<!-- Sectioning -->
<header> header element </header>
<main> main element </main>
<article> article element </article>
<aside> aside element </aside>
<nav> nav element </nav>
<section> section element </section>
<footer> footer element </footer>
<!-- For Modals and Popups -->
<dialog> dialog element </dialog>
<!-- Accordion UI -->
<details> details element </details>
<summary> summary element </summary>
<p> p element </p>
<blockquote> blockquote element </blockquote>
<address> address element </address>
<pre> pre element </pre>
<hgroup> hgroup element </hgroup>
<h1> h1 element </h1>
<h2> h2 element </h2>
<h3> h3 element </h3>
<h4> h4 element </h4>
<h5> h5 element </h5>
<h6> h6 element </h6>
<div> div element </div>
<!-- TABLES -->
<table> table element </table>
<th> th element </th>
<tr> tr element </tr>
<td> td element </td>
<tbody> tbody element </tbody>
<tfoot> tfoot element </tfoot>
<thead> thead element </thead>
<col>
col element </col>
<colgroup> colgroup element </colgroup>
<caption> caption element </caption>
<!-- Layout -->
<br> br element </br>
<!-- horizontal rule -->
<hr>
hr element </hr>
<!-- word break -->
<wbr> wbr element </wbr>
<!-- UNKNOWN -->
<!-- using mathmatic notation on the web -->
<math> math element </math>
<!-- FORM -->
<form> form element </form>
<button> button element </button>
<button type="submit"> submit button element </button>
<button type="reset"> reset button element </button>
<button type="button"> button button element </button>
<label> label element </label>
<input />
<label>hidden</label>
<input type="hidden" />
<label>file</label>
<input type="file" />
<label>radio</label>
<input type="radio" />
<label>checkbox</label>
<input type="checkbox" />
<label>text</label>
<input type="text" />
<label>password</label>
<input type="password" />
<label>email</label>
<input type="email" />
<label>url</label>
<input type="url" />
<label>date</label>
<input type="date" />
<label>month</label>
<input type="month" />
<label>time</label>
<input type="time" />
<label>datetime</label>
<input type="datetime" />
<label>datetime-local</label>
<input type="datetime-local" />
<label>week</label>
<input type="week" />
<label>number</label>
<input type="number" />
<label>search</label>
<input type="search" />
<label>tel</label>
<input type="tel" />
<label>color</label>
<input type="color" />
<textarea> textarea element </textarea>
<meter> meter element </meter>
<progress> progress element </progress>
<fieldset> fieldset element </fieldset>
<legend> legend element </legend>
<datalist> datalist element </datalist>
<select> select element </select>
<optgroup> optgroup element </optgroup>
<option> option element </option>
<!-- MEDIA -->
<embed> embed element </embed>
<!-- specifies multiple media resources -->
<source> source element </source>
<audio> audio element </audio>
<track> track element </track>
<picture> picture element </picture>
<img> img element </img>
<video> video element </video>
<object> object element </object>
<param>
param element </param>
<canvas> canvas element </canvas>
<svg> svg element </svg>
<figure> figure element </figure>
<figcaption>
figcaption element </figure>
<map> map element </map>
<area>
area element </area>
<iframe> iframe element </iframe>
<!-- SPECIAL-->
<!-- <html> html element</html>
<head> head element </head>
<body> body element
</body> -->
<!-- Metadata -->
<meta> meta element </meta>
<base> base element </base>
<link> link element </link>
<noscript> noscript element </noscript>
<title> title element </title>
<!-- Supporting -->
<!-- <template> template element </template>
<script> script element </script>
<style>style element</style> -->
</section>
</article>
</body>
</html>