forked from Puja-Saraf/h4i_team_31
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadoption.html
More file actions
106 lines (98 loc) · 4.93 KB
/
adoption.html
File metadata and controls
106 lines (98 loc) · 4.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Uchen&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yatra+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="adoption.css">
<title>Adoption Details</title>
</head>
<body>
<nav>
<div class="logo">
<img src="images/Frame 1.svg">
</div>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<ul class="nav-links">
<li><a href="#tap1">ADOPTION FEES/WHAT'S INCLUDED</a></li>
<li><a href="#tap2">HOW TO ADOPT</a></li>
</ul>
</nav>
<div class="slideContainer">
<div class="Slide">
<img class="d1" src="https://content.fortune.com/wp-content/uploads/2020/02/Coors-Dog-Adoption-Fees.jpg" />
<div class="Caption"></div>
</div>
<div class="Slide">
<img class="d2" src="https://jbfsociety.org/wp-content/uploads/2017/04/fb-adoption.jpg" />
<div class="Caption"></div>
</div>
<div class="Slide">
<img class="d3" src="https://i.insider.com/5bbbaf3601145517f2310727?width=1000&format=jpeg&auto=webp" />
<div class="Caption"></div>
</div>
<a class="prevBtn">❮</a>
<a class="nextBtn">❯</a>
</div>
<br />
<div style="text-align:center">
<span class="Navdot" onclick="currentSlide(1)"></span>
<span class="Navdot" onclick="currentSlide(2)"></span>
<span class="Navdot" onclick="currentSlide(3)"></span>
</div>
<section class="tap1" id="tap1">
<div class="container">
<div class="body">
<p>
<h2 class="H1">ADOPTION FEES/WHAT'S INCLUDED</h2>
<br>
<p class="mc1">
Adoption Fees: Rs.15000.0 for all dogs.All of our adoptable animals are up to date on vaccinations, spayed/neutered, de-wormed, microchipped, and free of parasites such as fleas and ticks.
<br>Upon adoption, new pet parents are sent home with their new dog's first 6 months of heartworm prevention, a starter bag of
H-E-B Heritage Ranch food, and a voucher for a free wellness exam at participating veterinarians.
<br>If you fall in love with a heartworm positive dog, we provide treatment at no extra cost to you!
</p>
</div>
<div class="upArrow"></div>
</div>
</section>
<section class="tap2" id="tap2">
<div class="container">
<div class="body">
<h2 class="H2">HOW TO ADOPT</h2>
<br><br>
<h3 class="H31">START BY FILLING ADOPTION FORM</h3>
<br>
<p class="mc2">
Interested in adoption? Navigate to our dog page and fill out the adoption application form to get started. Submitting this form does not mean you are required to adopt, but it does help speed up the process! You can fill out this form before you visit or at the shelter.
<br> Begin the adoption process now by filling out the form! This form helps us make your adoption smooth and simple.
</p>
<br><br>
<h3 class="H32">AT THE SHELTER - COVID-19 POLICIES</h3>
<br>
<p class="mc3">Our facilities are open 7 days a week for you to come in and meet your new potential pet. Due to COVID-19, face coverings are required to be worn over the mouth and nose at all times within our facilities.
You can browse all of our available animals in Puppy Condo. One of our kennel attendants can help you find a pet that's right for you or your family.
</p>
<br><br>
<h3 class="H33">I FOUND MY FUREVER FRIEND, NOW WHAT?</h3>
<br>
<p class="mc4">
One of our kennel staff will be available to assist you with meeting with the dog of your interest. Once you've made your choice, staff will walk you through the adoption process to make sure everything goes smoothly. In most cases, you can leave with your animal the same day!
</p>
</div>
<div class="upArrow"></div>
</div>
</section>
<footer>
</footer>
<script src="adopt.js"></script>
</body>
</html>