forked from anuragverma108/WildGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
296 lines (239 loc) · 7.85 KB
/
Contact.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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title>WildGuard - Give Love for Saving World Animals</title>
<!-- Google Translate script -->
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- fontawesome icon link
-->
<script src="https://kit.fontawesome.com/418b80718b.js" crossorigin="anonymous"></script>
<!--
- google font link
-->
<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=Inter:wght@400;500;600&family=Roboto:wght@300;400;500;700&family=Oswald:wght@600&display=swap"
rel="stylesheet" />
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="./Events-Data/modal.css">
<style>
.headd {
background-color: #98C379;
color: #fff;
}
.headd h1 {
font-weight: bolder;
color: #fff;
margin-left: 2.3rem;
display: inline;
}
.headd ul {
display: flex;
justify-content: space-around;
font-weight: lighter;
justify-content: center;
align-items: center;
margin-left: 100px;
}
.headd a {
margin-left: 2.3rem;
margin-right: 2.3rem;
}
.headd {
display: flex;
}
.form {
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.25);
box-shadow: 0 8px 32px 0 #98C379;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.18);
width: 500px;
height: 500px;
}
.form input {
margin-bottom: 10px;
margin-top: 10px;
width: 300px;
height: 40px;
font-size: 20px;
border: 2px solid #bcb4b4;
}
.form input:hover {
box-shadow: 7px 7px 10px 10px #dfd9d9;
}
.form h2 {
color: #bcb4b4;
}
.contact_form {
margin-top: 10px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.contact_form img {
border-radius: 30px;
box-shadow: 1px 3px 1px 3px white;
}
.im {
margin-top: 9rem;
text-align: center;
}
/* Button styling */
/* From Uiverse.io by doniaskima */
.btn-17 {
background-color: #98C379;
color: #fff;
font-weight: 900;
padding: 0.8rem 3rem;
border-radius: 99rem;
position: relative;
}
.btn-17:hover .text {
animation: move-up-alternate 0.3s forwards;
}
/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
.form {
width: 80%;
height: auto;
}
.contact_form {
flex-direction: column;
align-items: center;
}
.contact_form img {
width: 100%;
height: auto;
}
}
@media only screen and (max-width: 480px) {
.form {
width: 90%;
height: auto;
}
.form input {
width: 100%;
}
}
</style>
</head>
<body>
<!-- header -->
<header class="navbar">
<div class="headd display-2">
<h1>WildGuard</h1>
<ul class="h4">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Service</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</div>
</header>
<!-- contact form -->
<div class="contact_form">
<div class="im">
<img src="contactus1.jpg" width="500px" alt="xyz">
</div>
<div class="form">
<form action="mailto:[email protected]">
<label for="Name">
<h2>Enter Your Name</h2>
</label><br>
<input type="text"><br>
<label for="Email">
<h2>Enter Your Email</h2>
</label><br>
<input type="email" id=""><br>
<label for="Message">
<h2>Write Your Message</h2>
</label><br>
<input type="text" style="height: 100px;
width: 300px;"><br>
<button class="btn-17">
<span class="text-container">
<span class="text">submit</span>
</span>
</button>
</form>
</div>
</div>
<!--
- #FOOTER
-->
<footer id="footer" class="footer">
<div class="container footer-container">
<div class="footer-left">
<h3>
<a href="#" class="logo">WildGuard</a>
</h3>
<p>WildGuard is dedicated to preserving wildlife and protecting endangered species worldwide. Join us in our
mission to create a sustainable future for the planet's most vulnerable creatures.</p>
</div>
<div class="footer-middle">
<h4>Quick Links</h4>
<div class="quick-links">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#donate">Donate</a></li>
<li><a href="./Contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="footer-right">
<form action="review.html">
<button type="submit">🌟Rating/Review🌟</button>
</form>
<h4>Stay Connected</h4>
<form action="#">
<input type="email" class="email-input" placeholder="Your email address">
<button type="submit">Subscribe</button>
</form>
<div class="footer-social-icons">
<a href="https://www.facebook.com/"><ion-icon name="logo-facebook"></ion-icon></a>
<a href="https://x.com/"><ion-icon name="logo-twitter"></ion-icon></a>
<a href="https://www.instagram.com/"><ion-icon name="logo-instagram"></ion-icon></a>
<a href="https://www.linkedin.com/"><ion-icon name="logo-linkedin"></ion-icon></a>
<a href="https://www.youtube.com/"><ion-icon name="logo-youtube"></ion-icon></a>
</div>
</div>
</div>
<div class="footer-bottom" style="display: inline;">
<p>© 2024 <a href="copyright.html" style="display: inline;">WildGuard</a> All Rights Reserved</p>
<p>
<a href="./terms-of-use.html" class="footer-link" style="display: inline;">Terms of Service</a> |
<a href="./privacy-policy.html" class="footer-link" style="display: inline;">Privacy Policy</a>
</p>
</div>
</footer>
</body>
</html>