-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
71 lines (50 loc) · 3.22 KB
/
about.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
<!doctype html>
<html lang="en" class="About">
<head>
<meta charset="UTF-8" />
<title>Me, Myself & Ibis | About</title>
<!--[if lt IE 9]>
<script src='989e13da9096ada9d74a3abaf567e96f.js'></script>
<![endif]-->
<link rel='stylesheet' href='ceecb31383190a002f488ff54045da14.css'>
<!--favicons-->
<link rel="icon" type="image/png" href="img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png" />
</head>
<body>
<header>
<h1 class="logo"><a href="/">Me, Myself & Ibis</a></h1>
<nav class="primary">
<ul>
<li class='current'><a class='current' href="about.html">About Me</a></li>
<li><li><a href="blog/index.html">Blog</a>
<ul>
<li><a href="blog/post-001/index.html">This is Our First Post</a></li>
<li><a href="blog/post-002/index.html">Welcome to No.2</a></li>
<li><a href="blog/post-003/index.html">And, the Third</a></li>
</ul>
</li>
<li><a href="https://twitter.com/tutsplus">Twitter</a></li>
</ul>
</nav>
</header>
<div class="container">
<section>
<h2>About Me</h2>
<p><strong>Where's tha bin nobbut a lad breadcake</strong> ey up mardy bum cack-handed. Sup wi' 'im where's tha bin ee by gum th'art nesh thee big girl's blouse tell thi summat for nowt. Cack-handed shu' thi gob gerritetten. Tha knows by 'eck bloomin' 'eck be reet tell thi summat for nowt. Nah then face like a slapped arse by 'eck bloomin' 'eck tha knows nah then.</p>
<hr />
<h3>Here’s a Subtitle</h3>
<p>gerritetten ah'll gi' thi summat to rooer abaht will 'e 'eckerslike. Ah'll box thi ears ey up that's champion. Th'art nesh thee nay lad breadcake shurrup ah'll gi' thi summat to rooer abaht. Nah then. A pint 'o mild gerritetten. Where's tha bin bobbar god's own county gi' o'er any rooad tha knows. Ah'll gi' thee a thick ear. Chuffin' nora. That's champion wacken thi sen up breadcake michael palin big girl's blouse tintintin. Soft southern pansy ee by gum where's tha bin eeh.</p>
<img src='http://placehold.it/800x300&text=Whatever%2BI%2BLike' width='800' height='300' alt='Whatever+I+Like' />
<p>That's champion tintintin by 'eck face like a slapped arse ey up. Bloomin' 'eck cack-handed appens as maybe will 'e 'eckerslike. Ah'll box thi ears. Gerritetten th'art nesh thee. God's own county face like a slapped arse soft southern pansy sup wi' 'im dahn t'coil oil. Ah'll gi' thee a thick ear cack-handed tha knows tintintin big girl's blouse by 'eck. Tha what be reet nah then. Gerritetten tha daft apeth bobbar big girl's blouse t'foot o' our stairs. Ee by gum that's champion where's tha bin eeh eeh. Ee by gum by 'eck mardy bum nay lad tha knows.</p>
<!--http://tlipsum.appspot.com/-->
</section>
</div>
<footer class="main">
<p>© 2013 Barry Biggins. All Rights Reserved - <a href="https://twitter.com/tutsplus">Twitter</a> - <a href="https://www.facebook.com/tutsplus">Facebook</a></p>
</footer>
</body>
</html>