Skip to content

Commit 48a4d01

Browse files
author
mrmrs
committed
Update markup.
1 parent ed18f10 commit 48a4d01

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

index.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
-->
3535

3636
<header>
37-
<a href="" title="Site title"><h1>Site title</h1></a>
37+
<a href="" title="Site title"><h1 class="other-class">Site title</h1></a>
3838
<nav>
3939
<ul>
4040
<li> <a href="#" title="Home">Home</a> </li>
@@ -47,14 +47,14 @@
4747
</header>
4848

4949
<section>
50-
<h1>Headings &amp; Copy</h1>
51-
<h1>First Header h1</h1>
52-
<p>
50+
<h1 class="other-class">Headings &amp; Copy</h1>
51+
<h1 class="other-class">First Header h1</h1>
52+
<p class="test-class">
5353
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
5454
praesentium voluptatum deleniti atque corrupti quos.
5555
</p>
5656
<h2>Second header h2</h2>
57-
<p>
57+
<p class="test-class">
5858
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
5959
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6060
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
@@ -63,15 +63,15 @@ <h2>Second header h2</h2>
6363
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
6464
</p>
6565
<h3>Third header h3</h3>
66-
<p>
66+
<p class="test-class">
6767
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
6868
praesentium voluptatum deleniti atque corrupti quos dolores et quas
6969
molestias excepturi sint occaecati cupiditate non provident, similique sunt
7070
in culpa qui officia deserunt mollitia animi, id est laborum et dolorum
7171
fuga. Et harum quidem rerum facilis est et expedita distinctio.
7272
</p>
7373
<h4>Fourth header h4</h4>
74-
<p>
74+
<p class="test-class">
7575
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
7676
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
7777
ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima
@@ -81,28 +81,28 @@ <h4>Fourth header h4</h4>
8181
qui dolorem eum fugiat quo voluptas nulla pariatur?"
8282
</p>
8383
<h5>Fifth header h5</h5>
84-
<p>
84+
<p class="test-class">
8585
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
8686
doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
8787
veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim
8888
ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
8989
consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
9090
</p>
9191
<h6>Sixth header h6</h6>
92-
<p>
92+
<p class="test-class">
9393
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
9494
praesentium voluptatum deleniti atque corrupti quos.
9595
</p>
9696
</section>
9797
<hr />
9898
<section>
99-
<h1>Links</h1>
99+
<h1 class="other-class">Links</h1>
100100
<a href="#">Sample text link</a>
101101
<a href="#">Sample button link</a>
102102
</section>
103103
<hr />
104104
<section>
105-
<h1>Lists</h1>
105+
<h1 class="other-class">Lists</h1>
106106
<ul>
107107
<li>List Item 1</li>
108108
<li>List Item 2</li>
@@ -196,7 +196,7 @@ <h1>Lists</h1>
196196
</section>
197197

198198
<section>
199-
<h1>Forms</h1>
199+
<h1 class="other-class">Forms</h1>
200200
<form>
201201
<fieldset>
202202
<!--
@@ -208,13 +208,13 @@ <h1>Forms</h1>
208208
<div>
209209
<label>Text Input Label</label>
210210
<input type="text" />
211-
<p>Helper text if necessary.</p>
211+
<p class="test-class">Helper text if necessary.</p>
212212
</div>
213213

214214
<div>
215215
<label>Password</label>
216216
<input type="password" />
217-
<p>Error messages when appropriate.</p>
217+
<p class="test-class">Error messages when appropriate.</p>
218218
</div>
219219

220220
<div>
@@ -273,17 +273,17 @@ <h1>Forms</h1>
273273
</form>
274274
</section>
275275
<section>
276-
<h1>Buttons</h1>
276+
<h1 class="other-class">Buttons</h1>
277277
<button>A button</button>
278278
<button>A button</button>
279279
<button>A large button</button>
280280
</section>
281281
<hr />
282282
<section>
283-
<h1>An Example Article</h1>
283+
<h1 class="other-class">An Example Article</h1>
284284
<article>
285-
<h1>Title</h1>
286-
<p>
285+
<h1 class="other-class">Title</h1>
286+
<p class="test-class">
287287
Lorem ipsum dolor sit amet, <b>consectetur adipisicing elit</b>, sed do eiusmod
288288
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
289289
quis nostrud <em>exercitation ullamco laboris nisi ut aliquip ex ea commodo
@@ -292,12 +292,12 @@ <h1>Title</h1>
292292
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
293293
</p>
294294
<blockquote>
295-
<p>
295+
<p class="test-class">
296296
This is a GREAT pull quote.
297297
</p>
298298
<a href="#">- Author</a>
299299
</blockquote>
300-
<p>
300+
<p class="test-class">
301301
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
302302
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
303303
ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima
@@ -306,7 +306,7 @@ <h1>Title</h1>
306306
qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum
307307
qui dolorem eum fugiat quo voluptas nulla pariatur?"
308308
</p>
309-
<p>
309+
<p class="test-class">
310310
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
311311
praesentium voluptatum deleniti atque corrupti quos dolores et quas
312312
molestias excepturi sint occaecati cupiditate non provident, similique sunt
@@ -318,7 +318,7 @@ <h1>Title</h1>
318318
<hr />
319319

320320
<section>
321-
<h1>Code examples</h1>
321+
<h1 class="other-class">Code examples</h1>
322322
<code>
323323
<pre>
324324
sudo ipfw pipe 1 config bw 256KByte/s
@@ -328,9 +328,9 @@ <h1>Code examples</h1>
328328
</section>
329329
<hr />
330330
<section>
331-
<h1>Footer</h1>
331+
<h1 class="other-class">Footer</h1>
332332
<footer>
333-
<p>Copyright 2013. Made with love by <a href="http://mrmrs.cc" title="MRMRS - Designer">mrmrs</a>.</p>
333+
<p class="test-class">Copyright 2013. Made with love by <a href="http://mrmrs.cc" title="MRMRS - Designer">mrmrs</a>.</p>
334334
<ul>
335335
<li>
336336
<a href="#">Home</a>
@@ -363,21 +363,21 @@ <h1>Footer</h1>
363363
</section>
364364

365365
<section>
366-
<h1>New hawtness</h1>
366+
<h1 class="other-class">New hawtness</h1>
367367
<progress value="80" max="100">80 %</progress>
368-
<p>We are this close to the goal: <meter min="0" max="1000" value="824">$824</meter>.</p>
368+
<p class="test-class">We are this close to the goal: <meter min="0" max="1000" value="824">$824</meter>.</p>
369369
</section>
370370

371371
<section>
372372
<header>
373-
<h1>Random Stuff</h1>
373+
<h1 class="other-class">Random Stuff</h1>
374374
</header>
375375
<small>This is for things like copyright info</small>
376376
<s>Content that isn't accurate or relevant anymore.</s>
377377
<span>Generic span wrapper</span>
378378
<abbr>HTML How to meet ladies</abbr>
379-
<p>This is inline text with <sub>subscript</sub> and <sup>superscript</sup> elements.</p>
380-
<p>
379+
<p class="test-class">This is inline text with <sub>subscript</sub> and <sup>superscript</sup> elements.</p>
380+
<p class="test-class">
381381
<var>f</var>(<var>x</var>) = <var>a</var><sub>0</sub> + <var>a</var><sub>1</sub><var>x</var> +
382382
<var>a</var><sub>2</sub><var>x</var><sup>2</sup>, where <var>a</var><sup>2</sup> ≠ 0
383383
</p>
@@ -423,7 +423,7 @@ <h1>Random Stuff</h1>
423423
</samp>
424424
</section>
425425
<section>
426-
<h1>Tables</h1>
426+
<h1 class="other-class">Tables</h1>
427427
<!--
428428
From the HTML spec (http://www.w3.org/TR/html401/struct/tables.html)
429429
@@ -443,7 +443,7 @@ <h1>Tables</h1>
443443
compatibility.
444444
-->
445445
<table>
446-
<caption>Tabular Data ExampleTabular Data Examples</caption>
446+
<caption>Tabular Data Example Tabular Data Examples</caption>
447447
<thead>
448448
<tr>
449449
<th>ID</th>
@@ -473,8 +473,8 @@ <h1>Tables</h1>
473473
</section>
474474
<section>
475475
<footer>
476-
<small>© 2013 Some company name</small>
477-
<address> hi@mrmrs.cc </address>
476+
<small>© 2014 Some company name</small>
477+
<address>email@email.com</address>
478478
</footer>
479479
</section>
480480
</body>

0 commit comments

Comments
 (0)