-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (184 loc) · 6.21 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<!-- Normalize styles across browsers -->
<link href="css/reset.css" rel="stylesheet" />
<!-- Custom styles -->
<link href="css/styles.css" rel="stylesheet" />
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/cbbaf4368b.js"
crossorigin="anonymous"
></script>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<!-- Custom JS -->
<script src="js/scripts.js" defer></script>
<title>Pets</title>
</head>
<body class="p-home">
<a id="skip-to-main" href="#main-content">Skip to Main Content</a>
<header id="header">
<h1 class="title--with-icon">
<i class="fa-solid fa-paw fa-sm"></i> Pets
</h1>
<nav id="nav">
<div class="nav">
<a class="nav__action" href="index.html" aria-current="page">
<span class="nav__action__txt">Pets</span>
</a>
<a class="nav__action" href="travel.html">
<span class="nav__action__txt">Travel</span>
</a>
<a class="nav__action" href="recipes.html">
<span class="nav__action__txt">Recipes</span>
</a>
</div>
<div class="dropup">
<button
class="dropup__btn"
title="Navigation"
aria-label="Navigation"
>
<span>
<i class="fa-solid fa-paw dropup__btn__txt-icon"></i> Pets
</span>
<span class="dropup__btn__icon">
<i class="fa-solid fa-chevron-up"></i>
</span>
</button>
<div class="dropup__list-container">
<ul class="dropup__list">
<li class="dropup__list__item--selected">
<a
class="dropup__list__action"
href="index.html"
aria-current="page"
>
<i class="fa-solid fa-paw fa-sm"></i> Pets
</a>
</li>
<li>
<a class="dropup__list__action" href="travel.html">
<i class="fa-solid fa-plane fa-sm"></i> Travel
</a>
</li>
<li>
<a class="dropup__list__action" href="recipes.html">
<i class="fa-solid fa-utensils fa-sm"></i> Recipes
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main id="main-content">
<div class="home-grid">
<a class="home-grid__item" href="pet/0-bob.html">
<figure class="home-grid__figure">
<!-- Decorative blur effect -->
<img
class="img-blur-decor"
src="images/pets/bob-portrait.jpeg"
alt=""
/>
<div class="home-grid__img-container">
<img
src="images/pets/bob-portrait.jpeg"
alt="Bob is a black Doberman wearing a collar with a pink flower."
/>
</div>
<figcaption>Bob</figcaption>
</figure>
<!-- Kyle and Hudson -->
</a>
<a class="home-grid__item" href="pet/1-finn.html">
<figure class="home-grid__figure">
<!-- Decorative blur effect -->
<img
class="img-blur-decor"
src="images/pets/finn-halloween.jpg"
alt=""
/>
<div class="home-grid__img-container">
<img
src="images/pets/finn-halloween.jpg"
alt="Finn wears a bat costume for halloween."
/>
</div>
<figcaption>Finn</figcaption>
</figure>
<!-- Lauren Rodriguez -->
</a>
<a class="home-grid__item" href="pet/2-biscuit.html">
<figure class="home-grid__figure">
<!-- Decorative blur effect -->
<img
class="img-blur-decor"
src="images/pets/biscuit-1.jpeg"
alt=""
/>
<div class="home-grid__img-container">
<img
src="images/pets/biscuit-1.jpeg"
alt="Shiba inu sitting in front of pond with stones in the background."
/>
</div>
<figcaption>Biscuit</figcaption>
</figure>
<!-- Allison Lee -->
</a>
<a class="home-grid__item" href="pet/3-honey.html">
<figure class="home-grid__figure">
<!-- Decorative blur effect -->
<img
class="img-blur-decor"
src="images/pets/honey-main.jpeg"
alt=""
/>
<div class="home-grid__img-container">
<img
src="images/pets/honey-main.jpeg"
alt="Honey is a medium-sized golden retriever with honey brown fur. She has a white patch of fur on her chest and her right eye is smaller than her left."
/>
</div>
<figcaption>Honey</figcaption>
</figure>
<!-- Abbie Tooman -->
</a>
<a class="home-grid__item" href="pet/4-milktea.html">
<figure class="home-grid__figure">
<!-- Decorative blur effect -->
<img
class="img-blur-decor"
src="images/pets/milktea-main.jpg"
alt=""
/>
<div class="home-grid__img-container">
<img
src="images/pets/milktea-main.jpg"
alt="Milktea taking nap"
/>
</div>
<figcaption>Milktea</figcaption>
</figure>
<!-- Olive Ren -->
</a>
</div>
</main>
</body>
</html>