-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
208 lines (181 loc) · 7.85 KB
/
contactus.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
<!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>Contact Us</title>
<link rel="stylesheet" href="css/contactus.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="icon" href="images/fevicon_assect/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="stylesheet" href="css/header_footer.css">
</head>
<body>
<nav class="navbar fixed-top sticky-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/logo.png" alt="logo" width="80px" height="80px">
<span>Annapurna</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="supportus.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contactus.html">Contact Us</a>
</li>
</ul>
<li class="nav-item dropdown">
<a class="dropdown-toggle navbtn" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Donate </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://pmny.in/qrgpx69I5tQw">Money</a>
<a class="dropdown-item" href="food_donate.html">Food</a>
<a class="dropdown-item" href="cloths_donate.html">Cloths</a>
</div>
</li>
<a href="login.html">
<button class="navbtn mx-4" type="button">Login and Register</button>
</a>
<!-- <a href="login_admin.php">
<button class="navbtn" type="button">Admin Login</button>
</a>
<div class="mx-2"></div> -->
</div>
</div>
</nav>
<div style="display:none;">
<a id="donate_button"
style="width: 135px; background-color: #1065B7; text-align: center; font-weight: 800; padding: 11px 0px; color: white; font-size: 12px; display: inline-block; text-decoration: none; "
href='https://pmny.in/qrgpx69I5tQw'>Donate Now</a>
</div>
<div class="box">
<div class="text">
<center>
<h1>Contact <span class="red">Us</span></h1>
<div class="redline-address"></div>
</center>
<p><b>Have Questions ? We have answers ( may be )</b></p>
</div>
</div>
<div class="touch">
<center>
<h2>Get in touch</h2>
<div class="redline-address"></div>
</center>
</div>
<form action="" class="contact-form" name="contact-form">
<div class="input_fileds">
<div class="margin"><input class="firstname" type="text" placeholder="First Name" name="firstname" required></div>
<div class="margin"><input class="lastname" type="text" placeholder="Last Name" name="lastname" required></div>
<div class="margin"><input class="company" type="text" placeholder="Company Name" name="company" required></div>
<div class="margin"><input class="number" type="number" placeholder="Phone" name="phone" required></div>
<div class="margin"><input class="email" type="email" placeholder="E-mail" name="email" required></div>
<div class="margin"><input class="city" type="text" placeholder="City" name="City" required></div>
<div class="margin_textarea"><textarea class="message" rows="6" placeholder="Message" name="message"
required></textarea></div>
</div>
<div class="form_btn">
<button type="submit">SEND MESSAGE</button>
</div>
</form>
<!--address-->
<div class="address">
<div class="text_address">
<h3>Our Address</h3>
<div class="redline-address"></div>
<p>Gokhale Education Society's <br>R. H. Sapat College Engineering,</p>
<p>Collage Road,</p>
<p>Nashik,</p>
<p>Maharashtra,</p>
<p>India 422005</p>
<div class="phone-e">
<p><span class="glyphicon glyphicon-envelope"> </span><a href="mailto:[email protected]">
[email protected]</a></p>
<!-- <p><span class="glyphicon glyphicon-phone"></span> +91-9876543210</p> -->
</div>
</div>
<!--map-->
<div class="map_address">
<div id="map"></div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<div class="block-7">
<h3 class="footer-heading mb-4">About Us</h3>
<p>
We are students from Gokhale education society. We are currently pursuing a degree in computer
engineering.
</p>
</div>
</div>
<div class="col-lg-3 mx-auto mb-5 mb-lg-0">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a class="nav-link active" href="index.html">Home</a></li>
<li><a class="nav-link active" href="supportus.html">Support</a></li>
<li><a class="nav-link active" href="https://pmny.in/qrgpx69I5tQw">Donate</a></li>
<li><a class="nav-link active" href="aboutus.html">About Us</a></li>
<li><a class="nav-link active" href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-5 mb-5">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li>Gokhale Education Society's
<br>R. H. Sapat College Engineering,
<br>Collage Road, Nashik, Maharashtra,
<br>India 422005
</li>
<!-- <li class="phone"><a href="tel://9876543210">+91 9876543210</a></li> -->
<li class="email"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="row pt-5 mt-3 text-center">
<div class="col-md-12">
<p>
Copyright ©
<script> document.write(new Date().getFullYear()); </script> All rights reserved</a>
</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase.js"></script>
<script src="backend/contact.js"></script>
<script>
function initMap() {
const location = { lat: 20.005150, lng: 73.758179 };
const map = new google.maps.Map(document.getElementById("map"), {
zoom: 16,
center: location,
});
const marker = new google.maps.Marker({
position: location,
map: map,
});
}
</script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAB0INHqlcOcNexR3OOwZsIghGsh8rCI4A&callback=initMap&v=weekly"
async></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>