-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (258 loc) · 10.2 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
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
354
355
356
357
358
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PAW - Shelter and healthcare services </title>
<!-- google-font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Ubuntu:wght@300&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="stylesheet">
<!-- bootstrap links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- font-awesome -->
<script src="https://kit.fontawesome.com/4fcb0e5e0a.js" crossorigin="anonymous"></script>
<!-- css-stylesheet -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand logo-name" href=""> <strong> PAW </strong></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto my-2">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-org">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#social">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="article.html">News Articles</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://en.wikipedia.org/wiki/Dog_food">Dog Food's</a>
</li>
<li class="nav-item">
<a class="nav-link" href="appointment.html">Doctor's Appointment</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6 ">
<h1> <strong> Welcome To The Paw's Shelter </strong> </h1>
</div>
<div class="col-lg-6 " id="limg">
<a href="index.html"><img class="title-img" src="images/logo-modified.png" alt="iphone-mockup"></a>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fas fa-check fa-4x"></i>
<h3>Easy to use.</h3>
<p>So easy to use, even your dog could do it.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-bullseye fa-4x"></i>
<h3>Elite Clientele</h3>
<p>We have all the dogs, the greatest dogs.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-heart fa-4x"></i>
<h3>Guaranteed to work.</h3>
<p>Find the love of your dog's life or your money back.</p>
</div>
</div>
</section>
<!-- Testimonials -->
<div class="container mt-5 ">
<h1>Information Details</h1>
<form class="row g-3">
<div class="form">
<div class="col-md-6">
<label for="firstName" class="form-label form-title">First Name</label>
<input type="text" class="form-control" id="firstName" required>
</div>
<div class="col-md-6">
<label for="lastName" class="form-label form-title">Last Name</label>
<input type="text" class="form-control" id="lastName" required>
</div>
<div class="col-md-8">
<label for="emailInfo" class="form-label form-title">E-mail</label>
<input type="email" class="form-control" id="emailInfo" required>
</div>
<div class="col-md-4">
<label for="phoneNumber" class="form-label form-title">Phone Number</label>
<input type="text" class="form-control" id="phoneNumber" placeholder="+91">
</div>
<div class="col-md-12">
<label for="comments" class="form-label form-title">Address</label>
<textarea class="form-control" id="comments" rows="3" required
placeholder="Please enter your address"></textarea>
</div>
<div class="col-md-12">
<label for="comments" class="form-label form-title">Reason for Leaving the Dog.</label>
<textarea class="form-control" id="comments" rows="3" required placeholder="Enter Your Reason "></textarea>
</div>
<div class="col-md-4">
<label for="dogleave" class="form-label form-title">Enter the number of days you want to leave your dog
</label>
<input type="number" class="form-control" id="dogleave">
<label for="dogleave" class="form-label form-title"> Or you want to leave your dog permanently ?
 </label>
<input type="checkbox" id="leavepermanent" name="leavepermanent" value="leavepermanent">
</div>
<div class="col-md-12 my-4">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
<div class="form2">
<p><strong><big>Form 2</big></strong></p>
<h4 style="font-weight:bolder;">Please fill out the second form by following the link</h4>
<button type="button" class="btn btn-primary "><a href="form2.html" target="_blank">click here for page 2</button>
</div>
</a>
<!-- Pricing -->
<section id="pricing">
<h2>A Plan for Every Dog's Needs</h2>
<p>Simple and affordable price plans for your and your dog.</p>
<div class="row">
<div class="price col-lg-4 col-md-6 c1">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Chihuahua</h3>
</div>
<div class="card-body ">
<h2>Free</h2>
<p>5 Matches Per Day</p>
<p>10 Messages Per Day</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-outline-dark">Sign up</button>
</div>
</div>
</div>
</div>
<div class="price col-lg-4 col-md-6 c2">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Labrador</h3>
</div>
<div class="card-body ">
<h2>$49 / mo</h2>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-dark">Sign up</button>
</div>
</div>
</div>
</div>
<div class="price col-lg-4 c3">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Mastiff</h3>
</div>
<div class="card-body c3">
<h2>$99 / mo</h2>
<p>Pirority Listing</p>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-dark">Sign up</button>
</div>
</div>
</div>
</div>
<section id="pricing">
<h2>A Plan for Every Dog's Needs</h2>
<p>Simple and affordable price plans for your and your dog.</p>
<div class="row">
<div class="price col-lg-4 col-md-6 c1">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Chihuahua</h3>
</div>
<div class="card-body ">
<h2>Free</h2>
<p>5 Matches Per Day</p>
<p>10 Messages Per Day</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-outline-dark">Sign up</button>
</div>
</div>
</div>
</div>
<div class="price col-lg-4 col-md-6 c2">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Labrador</h3>
</div>
<div class="card-body ">
<h2>$49 / mo</h2>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-dark">Sign up</button>
</div>
</div>
</div>
</div>
<div class="price col-lg-4 c3">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h3>Mastiff</h3>
</div>
<div class="card-body c3">
<h2>$99 / mo</h2>
<p>Pirority Listing</p>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="w-100 btn btn-lg btn-dark">Sign up</button>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="social">
<i class="ic fab fa-twitter fa-2x"></i>
<i class="ic fab fa-facebook-f fa-2x"></i>
<i class="ic fab fa-instagram fa-2x"></i>
<i class="ic fab fa-linkedin fa-2x"></i>
</footer>
<footer id="footer">
<p>© Copyright TinDog</p>
</footer>
</body>
</html>