-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek4.html
103 lines (88 loc) · 3.99 KB
/
week4.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html>
<head>
<title>Gizmo's Website</title>
<link rel="stylesheet" href="week4.css">
</head>
<body>
<header>
<div>
<h1>Gizmo's Website</h1>
<nav>
<ul>
<li><a href="week2.html">Week 2</a></li>
<li><a href="week3.html">Week 3</a></li>
<li><a href="week4.html">Week 4</a></li>
<li><a href="week5.html">Week 5</a></li>
</ul>
</nav>
</div>
</header>
<section class="about-wrapper">
<div class="about">
<h2>About Gizmo</h2>
<div>
<p>Get video posted to internet for chasing red dot. Meowzer! immediately regret falling into bathtub. Rub face on owner ignore the squirrels, you'll never catch them anyway but chase imaginary bugs, and if it fits, i sits. Asdflkjaertvlkjasntvkjn (sits on keyboard). Refuse to drink water except out of someone's glass pee in the shoe the dog smells bad present belly, scratch hand when stroked. Meowwww. Cat slap dog in face kitty power! . Then cats take over the world destroy couch. Leave hair everywhere give attitude scamper for throwup on your pillow. Poop on grasses sleep on dog bed, force dog to sleep on floor claws in your leg. Pooping rainbow while flying in a toasted bread costume in space inspect anything brought into the house, but sweet beast, claws in your leg pee in the shoe. Refuse to leave cardboard box hunt by meowing loudly at 5am next to human slave food dispenser yet scamper yet meow all night having their mate disturbing sleeping humans, hide at bottom of staircase to trip human burrow under covers. Cat snacks make muffins, yet roll on the floor purring your whiskers off yet kitty loves pigs use lap as chair, for sleep nap. Sit in box cat snacks, or peer out window, chatter at birds, lure them to mouth ignore the squirrels, you'll never catch them anyway scratch leg; meow for can opener to feed me. Unwrap toilet paper behind the couch present belly, scratch hand when stroked so shove bum in owner's face like camera lens. Chase imaginary bugs purr while eating. Eat a plant, kill a hand. </p>
</div>
<div class="lists">
<div class="list toys">
<h3>Favorite Toys</h3>
<ol>
<li>Teddy Bear</li>
<li>Brown Dog</li>
<li>Moose</li>
<li>Dalmation</li>
</ol>
</div>
<div class="list food">
<h3>Favorite Food</h3>
<ul>
<li>Chicken</li>
<li>Beef</li>
<li>Turkey</li>
<li>Cheese</li>
</ul>
</div>
<div class="list activities">
<h3>Favorite Activities</h3>
<ul>
<li>Sleeping</li>
<li>Going on walks</li>
<li>Sleeping</li>
<li>Belly rubs</li>
</ul>
</div>
</div>
</div>
</section> <!--ends About -->
<section class="pictures-wrapper">
<div class="pictures">
<div class="picture left-picture">
<h4>Gizmo Pic 1</h4>
<img src="http://tinyurl.com/o2bgrm3" alt="Gizmo sitting">
</div>
<div class="picture middle-picture">
<h4>Gizmo Pic 2</h4>
<img src="http://tinyurl.com/po3bebh" alt="Gizmo snuggling his teddy bear">
</div>
<div class="picture right-picture">
<h4>Gizmo Pic 3</h4>
<img src="http://tinyurl.com/on6syh6" alt="Gizmo sticking his tongue out">
</div>
</div>
</section> <!--ends Pictures -->
<section class="info-wrapper">
<div class="about">
<h2>More Info About Gizmo</h2>
<div>
<p>Cupcake ipsum dolor sit. Amet I love liquorice jujubes pudding croissant I love pudding. Apple pie macaroon toffee jujubes pie tart cookie applicake caramels. Halvah macaroon I love lollipop. Wypas I love pudding brownie cheesecake tart jelly-o. Bear claw cookie chocolate bar jujubes toffee.</p>
</div>
</div>
</section>
<footer>
<span>Katherine Trammell
<small>©2015</small>
</span>
</footer>
</body>
</html>