forked from SSNACM/ACM_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
227 lines (222 loc) · 8.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>SSN ACM</title>
<link href="assets/img/acm-ssn.png" rel="icon" />
<link href="assets/img/acm-ssn.png" rel="apple-touch-icon" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/css/contact.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/themes/splide-sea-green.min.css"
/>
</head>
<body>
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<table>
<tr>
<td>
<h1>
<a href="index.html"><img src="assets/img/acm-ssn.png" /></a>
</h1>
</td>
<td>
<h1>
<a href="https://www.ssn.edu.in/"
><img
src="assets/img/ssn.png"
style="max-width: 5rem; margin-left: 5px"
/></a>
</h1>
</td>
</tr>
</table>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="./index.html">Home</a></li>
<li>
<a class="nav-link scrollto" href="./events.html">Events</a>
</li>
<li><a class="nav-link scrollto" href="./team.html">Team</a></li>
<li>
<a class="nav-link scrollto" href="./gallery.html">Gallery</a>
</li>
<li><a class="nav-link scrollto" href="./blog.html">Blog</a></li>
<!-- <li>
<a class="nav-link scrollto" href="./slides.html">Slides</a>
</li> -->
<li>
<a class="nav-link scrollto active" href="./contact.html"
>Contact</a
>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>Contact</h2>
<!-- <ol>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html"><u>Contact</u></a></li>
</ol> -->
</div>
</div>
</section>
<div class="contactcontainer" data-aos="fade-right" data-aos-duration="500">
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<div class="info">
<div class="information" style="margin-top: 10px">
<i class="fa fa-envelope" style="margin-top: -15px"></i>
<p> [email protected]</p>
</div>
<div class="information" style="margin-top: -15px">
<i class="fa fa-phone" style="margin-top: -15px"></i>
<p> Sanjjit S - Chairperson: +91 75502 79632</p>
</div>
<div class="information" style="margin-top: -15px">
<i class="fa fa-phone" style="margin-top: -15px"></i>
<p> Nila S - Vice-Chair: +91 79753 61662</p>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3891.419095259127!2d80.1950659496102!3d12.751272923082302!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a52512fa2f05007%3A0xa821dd9c847ed4d0!2sSSN%20College%20of%20engineering%20Computer%20Science%20Dept.!5e0!3m2!1sen!2sin!4v1625930961489!5m2!1sen!2sin"
width="400"
height="300"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
</div>
<div class="contact-form">
<form
data-email="[email protected]"
class="gform"
action="https://script.google.com/macros/s/AKfycbzUwoBQ2mj7lowlP9A0v6JlQgt4BEpnWvnG6NOAYeuRKR4kUXPGbqMd7EPsg8on8s6gQQ/exec"
method="post"
>
<h3 class="title">Contact us</h3>
<div class="input-container">
<input
type="text"
name="name"
class="input"
placeholder="Name"
required
/>
</div>
<div class="input-container">
<input
type="email"
name="email"
class="input"
placeholder="Email"
required
/>
</div>
<div class="input-container">
<input
type="tel"
name="phone"
class="input"
placeholder="Phone"
/>
</div>
<div class="input-container textarea">
<textarea
name="message"
class="input"
placeholder="Message"
required
></textarea>
</div>
<input type="submit" value="Send" class="btn" />
<div style="display: none" class="thankyou_message">
<!-- You can customize the thankyou message by editing the code below -->
<h5>We received your response!</h5>
</div>
</form>
</div>
</div>
</div>
<script src=" https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
AOS.init();
$(".box-video").click(function () {
$("iframe", this)[0].src += "&autoplay=1";
$(this).addClass("open");
});
</script>
<script
data-cfasync="false"
type="text/javascript"
src="form-submission-handler.js"
></script>
</body>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="social-container">
<ul class="social-icons">
<li>
<a target="blank" href="https://www.instagram.com/ssn_acm/"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a
target="blank"
href="https://www.linkedin.com/company/100510420/admin/dashboard/"
><i class="fa fa-linkedin"></i
></a>
</li>
<li>
<a
target="blank"
href="https://www.youtube.com/channel/UCjNGj4-EFi8zwNXDqp_f-3w"
><i class="fa fa-youtube"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" style="padding-bottom: 1em">
<div class="copyright">
© Copyright <strong><span>SSN ACM 2024</span></strong
>. All Rights Reserved
</div>
</div>
</footer>
</html>