-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
428 lines (346 loc) · 17.8 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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PetFinder - The best pet shop world wide</title>
<!-- Favicon link -->
<link rel="icon" href="favicon.ico">
<!-- bootstrap CDN Stylesheet -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Google Fonts style -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu&display=swap" rel="stylesheet">
<!-- Local Stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- FontAwesome kit -->
<script src="https://kit.fontawesome.com/123926b258.js" crossorigin="anonymous"></script>
<!-- Bootstrap Javascript -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<section id="title">
<div class="container-fluid "style="padding-bottom: 0;">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand" href=""><img src="logo.png" alt="">Petfinder</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#features">
Features
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">
Pricing
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">
Download
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">
Testimonials
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pets">
Pets
</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row head-row">
<div class="col-lg-6">
<h1>Love pets? Find the animal suited to you</h1>
<button type="button" class="btn btn-dark btn-lg download-button"><i class="fab fa-apple"></i> Download</button>
<button type="button" class="btn btn-outline-light btn-lg download-button"><i class="fab fa-google-play"></i> Download</button>
</div>
<div class="col-lg-6">
<img class="title-image" src="die-wolf.png" alt="Dog-img">
</div>
</div>
</div>
</section>
<a href="#title" class="btta"><div class="back-to-top"><p class="btti">
<i class="fas fa-arrow-up fa-2x"></i>
</p></div></a>
<!-- Testimonials -->
<!-- Button trigger modal -->
<button type="button" class="btn modal-button" data-toggle="modal" data-target="#exampleModal">
<i class="fas fa-envelope fa-2x"></i>
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Message Us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form class="" action="mailto:[email protected]" method="post" enctype="text/plain">
<label class="form-text">Your name:</label>
<input class="text-feild" type="text" name="" value=""><br>
<label class="form-text">Your address:</label>
<input class="text-feild" type="text" Adress="" value=""><br>
<label class="form-text">Your Password:</label>
<input class="text-feild pass-feild" type="Password" name="" value=""><br>
<label class="form-text">Message</label><br>
<textarea class="text-feild" name="Message" rows="15" cols="60"></textarea><br>
<label class="form-text">Join the PetFinder community</label>
<input type="checkbox" Number=""><br>
<input class="text-feild sub-but" type="submit" Number="">
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn open-button" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<section id="pets" class="pets">
<div id="pet-text">
<h3>See some of our most recent pets</h3>
<p>your pet is waiting for you</p>
</div>
<div class="container">
<div class="row blog">
<div class="col-md-12">
<div id="blogCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#blogCarousel" data-slide-to="0" class="active"></li>
<li data-target="#blogCarousel" data-slide-to="1"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-4">
<a href="#" class="row-link">
<img class="pet-img" src="delta.png" alt="Delta-img">
<h3>Delta: The red eyed Husky</h3>
<p>Delta came to us Looking for retirement when his dogsledgeing career was over</p>
<button type="button" class="btn re-btn smdownload-button">View More</button>
</a>
</div>
<div class="col-md-4">
<a href="#" class="row-link">
<img class="pet-img" src="al-asad.png" alt="Delta-img">
<h3>AL-Asad: The lion cub of Kosovo</h3>
<p>AL-Asad: The lion cub is one of petfinder's most adored animals up for adOtion in Kosovo</p>
<button type="button" class="btn re-btn smdownload-button">View More</button>
</a>
</div>
<div class="col-md-4">
<a href="#" class="row-link">
<img class="pet-img" src="de-ligt.png" alt="Delta-img">
<h3>De Ligt: The white german shepard</h3>
<p>De Ligt is a German Shepard who was denied entry to the Berlin police force because his colour</p>
<button type="button" class="btn re-btn smdownload-button">View More</button>
</a>
</div>
</div>
<!--.row-->
</div>
<!--.item-->
<div class="carousel-item">
<div class="row">
<div class="col-md-4">
<a href="#" class="row-link">
<img class="pet-img" src="cdn.jpg" alt="Delta-img">
<h3>Celik De Najm: A Turkish Star</h3>
<p>Celik De Najm was A superstar in Istanbul as he guarded many celebrities in youth</p>
<button type="button" class="btn re-btn smdownload-button"><i class="fab fa-information"></i> View More</button>
</a>
</div>
<div class="col-md-4">
<a href="#" class="row-link">
<img class="pet-img" src="lana.png" alt="lana-img">
<h3>Ana: The Madrid street cat</h3>
<p>Ana is a street cat from Madrid,Spain and has been put up for adoption by Petfinder in Kosovo</p>
<button type="button" class="btn re-btn smdownload-button"><i class="fab fa-information"></i> View More</button>
</a>
</div>
<div class="col-md-4" class="row-link">
<a href="#">
<img class="pet-img" src="berlin.png" alt="lana-img">
<h3>Berlin: the German care taker</h3>
<p>Berlin Is the loveliest cub dog in the whole of the World he is "Tripple A fantastic"</p>
<button type="button" class="btn re-btn smdownload-button"><i class="fab fa-information"></i> View More</button>
</a>
</div>
</div>
<!--.row-->
</div>
<!--.item-->
</div>
<!--.carousel-inner-->
</div>
<!--.Carousel-->
</div>
</div>
</div>
</section>
<!-- Features --> <!-- iphone6 -->
<!-- Testimonials -->
<section id="testimonials" class="testimonials">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active slider-img">
<h2 class="testimonial-text">I often find it hard to pick a pet, but with Dogs and Roses it was like buying chocolate from the store. "You know which want you want"</h2>
<img class="testimonial-image" src="nielen-img.jpeg" alt="First slide">
<em>Suleiman Van Nielen, Utrecht</em>
</div>
<div class="carousel-item slider-img">
<h2 class="testimonial-text">Using Cats & Tulips was lovely me and my daughter picked a lovely pet for my mother at very short notice</h2>
<img class="testimonial-image" src="de-rijk-img.jpeg" alt="First slide">
<em>Al Asad De Rijk, Prishtina</em>
</div>
<div class="carousel-item slider-img">
<h2 class="testimonial-text">Finding my daughters pet was the easiest expeirience Dogs and Roses just paired her up with her dream pet.</h2>
<img class="testimonial-image" src="solomon-img.jpeg" alt="First slide">
<em>Ronald Solomon, Kansas</em>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section id="features">
<div id="feat-text">
<h3>What Are the cool features of the full petfinder App</h3>
<p>The App is The only petfinder out there!</p>
</div>
<div class="row">
<div class="feat-row col-lg-4">
<i class="fas fa-check-circle icon-lg fa-4x"></i>
<h3>Legal and Verifed.</h3>
<p>the Petfinder App is verfied<br>in all EU and USA and Canada.</p>
</div>
<div class="feat-row col-lg-4">
<i class="fas fa-bullseye icon-lg fa-4x"></i>
<h3>Pets of gold</h3>
<p>At Petfinder We have the best<br>Animals, the pet industry has to offer.</p>
</div>
<div class="feat-row col-lg-4">
<i class="fas fa-heart icon-lg fa-4x"></i>
<h3>Guaranteed to work.</h3>
<p>Find the pet you've always wanted<br>or the perfect present for a loved one.</p>
</div>
</div>
</section>
<!-- Press -->
<!-- Pricing -->
<div id="pricing-text">
<h3>Sign up to any one of our packages</h3>
<p class="price-talk">your pet is waiting for you</p>
</div>
<section id="pricing">
<div class="row text-center">
<div class="col-lg-4 col-md-6 price-item">
<div class="card">
<div class="card-header">
<h4 class="">Fremium</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">£5 <small class="text-muted">/ mo</small></h1>
<ul class="list-unstyled">
<li>1 petfinder App of choice</li>
<li>Pet Owners Community</li>
<li>Email support</li>
<li>pet training ebooks</li>
</ul>
<button type="button" class="btn btn-lg btn-block re-btn">Sign up for £5</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 price-item">
<div class="card">
<div class="card-header">
<h4 class="">Premium</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">£15 <small class="text-muted">/ mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>2 petfinder App of choice</li>
<li>pet training classes</li>
<li>Priority email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="btn btn-lg btn-block re-btn">Sign up for £15</button>
</div>
</div>
</div>
<div class="col-lg-4 price-item">
<div class="card">
<div class="card-header">
<h4 class="">Enterprise</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">£30 <small class="text-muted">/ mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>All 3 Petfinder Apps</li>
<li>Pet training</li>
<li>Phone and email support</li>
<li>Premium Freebies</li>
</ul>
<button type="button" class="btn btn-lg btn-block re-btn">Sign up for £30</button>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="press">
<img class="press-logo"src="theindependent.png" alt="theindependent">
<img class="press-logo"src="lufthansa.png" alt="lufthansa-logo">
<img class="press-logo"src="bbc.png" alt="bbc-logo">
<img class="press-logov"src="volkswagen.png" alt="volkswagen-logo">
</section> -->
<!-- Call to Action -->
<section id="cta">
<h2 id="cta-text">Find the True pet of Your <br> love one Today.</h2>
<button type="button" class="btn btn-dark btn-lg cta-btn"><i class="fab fa-apple"></i> Download</button>
<button type="button" class="btn btn-outline-light btn-lg cta-btn"><i class="fab fa-google-play"></i> Download</button>
</section>
<!-- Footer -->
<footer id="footer">
<a href="#"><i class="footer-icons fab fa-facebook fa-2x" style="color: #67dfc1; margin: 2% 1%;"></i></a>
<a href="#"><i class="footer-icons fab fa-instagram fa-2x" style="color: #67dfc1; margin: 2% 1%;"></i></a>
<a href="#"><i class="footer-icons fab fa-twitter fa-2x" style="color: #67dfc1; margin: 2% 1%;"></i></a>
<a href="#"><i class="footer-icons fab fa-youtube fa-2x" style="color: #67dfc1; margin: 2% 1%;"></i></a>
<a href="#"><i class="footer-icons fas fa-envelope fa-2x" style="color: #67dfc1; margin: 2% 1%;"></i></a><br>
<span class="copyright-text">© Copyright 2020 OranjePeelStudios</span>
</footer>
</body>
<script type="text/javascript">
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// caroiusel for pets
$('#blogCarousel').carousel({
interval: 4000
});
</script>
</html>