-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
60 lines (55 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KITTIES TO GO!</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<header>
<h1> KITTIES TO GO!</h1>
<p class=tagline> Seattle's premiere drive-thru <br> cat rentals <p>
</header>
<nav class=header-nav>
<p>
<a class=header-link href="index.html">Home</a> /
<a class=header-link href="about.html">About</a> /
<a class=header-link href="X">Rates</a> /
<a class=header-link href="X">Liability Release</a> /
<a class=header-link href="X">Kitty Profiles </a> /
<a class=header-link href="X">Book a Cat</a>
</p>
</nav>
<section>
<h3> Welcome to the About Page!</h3>
<p> We are a non-profit organization that specializes in finding cats a perfect new home by allowing perspective cat buyers to take home their new friends and test out the fit before buying. We know you'll love our cats! </p>
<p class=quote> We are so excited about cats! I just can't even stand it! Hope that you adopt one of our cute kitties.</p>
<p class=quotesign> - Jeremy </p>
<h5> Here's how to buy one of our cats! </h5>
<p> Come on by our shop drive through window, let us know what type of cat you'd like and we will find you a cat! Then, take your kitty home and test out the friendship fit. If it's not perrrrrrfect, bring that kitty on back and we will find you a new furry friend. If it's a fit, we will send you the paperwork. No need to come back to the store! </p>
<img class=section-image src="lesson04-mock2-banner-image.jpg" alt="orange, black and tan cat's eyes looking at the camera.">
</section>
<aside>
<h5> CATS IN THE NEWS </h5>
<p> Chew iPad power cord why must they do that, grab pompom in mouth and put in water dish. </p>
<a class=aside-link href="X">Find out more >> </a>
<p> Chew iPad power cord why must they do that, grab pompom in mouth and put in water dish. </p>
<a class=aside-link href="X">Find out more >> </a>
<h5> CAT OF THE WEEK </h5>
<img class=aside-image src="lesson04-mock3-sidebar-cat.jpg" alt="an image of the cat of the week. This kitten is a light gray marbel color and looks at the camera.">
<p class=image-caption> Stare at imaginary bug love blinks and purr purr purr purr. <p>
<a class=aside-link href="X">Book Now >> </a>
</aside>
<footer>
<img class=footer-image src="lesson04-mock5-cat-logo.png" alt="logo of the webpage, a cat">
<h6> Aborpos nisto inci tet aut que volupti beruptiberro to ex <br> esseque invenienihil imaximu scideru ptistiusam consequunt </h6>
<nav class=footer-nav>
<a class=footer-nav href="X">Footer link 1</a> /
<a class=footer-nav href="X">Footer link 2</a> /
<a class=footer-nav href="X">Footer link 3</a> /
<a class=footer-nav href="X">Footer link 4</a> /
</nav>
<h6> © 2018 Kitties To Go!, LLC | Seattle, WA </h6>
</footer>
</body>
</html>