-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrover.html
129 lines (126 loc) · 5.25 KB
/
rover.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OREO</title>
<link rel="icon" type="image/x-icon" href="logo.jpeg">
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="MediaQuery2.css">
<link rel="stylesheet" href="Media4.css">
</head>
<body>
<header>
<div class="bar">
<div id="name" class="top-left">
<a href="index.html">Whisker's Haven <br>
<div id="subname" class="hidden"> You Are Here , Because You Care </div>
</a>
<div id="home">
<div class="hidden">
<a href="index.html"> Home </a>
</div>
<div class="hidden">
<a href="petadoption.html">About Pet Adoption </a>
</div>
<div class="dropdown">
<a class="dropbtn hidden">Pet Care</a>
<div class="dropdown-content">
<a href="petCare.html">Pet Diets</a>
<a href="accessories.html">Accessories</a>
<a href="disease.html">Diseases</a>
<a href="vaccine.html">Vaccines</a>
<a href="mapintegration.html">Nearby Hospitals</a>
</div>
</div>
<div class="hidden">
<a href="volunteers.html">Shelter & Rescue</a>
</div>
<div class="hidden">
<a href="Rehome.html">Rehome A Pet</a>
</div>
<div class="hidden">
<a href="adopt.html">Adopt A Pet</a>
</div>
<div class="hidden">
<a href="login.html">Login</a>
</div>
<div class="dropdown1 navbar">
<button onclick="myFunction1()" class="dropbtn1"><img class="navbarIcon" src=" navbarIcon.jpg"
alt=""></button>
<div id="myDropdown1" class="dropdown-content1">
<a href=" index.html">Home</a>
<a href="petadoption.html">About Pet Adoption </a>
<div class="dropdown">
<a class="dropbtn hidden">Pet Care</a>
<div class="dropdown-content">
<a href=" petCare.html">Pet Diets</a>
<a href=" accessories.html">Accessories</a>
<a href=" disease.html">Diseases</a>
<a href=" vaccine.html">Vaccines</a>
<a href="mapintegration.html">Nearby Hospitals</a>
</div>
</div>
<a href="volunteers.html">Shelter & Rescue</a>
<a href="Rehome.html">Rehome A Pet</a>
<a href="adopt.html">Adopt A Pet</a>
<a href="login.html">Login</a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="rotate">Rotate your screen <br><img class="rotimg" src="https://ak.picdn.net/shutterstock/videos/1021830733/thumb/8.jpg" alt=""></div>
<button onclick="topFunction()" id="top"><img class="top" src="top.png"></button>
<div class="info1">
<div class="name">
<img class="img6" src="rover.jpg" width="400px" alt="">
<br><b><u><i>ROVER</i></u></b>
</div>
<div class="subinfo2">
<table>
<tr>
<td>Breed:</td>
<td> Bombay Cat </td>
</tr>
<tr>
<td>Age:</td>
<td>10 years</td>
</tr>
<tr>
<td>Gender:</td>
<td>Female</td>
</tr>
<tr>
<td>Is this Pet Vaccinated? : </td>
<td>Yes</td>
</tr>
<tr>
<td>Is this Pet Good with Kids? :</td>
<td>No</td>
</tr>
</table>
</div>
<div class="subinfo">
<div class="name"><b><u> Description </u></b></div>
<p>
1) They are also known as small black panthers due to their muscular body, black colour, and beautiful golden eyes.
</p>
<div class="name"><b><u> Location </u></b> </div>
<p>
xyz,Pune
</p>
</div>
</div>
<footer>
<a href="faq.html">FAQ</a>
<a href="Contact us.html">Contact Us</a>
<a href="#">Terms of use</a>
<a href="aboutus.html">About Us</a>
<a href="#">© 2022 | Whisker's Haven</a>
</footer>
</body>
<script src="navbar.js"></script>
</html>