-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
257 lines (187 loc) · 7.63 KB
/
about.php
File metadata and controls
257 lines (187 loc) · 7.63 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
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
<?php
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin']!=true){
header("location: login.php");
exit;
}
$user_name = $_SESSION['name'];
?>
<!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>PawRangers - About Us</title>
<meta name="title" content="PawRangers - A Dog Adoption Website">
<meta name="description" content="This is an dog adoption website">
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="style1.css">
<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=Bangers&family=Carter+One&family=Nunito+Sans:wght@400;700&display=swap"
rel="stylesheet">
</style>
</head>
<body id="top">
<header class="header" data-header>
<div class="container">
<button class="nav-toggle-btn" aria-label="toggle manu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true" class="menu-icon"></ion-icon>
<ion-icon name="close-outline" aria-label="true" class="close-icon"></ion-icon>
</button>
<a href="index.php" class="logo newfont text-black">PawRangers</a>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li class="navbar-item">
<a href="about.php" class="navbar-link" data-nav-link>About</a>
</li>
<li class="navbar-item">
<a href="donate.php" class="navbar-link" data-nav-link>Donate</a>
</li>
<div class="dropdown">
<button class="dropbtn text-3xl font-bold navbar-link">Pets ▼</button>
<div class="dropdown-content">
<a href="dogs.php">Dogs</a>
<a href="cats.php">Cats</a>
<a href="others.php">Others</a>
</div>
</div>
<li class="navbar-item">
<a href="shelter.php" class="navbar-link" data-nav-link>Shelters</a>
</li>
<li class="navbar-item">
<a href="listpet.php" class="navbar-link" data-nav-link>List your Pets</a>
</li>
</ul>
<a href="#" class="navbar-action-btn">Log In</a>
</nav>
<div class="header-actions">
<div class="dropdown">
<button class="dropbtn text-3xl font-bold navbar-link">Hello, <?php echo $user_name; ?> ▼</button>
<div class="dropdown-content1">
<a href="user.php"><ion-icon name="person-circle-outline"></ion-icon>User Profile</a>
<a class="red" href="logout.php"><ion-icon name="log-out-outline"></ion-icon>Logout</a>
</div>
</div>
</div>
</div>
</header>
<section class="section brand" aria-label="brand" >
<div class="container">
<h2 class="h2 section-title">
<span class="span">About </span>Us
</h2>
<h2 class="text-center text-3xl">
At 🐾PawRangers, we believe every dog deserves a loving home. Our mission is to connect rescue dogs with compassionate individuals and families. With a passion for animal welfare, we've created a platform that makes the adoption process simple and transparent.<br><br>
Our team🏠 works closely with reputable shelters and rescue organizations to ensure the well-being of every furry friend. From playful pups to wise seniors, we feature a diverse range of dogs seeking their forever homes.<br><br>
Join us🤝 in making a difference in the lives of these loyal companions - one adoption at a time.<br><br>
#AdoptDontShop🐶
</h2>
</div>
</section>
<footer class="footer" style="background-image: url('./assets/images/footer-bg.jpg')">
<div class="footer-top section">
<div class="container">
<div class="footer-brand">
<a href="#" class="logo newfont">PawRangers</a>
<ul class="contact-list">
<li class="contact-item">
<ion-icon name="location-outline" aria-hidden="true"></ion-icon>
<address class="address">
<a href="https://www.google.com/maps/place/Bhosari,+Pimpri-Chinchwad,+Maharashtra/data=!4m2!3m1!1s0x3bc2c780c24d3757:0xcf7459421a58fa5b?sa=X&ved=1t:242&ictx=111">Sco No.3 Adrash Nagar Chandigarh IND 160050</a>
</address>
</li>
<li class="contact-item">
<ion-icon name="call-outline" aria-hidden="true"></ion-icon>
<a href="tel:+16234567891011" class="contact-link">(+91)-7696-976-969</a>
</li>
<li class="contact-item">
<ion-icon name="mail-outline"></ion-icon>
<a href="mailto:support@gmail.com" class="email-link">support@pawrangers.com</a>
</li>
</ul>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title">Shop</p>
</li>
<li>
<a href="#" class="footer-link">Food</a>
</li>
<li>
<a href="#" class="footer-link">Bathing</a>
</li>
<li>
<a href="#" class="footer-link">Grooming</a>
</li>
<li>
<a href="#" class="footer-link">Toys</a>
</li>
<li>
<a href="#" class="footer-link">Makeup</a>
</li>
<li>
<a href="#" class="footer-link">Others</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Resources</p>
</li>
<li>
<a href="#" class="footer-link">Online Store</a>
</li>
<li>
<a href="#" class="footer-link">Privacy Policy</a>
</li>
<li>
<a href="#" class="footer-link">Contact Policy</a>
</li>
<li>
<a href="#" class="footer-link">Information</a>
</li>
<li>
<a href="#" class="footer-link">Terms of Service</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Social Media</p>
</li>
<li>
<a href="#" class="footer-link">Facebook</a>
</li>
<li>
<a href="#" class="footer-link">Twitter</a>
</li>
<li>
<a href="#" class="footer-link">Instagram</a>
</li>
<li>
<a href="#" class="footer-link">Github</a>
</li>
<li>
<a href="#" class="footer-link">Youtube</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p class="copyright">
© 2024 PawRangers by <a href="easteregg.php" class="copyright-link">Ray.</a>
</p>
</div>
</div>
</footer>
<a href="#top" class="back-top-btn" aria-label="back to top" data-back-top-btn>
<ion-icon name="chevron-up" aria-hidden="true"></ion-icon>
</a>
<script src="./assets/js/script.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>