-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
47 lines (47 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Bad Dogs - About Me</title>
<link href="css/mybaddogs.css" rel="stylesheet">
<script src="https://use.fontawesome.com/3b8437358f.js"></script>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Condensed" rel="stylesheet">
</head>
<body>
<a href="#maincontent">Skip to main content</a>
<header>
<a href="https://www.boredpanda.com/underwater-dogs-seth-casteel/"><img src="images/2dogs_in_water.jpg" aria-hidden="true" alt=""></a>
<h1>My Bad Dogs</h1>
<nav>
<ul>
<li><a href="index.html"><i class="fa fa-paw" aria-hidden="true"></i>Home</a></li>
<li><a href="adoption.html">For Adoption</a></li>
<li><a href="application.html">Application</a></li>
<li><a id="iamhere" href="about.html">About Me</a></li>
</ul>
</nav>
</header>
<main id="maincontent">
<div class="wrapper">
<h2>Dog House Rules</h2>
<ul>
<li>If the dogs don't like you - it's your fault.</li>
<li>Don't worry about taking off your shoes, the dogs don't - worry that is.</li>
<li>If you don't want hair on your clothes - stay off the furniture. That's why they call it <strong>fur</strong>niture.</li>
<li>It's rude not to throw a ball that has been placed in your lap.</li>
<li>If you don't want to be splooged, don't wear shorts.</li>
<li>If you don't know what splooging is, come on over... in shorts</li>
<li>When going downstairs please hold the handrail. The dogs have no qualms about tripping you just to see if you can fall faster than they can run.</li>
</ul>
</div>
</main>
<footer>
<a href="https://www.boredpanda.com/underwater-dogs-seth-casteel/"><img src="images/dog_logo.jpg" aria-hidden="true" alt=""></a>
<p>My Bad Dogs © 2017. All Rights Reserved</p>
<ul>
<li><a href="https://www.aspca.org/"><img src="images/aspca.jpg" alt="A S P C A"></a></li>
<li><a href="https://secure.humanesociety.org/site"><img src="images/humanesociety.jpg" alt="Humane Society"></a></li>
</ul>
</footer>
</body>
</html>