-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (44 loc) · 1.92 KB
/
about.html
File metadata and controls
47 lines (44 loc) · 1.92 KB
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>
<title>Seattle Cat Rentals</title>
<link rel="stylesheet" type="text/css" href="styles/normalize.css">
<link rel="stylesheet" type="text/css" href="styles/base.css">
</head>
<body>
<header class="header">
<span><a class="link" href="book-a-cat.html">Open Right MEOW! Book a cat →</a></span>
<h1>Kitties To Go!</h1>
<h3>Seattle's premiere drive-through cat rentals</h3>
<nav class="main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="rates.html">Rates</a></li>
<li> <a href="liability-release.html">Liability Release</a></li>
<li><a href="cat-profile.html">Kitty Profiles</a></li>
<li><a href="book-a-cat.html">Book a Cat</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h1>About Kitties To Go!</h1>
<p>Cupcake ipsum dolor sit. Amet jelly beans pudding gingerbread fruitcake. Pie caramels muffin candy canes chocolate brownie. Liquorice cotton candy wafer gingerbread. Carrot cake fruitcake cupcake marzipan tart pastry. Tootsie roll donut candy
canes. Biscuit oat cake gummies. Fruitcake jelly-o ice cream lemon drops liquorice sugar plum chupa chups cake. Danish icing gummies tootsie roll bear claw. Dragée croissant jelly beans icing bear claw liquorice. Liquorice pie gingerbread
tootsie roll.</p>
</section>
</main>
<footer class="footer">
<p>Kitties To Go!</p>
<p>(555)867-5309</p>
<p><a class="link" href="mailto:kittiestogo@catmail.com">kittiestogo@catmail.com</a>
<div>
<p>Please Cat Responsibly</p>
</div>
<div>
<p>Copyright 2017 Kitties To Go!, LLC</p>
<p>Web master: Marjorie Blanco</p>
</div>
</footer>
</body>
</html>