-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
250 lines (224 loc) · 9.27 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Welcome to the Wonderful World of Pets!</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">
<div class="row"> <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>
<div class="col"><h1>The Joy of Pets</h1></div>
</header>
</div>
<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-sm-8"> <main>
<section class="container-fluid">
<img class= "card"src="Pic/pexels-chevanon.jpg" style="justify-content: left; padding: 5px; display:flex; width: 850px;" alt="Happy dog playing fetch" class="mx-5"/>
<p>
Pets bring so much love and happiness into our lives. Whether it's a
playful dog, a purring cat, a curious bird, or a friendly fish, pets
offer companionship, reduce stress, and provide endless entertainment.
They become cherished members of our families.
</p>
</section>
<div class="card-container">
<div class="card" style="
margin-top: 20px;
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #ced4da;
border-radius: 5px;
">
<!-- Start of first card -->
<h2>Benefits of Owning a Pet</h2>
<ul>
<li>Increased companionship and reduced feelings of loneliness</li>
<li>
Improved physical and mental health due to increased activity and
social interaction
</li>
<li>
Enhanced social skills, especially for children, through caring
for another living being
</li>
<li>
Stress reduction and feelings of relaxation due to the calming
presence of pets
</li>
<li>
Increased responsibility and routine, promoting a sense of purpose
</li>
</ul>
</div>
<!-- End of first card -->
<div class="card"style="
margin-top: 20px;
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #ced4da;
border-radius: 5px;
">
<!-- Start of second card -->
<h3>Ready to welcome a furry (or feathery) friend into your life?</h3>
<p>
Research different pet breeds or species to find the perfect match
for your lifestyle. Consider adoption from a local shelter or rescue
organization to give a loving home to an animal in need.
</p>
</div>
<!-- End of second card -->
</div>
</main></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>
</div>
<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>
<p>© Claw<span style="color: rgb(255, 0, 106)">some</span> 2024</p></footer>
</div></div>
</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>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>