Skip to content

Commit 7149d66

Browse files
author
mrmrs
committed
Get rid of classes. Fix typos.
Where a content string was in the class attribute for no reason and thhe word html was written twice.
1 parent d16ce55 commit 7149d66

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

index.html

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,26 @@
88
<title> HTML Patterns </title>
99

1010
<meta name="author" content="mrmrs">
11-
<meta name="description" content="Common HTML5 patterns I use.">
11+
<meta name="description" content="Common HTML patterns">
1212
<meta name="viewport" content="width=device-width, initial-scale=1">
1313

14-
<!-- Link to your stylesheet here -->
14+
<!-- Link to your stylesheet here
1515
<link rel="stylesheet" href="css/i.css">
1616
17-
<!-- Favicons and Touch Device Icons -->
17+
Favicons and Touch Device Icons
1818
<link rel="shortcut icon" href="favicon.ico">
1919
<link rel="apple-touch-icon" href="touch-icon-iphone-precomposed.png">
2020
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad-precomposed.png">
2121
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone-retina-precomposed.png">
2222
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad-retina-precomposed.png">
23+
-->
2324
</head>
2425

2526
<body>
2627

2728
<header>
28-
<h1 class="mega-ns">HTML</h1>
29-
<h2 class="Every html element in one place. Just waiting to be styled.">HTML</h2>
29+
<h1>HTML</h1>
30+
<h2>Every html element in one place. Just waiting to be styled.</h2>
3031
</header>
3132

3233

@@ -42,7 +43,7 @@ <h2 class="Every html element in one place. Just waiting to be styled.">HTML</h2
4243
-->
4344

4445
<header>
45-
<a href="" title="Site title"><h1 class="other-class">Site title</h1></a>
46+
<a href="" title="Site title"><h1>Site title</h1></a>
4647
<nav>
4748
<ul>
4849
<li> <a href="#" title="Home">Home</a> </li>
@@ -55,14 +56,14 @@ <h2 class="Every html element in one place. Just waiting to be styled.">HTML</h2
5556
</header>
5657

5758
<section>
58-
<h1 class="other-class">Headings &amp; Copy</h1>
59-
<h1 class="other-class">First Header h1</h1>
60-
<p class="test-class">
59+
<h>Headings &amp; Copy</h1>
60+
<h1>First Header h1</h1>
61+
<p>
6162
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
6263
praesentium voluptatum deleniti atque corrupti quos.
6364
</p>
6465
<h2>Second header h2</h2>
65-
<p class="test-class">
66+
<p>
6667
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6768
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6869
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
@@ -71,15 +72,15 @@ <h2>Second header h2</h2>
7172
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
7273
</p>
7374
<h3>Third header h3</h3>
74-
<p class="test-class">
75+
<p>
7576
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
7677
praesentium voluptatum deleniti atque corrupti quos dolores et quas
7778
molestias excepturi sint occaecati cupiditate non provident, similique sunt
7879
in culpa qui officia deserunt mollitia animi, id est laborum et dolorum
7980
fuga. Et harum quidem rerum facilis est et expedita distinctio.
8081
</p>
8182
<h4>Fourth header h4</h4>
82-
<p class="test-class">
83+
<p>
8384
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
8485
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
8586
ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima
@@ -89,28 +90,28 @@ <h4>Fourth header h4</h4>
8990
qui dolorem eum fugiat quo voluptas nulla pariatur?"
9091
</p>
9192
<h5>Fifth header h5</h5>
92-
<p class="test-class">
93+
<p>
9394
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
9495
doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
9596
veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim
9697
ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
9798
consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
9899
</p>
99100
<h6>Sixth header h6</h6>
100-
<p class="test-class">
101+
<p>
101102
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
102103
praesentium voluptatum deleniti atque corrupti quos.
103104
</p>
104105
</section>
105106
<hr />
106107
<section>
107-
<h1 class="other-class">Links</h1>
108+
<h1>Links</h1>
108109
<a href="#">Sample text link</a>
109110
<a href="#">Sample button link</a>
110111
</section>
111112
<hr />
112113
<section>
113-
<h1 class="other-class">Lists</h1>
114+
<h1>Lists</h1>
114115
<h2>Unordered list</h2>
115116
<ul>
116117
<li>Orange</li>
@@ -176,7 +177,7 @@ <h2>Definition list</h2>
176177
</section>
177178

178179
<section>
179-
<h1 class="other-class">Forms</h1>
180+
<h1>Forms</h1>
180181
<form>
181182
<fieldset>
182183
<!--
@@ -188,13 +189,13 @@ <h1 class="other-class">Forms</h1>
188189
<div>
189190
<label>Text Input Label</label>
190191
<input type="text" />
191-
<p class="test-class">Helper text if necessary.</p>
192+
<p>Helper text if necessary.</p>
192193
</div>
193194

194195
<div>
195196
<label>Password</label>
196197
<input type="password" />
197-
<p class="test-class">Error messages when appropriate.</p>
198+
<p>Error messages when appropriate.</p>
198199
</div>
199200

200201
<div>
@@ -253,17 +254,17 @@ <h1 class="other-class">Forms</h1>
253254
</form>
254255
</section>
255256
<section>
256-
<h1 class="other-class">Buttons</h1>
257+
<h1>Buttons</h1>
257258
<button>A button</button>
258259
<button>A button</button>
259260
<button>A large button</button>
260261
</section>
261262
<hr />
262263
<section>
263-
<h1 class="other-class">An Example Article</h1>
264+
<h1>An Example Article</h1>
264265
<article>
265-
<h1 class="other-class">Title</h1>
266-
<p class="test-class">
266+
<h1>Title</h1>
267+
<p>
267268
Lorem ipsum dolor sit amet, <b>consectetur adipisicing elit</b>, sed do eiusmod
268269
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
269270
quis nostrud <em>exercitation ullamco laboris nisi ut aliquip ex ea commodo
@@ -272,12 +273,12 @@ <h1 class="other-class">Title</h1>
272273
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
273274
</p>
274275
<blockquote>
275-
<p class="test-class">
276+
<p>
276277
This is a GREAT pull quote.
277278
</p>
278279
<a href="#">- Author</a>
279280
</blockquote>
280-
<p class="test-class">
281+
<p>
281282
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
282283
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
283284
ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima
@@ -286,7 +287,7 @@ <h1 class="other-class">Title</h1>
286287
qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum
287288
qui dolorem eum fugiat quo voluptas nulla pariatur?"
288289
</p>
289-
<p class="test-class">
290+
<p>
290291
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
291292
praesentium voluptatum deleniti atque corrupti quos dolores et quas
292293
molestias excepturi sint occaecati cupiditate non provident, similique sunt
@@ -298,7 +299,7 @@ <h1 class="other-class">Title</h1>
298299
<hr />
299300

300301
<section>
301-
<h1 class="other-class">Code examples</h1>
302+
<h1>Code examples</h1>
302303
<code>
303304
<pre>
304305
sudo ipfw pipe 1 config bw 256KByte/s
@@ -308,9 +309,9 @@ <h1 class="other-class">Code examples</h1>
308309
</section>
309310
<hr />
310311
<section>
311-
<h1 class="other-class">Footer</h1>
312+
<h1>Footer</h1>
312313
<footer>
313-
<p class="test-class">Copyright 2013. Made with love by <a href="http://mrmrs.cc" title="MRMRS - Designer">mrmrs</a>.</p>
314+
<p>Copyright 2013. Made with love by <a href="http://mrmrs.cc" title="MRMRS - Designer">mrmrs</a>.</p>
314315
<ul>
315316
<li>
316317
<a href="#">Home</a>
@@ -343,21 +344,21 @@ <h1 class="other-class">Footer</h1>
343344
</section>
344345

345346
<section>
346-
<h1 class="other-class">New hawtness</h1>
347+
<h1>New hawtness</h1>
347348
<progress value="80" max="100">80 %</progress>
348-
<p class="test-class">We are this close to the goal: <meter min="0" max="1000" value="824">$824</meter>.</p>
349+
<p>We are this close to the goal: <meter min="0" max="1000" value="824">$824</meter>.</p>
349350
</section>
350351

351352
<section>
352353
<header>
353-
<h1 class="other-class">Random Stuff</h1>
354+
<h1>Random Stuff</h1>
354355
</header>
355356
<small>This is for things like copyright info</small>
356357
<s>Content that isn't accurate or relevant anymore.</s>
357358
<span>Generic span wrapper</span>
358359
<abbr>HTML How to meet ladies</abbr>
359-
<p class="test-class">This is inline text with <sub>subscript</sub> and <sup>superscript</sup> elements.</p>
360-
<p class="test-class">
360+
<p>This is inline text with <sub>subscript</sub> and <sup>superscript</sup> elements.</p>
361+
<p>
361362
<var>f</var>(<var>x</var>) = <var>a</var><sub>0</sub> + <var>a</var><sub>1</sub><var>x</var> +
362363
<var>a</var><sub>2</sub><var>x</var><sup>2</sup>, where <var>a</var><sup>2</sup> ≠ 0
363364
</p>
@@ -403,7 +404,7 @@ <h1 class="other-class">Random Stuff</h1>
403404
</samp>
404405
</section>
405406
<section>
406-
<h1 class="other-class">Tables</h1>
407+
<h1>Tables</h1>
407408
<!--
408409
From the HTML spec (http://www.w3.org/TR/html401/struct/tables.html)
409410

0 commit comments

Comments
 (0)