-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
353 lines (341 loc) · 12 KB
/
about.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>About Us</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
</head>
<body>
<div class="container-fluid text-center">
<nav
class="navbar navbar-expand-lg bg-body-tertiary"
style="background-color: #aad9fa"
>
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="Pic/logo.jpg" style="border-radius:40px; width: 50px; height: 50px;padding: 5px; "><h6>Claw<span style="color: rgb(255, 0, 106)">some</span>!</h6></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarScroll"
aria-controls="navbarScroll"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarScroll">
<ul
class="navbar-nav me-auto my-2 my-lg-0 navbar-nav-scroll"
style="--bs-scroll-height: 100px"
>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="contact.html"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Contact Us
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="index.html">Home</a></li>
<li><a class="dropdown-item" href="about.html">About</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="contact.html">Contact Us</a>
</li>
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-success" type="submit">
Search
</button>
</form>
</div>
</div>
</nav>
<!--<div
class="row "
style="
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
"
>-->
<div class="row">
<div class="col-2"><div
class="Advertisement"
style="
margin-top: 20px;
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #ced4da;
border-radius: 5px;
"
>
<h4 style="margin-bottom: 10px">Run Your Ad Today!</h4>
<div style="max-width: 300px; margin: 0 auto">
<img
src="/Pic/Toyota forerunner.jpg"
alt="Advertisement"
style="max-width: 100%; border-radius: 5px"
/>
</div>
<p style="margin-top: 10px">
With our targeted advertising options, you can showcase your brand to
the right audience.Don't miss this opportunity to boost your
visibility and drive results for your business. Contact us now to book
your ad slot and start reaching more customers today.
</p>
<h5>Enjoy 50% off this & every thursday!</h5>
</div></div>
<div class="col-8" style="text-align: center; padding: 20px 0">
<h1>About Claw<span style="color: rgb(255, 0, 106)">some</span>!</h1>
<p>
Dearest reader & pet lover, you are awe<span
style="color: rgb(255, 0, 106)"
>some</span
>!
</p>
<div>
<img src="/Pic/Love.jpg" alt="love image" width="550px" />
</div>
<div class="mission" style="text-align: center; padding: 20px 0">
<h2>Our Mission</h2>
<p>
At Clawsome, we are dedicated to providing the best resources for pet
essentials and pet care. Our mission is to support and grow a loving
and informed community of pet enthusiasts.
</p>
</div>
<div
class="cards"
style="
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
"
>
<div
class="card"
style="
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex: 1 1 300px;
max-width: 300px;
text-align: center;
"
>
<h3>Meet the Team</h3>
<img
src="/Pic/Meet-the-team.jpg"
alt="Card Image 1"
style="max-width: 100%; border-radius: 10px"
width="270px"
height="230px"
/>
<p>
At Clawsome, we have a team of passionate individuals who share a
love for pets and a dedication to providing valuable resources for
pet owners. Get to know the faces behind Clawsome and discover the
expertise each team member brings to our community. Click on a
teammate's profile and give them a virtual high five and tell them
what makes them stand out.
</p>
</div>
<div
class="card"
style="
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex: 1 1 300px;
max-width: 300px;
text-align: center;
"
>
<h3>Our Values</h3>
<img
src="/Pic/Our Values.jpg"
alt="Values Image"
style="max-width: 100%; border-radius: 10px"
width="270"
height="230"
/>
<p>
Our values are the foundation of everything we do. We are committed
to promoting responsible pet ownership, providing accurate and
helpful information, and fostering a supportive and inclusive
community. We believe in the power of education, compassion, and
connection to enhance the lives of pets and their owners. Our
dedication to these principles guides us in our mission to be your
trusted source for all things pet-related.
</p>
</div>
<div
class="card"
style="
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex: 1 1 300px;
max-width: 300px;
text-align: center;
"
>
<h3>Our Community</h3>
<video
width="270"
height="230"
controls
autoplay
loop
style="max-width: 100%; border-radius: 10px"
>
<source src="/Pic/OurCommunity.mp4" type="video/mp4" />
</video>
<p>
At Clawsome, we believe that every pet and pet owner has a unique
and heartwarming story to share. Our Community Stories section
celebrates these incredible bonds and experiences. Read inspiring
tales from fellow pet lovers, and discover the impact our community
is making. Join us in celebrating the joy, love, and companionship
that our pets bring into our lives.Have a seat at our table!
</p>
</div>
<div
class="card"
style="
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex: 1 1 300px;
max-width: 300px;
text-align: center;
"
>
<h3>Our Blog</h3>
<video
width="270"
height="230"
controls
autoplay
loop
style="max-width: 100%; border-radius: 10px"
>
<source src="/Pic/DogGrooming.mp4" type="video/mp4" />
</video>
<p>
Welcome to the Clawsome blog; your go-to destination for all things
pet-related! From pet care advice to product reviews, we cover a
wide range of topics to help you provide the best care for your
furry friends. While you're here, don't forget to check out our
shop, where you can browse and purchase a curated collection of pet
essentials and accessories. From nutritious food to cozy beds and
stylish collars, we offer everything you need to keep your pets
happy and healthy.
</p>
</div>
</div></div>
<div class="col-2"> <div
class="news-feed"
style="
margin-top: 20px;
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #ced4da;
border-radius: 5px;
"
><div class="news-feed">
<div class="news-item">
<h2>Exploring Different Types of Sessions</h2>
<p>Learn about the various types of sessions in web development, including user sessions, server sessions, and state management.</p>
<a href="/sessions/types">Read more</a>
</div>
<div class="news-item">
<h2>Best Practices for Session Security</h2>
<p>Discover essential security practices to protect user sessions, prevent session hijacking, and ensure data integrity.</p>
<a href="/sessions/security">Read more</a>
</div></div>
<!-- Add more news items here -->
</div></div>
<!-- Footer -->
<div class="row">
<footer class="bg-light text-center py-4">
<div class="container">
<div class="col-md-12">
<div class="newsletter" style="margin-top: 20px">
<h3>Subscribe to Our Newsletter</h3>
<form>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input
type="email"
class="form-control"
id="email"
aria-describedby="emailHelp"
placeholder="Enter email"
/>
</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
<p>Team Members: Tracy, Reuben, Caroline, Jemimah, Linda A. & Eunice</p>
<p>Contact us: [email protected]</p>
</div>
</div>
</div>
<p>© Claw<span style="color: rgb(255, 0, 106)">some</span> 2024</p></footer>
</div>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script
src="https://replit.com/public/js/replit-badge-v2.js"
theme="dark"
position="bottom-right"
></script>
</div>
</body>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</html>