-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (78 loc) · 3.73 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="background">
<header id="h_pos">
<h1 id="header_h1" class="texturina-font">
ACE - Heartfelt Friend, Eternal Love
</h1>
<p id="header_small">2006 - 2021</p>
<nav>
<ul>
<li>
<a href="index2.html"
><input
class="texturina-font"
id="gallery_button"
value="Go To Gallery"
type="button"
/></a>
</li>
</ul>
</nav>
</header>
<section id="About" class="sec_space">
<div id="content">
<h1 class="texturina-font" id="A_Header">About Ace</h1>
<p>
Ace was a unique and beloved member of our family, full
of character and quirks that made him unforgettable. He
didn't belong to any specific breed; my grandpa got him
for a bag of candy long before I was born. Despite his
humble beginnings, Ace's presence was larger than life.
</p>
<p>
Sadly, Ace suffered from heart failure and required a
vaccine once a month, along with daily medication mixed
with his food. Despite his health challenges, he
remained a spirited and loving dog. Ace had a few
dislikes: he wasn't fond of kids, cats, or drunk people,
but he never once bit me or any family members.
</p>
<p>
Ace had a competitive spirit and participated in various
competitions. He loved walks and would wait cutely for
me to take him out. His last walk was particularly
heartbreaking; as we strolled through our garden, he
suddenly fell on his face and to the side. I picked him
up and carried him back, cherishing those final moments.
</p>
<p>
Ace had some unique preferences: he hated baths but
loved sitting in the rain and snow. He despised being
indoors and rarely stayed inside his little house,
preferring to lounge outside. His favorite foods were
sausages and wet food, though he only ate dry food when
he was in the mood. Snacks and chewable bones were his
favorites, and he had a peculiar habit of eating grass
before it rained. Ace also had a sweet tooth, enjoying
ice cream and cookies whenever he could get them.
</p>
<p>
Ace's memory will live on forever. He will always hold a
special place in our hearts.
</p>
</div>
<div class="ACE">
<img src="Images/ACE.png" alt="ACE" id="main_ace" />
</div>
</section>
</div>
</body>
</html>