-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitties-to-go.html
67 lines (56 loc) · 4 KB
/
kitties-to-go.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kitties To Go!</title>
<link rel="stylesheet" type="text/css" href="styles/kittysheet.css">
</head>
<body>
<a href="#main-content" class="hidden">Skip to main content</a>
<header>
<h1>KITTIES TO GO!</h1>
<h2><em>Seattle's premiere drive-thru cat rentals</em></h2>
</header>
<nav id="top-nav">
<a class="header-links" href="#">About</a> / <a class="header-links" href="#">Rates</a> / <a class="header-links" href="#">Liability Release</a> / <a class="header-links" href="#">Kitty Profiles</a> / <a class="header-links" href="#"> Book a Cat</a>
</nav>
<section class="reg-alligned main-section" id="main-content">
<h4>Cat ipsum dolor sit amet, find something else more interesting, so catty ipsum mesmerizing birds sleep on my human’s head.</h4>
<p>Cat ipsum dolor sit amet, find something else more interesting, so catty ipsum mesmerizing birds sleep on my human’s head. <a class="body-links" href="#"> Hide head under blanket </a>so no one can see stares at human while pushing stuff off a table. Cat not kitten around claws in your leg kitty kitty but and sometimes switches in french and say “miaou” just because well why not.</p>
</section>
<section class="reg-alligned" id="review-section">
<h5>Customer Review</h5>
<p>Please stop looking at your phone an pet me. Lounge in the doorway eat and then sleep on your face meowwww meowwww – Jeremy</p>
</section>
<section class="reg-alligned main-section">
<h3>THE KITTIES TO GO STORY</h3>
<p>Fall asleep on the washing machine snuggles up to shoulders or knees and purrs you to sleep. Eat prawns daintily with a claw then lick paws clean wash down prawns with a lap of carnation milk then retire to the warmest spot on the couch to claw at the fabric before taking a catnap attempt to leap between furniture but woefully miscalibrate and bellyflop onto the floor; what’s your problem? i meant to do that now i shall wash myself intently cough and swat at dog.</p>
<p>Fall over dead (not really but gets sypathy) fooled again thinking the dog likes me. Jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed hiss at vacuum cleaner and always hungry for lie on your belly and purr when you are asleep stretch.</p>
</section>
<aside>
<section class="aside-section">
<h3>CATS IN THE NEWS</h3>
<p>Chew iPad power cord why must they do that, grab pompom in mouth and put in water dish.</p>
<a class="body-links" href="#">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="body-links" href="#">Find out more >></a>
</section>
<section class="aside-section">
<h3>CAT OF THE WEEK</h3>
<figure>
<img src="images/lesson04-mock3-sidebar-cat.jpg" alt="A cute kitten looking directly into the camera with its big eyes">
<figcaption>Stare at imaginary bug love blinks and purr purr purr purr.</figcaption>
</figure>
<a class="body-links" href="#">Book Now >></a>
</section>
</aside>
<footer>
<img class="extra-low-margin" src="images/lesson04-mock5-cat-logo.png" alt="Company cat logo, a 2 dimentional sitting cat.">
<p id="footer-text">Aborpos nisto inci tet aut que volupti beruptiberro to ex esseque invenienihil imaximu scideru ptistiusam consequunt</p>
<nav id="lower-nav">
<a class="footer-links" href="#">Footer Link 1</a> / <a class="footer-links" href="#">Footer Link 2</a> / <a class="footer-links" href="#">Footer Link 3</a> / <a class="footer-links" href="#"> Footer Link 4</a>
</nav>
<p>© 2018 Kitties To Go!, LLC | Seattle, WA</p>
</footer>
</body>
</html>