-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.45 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kitty Chronicles</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1>Kitty Chronicles</h1>
</header>
<main>
<article class="kitty">
<figure>
<img src="img/yoshi-huntress.jpg" alt="Yoshi the Huntress">
<img src="img/yoshi-ball.jpg" alt="Yoshi curled up in a ball">
<figcaption>Left: The trap is set! Right: Hunting is hard work.</figcaption>
</figure>
<h2>Yoshi</h2>
<h3>The Conqueror</h3>
<p>
The mighty Yosheronomous Verdonomous—<em>Yoshi</em>—hails from Jupiter, via the mean streets of Bloomington, Indiana. She lies in wait, planning her ultimate conquest: The Rise of the Planet of the Kittehs!
</p>
</article>
<article class="kitty">
<figure>
<img src="img/furry-sphinx.jpg" alt="Furry the Sphinx">
<img src="img/furry-meow.jpg" alt="Furry has a lot to say!">
<figcaption>Left: Furry imitates her cousin the Great Sphinx. Right: Furry has a lot to say!</figcaption>
</figure>
<h2>Furriosa</h2>
<h3>She is the night!</h3>
<p>
Despite her intimidating name (and personal slogan), Furriosa—or <em>Furry</em>—is a gentle soul. She has traveled far, from Brown County to Monroe County, Indiana.
</p>
</article>
</main>
</body>
</html>