-
Notifications
You must be signed in to change notification settings - Fork 0
/
midterm.html
40 lines (31 loc) · 2.28 KB
/
midterm.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucky's Diary</title>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>The Story of Me and My Cat</h1>
<p class="intro-text">Hi, I'm Nory, and I'm a cat person. I want to share my cat's daily life with you from the first perspective of my cat Lucky!</p>
<h2>Welcome to the World of me and my cat Lucky!</h2>
</header>
<main>
<p>For me, my most important companion is Lucky, the cat I have had for two years. Most cat hosts don't take their cats outside, but my hobby is to take Lucky for a walk every day. When Lucky played in the park, I would listen to music or read books quietly. I really enjoyed the process and Lucky also had a lot of different experiences than other kittens. She used to roll in the grass, chase butterflies in the garden, hide in the leaves and play hide-and-seek with me, and run through the snow. I always wondered, do cats have thoughts and feelings like humans? In my spare time, I always like to use the cat's first perspective to record some interesting things happened between me and her. I want to create a website for Lucky so that more people can see the story of what happened between me and my cat. I divided the website into four sections: spring, summer, autumn and winter. Each section records a different story of Lucky. I'd like to share my life with my cat, as well as some information about cats for some cat lovers below.</p>
<img src="Lucky.jpg" width="400" height="500" alt="Lucky the Cat">
<li><a href="https://www.indoorcatguide.com/how-to-raise-a-good-cat-9-steps/" id="resource-link">More Resource: How to raise cats?</a></li>
<p id="save-world">Cats save the world!</p>
</main>
<footer>
<ul>
<li><a href="spring.html">Page 1 (Spring)</a></li>
<li><a href="summer.html">Page 2 (Summer)</a></li>
<li><a href="autumn.html">Page 3 (Autumn)</a></li>
<li><a href="winter.html">Page 4 (Winter)</a></li>
</ul>
</footer>
</body>
</html>