-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
345 lines (320 loc) · 15.8 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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Umang 2024</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/gijgo.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- ? Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/loder.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<header>
<!--? Header Start -->
<style>
.header-area {
background-color: #010110;
}
.header-area .main-menu ul#navigation li a {
color: white;
transition: color 0.3s ease; /* Smooth transition */
}
/* Set hover color to pink */
.header-area .main-menu ul#navigation li a:hover {
color: #FCA5FE;
}
.main-header{
background-color: #010110;
}
</style>
<div class="header-area">
<div class="main-header header-sticky">
<div class="container-fluid">
<div class="row align-items-center">
<!-- Logo -->
<div class="col-xl-2 col-lg-2 col-md-1">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/logo.png" alt="" width="80%"></a>
</div>
</div>
<div class="col-xl-10 col-lg-10 col-md-10">
<div class="menu-main d-flex align-items-center justify-content-end">
<!-- Main-menu -->
<div class="main-menu f-right d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="team.html">Team</a></li>
<!-- <li><a href="schedule.html">Contact</a></li> -->
<!-- <li><a href="blog.html">Blog</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_details.html">Blog Details</a></li>
<li><a href="elements.html">Element</a></li>
</ul> -->
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<!-- <div class="header-right-btn f-right d-none d-lg-block ml-30">
<a href="#" class="btn header-btn">Get Your Ticket</a>
</div> -->
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!--? Hero Start -->
<style>
.slider-height2 {
background-image: url(assets/img/hero/hero2.png); /* Replace with the path to your image */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 40vh;
}
.hero-cap h2 {
color: white; /* Adjust color for readability */
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Add shadow for better contrast */
}
</style>
<div class="slider-area2">
<div class="slider-height2 d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="hero-cap text-center">
<h2>Contact Us</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- ================ contact section start ================= -->
<style>
/* Background color for the entire section */
.contact-section {
background-color: #14062E;
color: #FFFFFF; /* Default text color set to white */
}
/* Set and increase header color and size */
.contact-section h2 {
color: #DF84E1;
font-size: 2.5em; /* Increase header size */
font-weight: bold;
margin-bottom: 20px;
}
/* Set text color for team captions, paragraphs, and links */
.contact-section .team-caption h3 a,
.contact-section .team-caption p,
.contact-section p {
color: #FFFFFF;
}
/* Ensure links maintain white color within this section */
.contact-section a {
color: #FFFFFF;
text-decoration: none;
}
/* Social media icons styling */
.team-social li a {
color: #FFFFFF;
}
</style>
<section class="contact-section">
<div class="container">
<!-- Google Maps Embed -->
<div class="row mb-5">
<div class="col-12">
<h2 class="text-center mb-3">Find Us Here</h2>
<iframe
src= "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d858.6744152240734!2d77.66287461737961!3d12.845287629993578!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae135aeb7f340f%3A0x3ad86af40d2ac611!2sInternational%20Institute%20of%20Information%20Technology%2C%20Bangalore!5e1!3m2!1sen!2sin!4v1730139071202!5m2!1sen!2sin"
width="100%"
height="450"
style="border:0;"
allowfullscreen=""
loading="lazy">
</iframe>
</div>
</div>
<!-- Instagram Reel Embed -->
<div class="row mb-5">
<div class="col-12">
<h2 class="text-center mb-3">Check Our Instagram Page</h2>
<iframe
src="https://www.instagram.com/reel/DBo6Kx7MuNx/embed"
width="100%"
height="400"
frameborder="0"
scrolling="no"
allowtransparency="true"
allow="encrypted-media">
</iframe>
</div>
</div>
<!-- Team Members Section -->
<div class="section-title mt-50 mb-50 text-center">
<h2>Points of Contact</h2>
</div>
<div class="row justify-content-center">
<!-- Row with 2 People -->
<div class="col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center">
<div class="single-team mb-30">
<div class="team-img">
<img src="assets/img/gallery/mallikarjun.png" alt="">
<ul class="team-social">
<li><a href="https://www.instagram.com/malluvkcr7/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/mallikarjun-chakoti-56334428a" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<!-- <li><a href="https://tah1rthet1ger.github.io" target="_blank"><i class="fas fa-globe"></i></a></li> -->
</ul>
</div>
<div class="team-caption text-center">
<h3><a href="https://www.linkedin.com/in/mallikarjun-chakoti-56334428a" target="_blank">Mallikarjun Chakoti</a></h3>
<p>Phone: +91 74834 00351</p>
<!-- <p>Phone: 123-456-7890</p> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center">
<div class="single-team mb-30">
<div class="team-img">
<img src="assets/img/gallery/veer.png" alt="">
<ul class="team-social">
<li><a href="https://www.instagram.com/dx.rsh" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/darsh-veer-singh-5836bb288" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
<div class="team-caption text-center">
<h3><a href="https://www.linkedin.com/in/darsh-veer-singh-5836bb288" target="_blank">Darsh Veer Singh</a></h3>
<p>Phone: +91 86181 00779</p>
<!-- <p>Phone: 098-765-4321</p> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ contact section end ================= -->
</main>
<footer>
<div class="footer-area footer-padding">
<div class="container">
<div class="row d-flex justify-content-between">
<!-- Address Column -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Address</h4>
<div class="footer-pera">
<p>26/C, Opposite to Infosys Gate 10 <br> Electronics City Phase 1, Hosur Road <br> Bengaluru - 560100, Karnataka</p>
</div>
</div>
</div>
</div>
<!-- Contact Info Column -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Contact Info</h4>
<ul>
<li><a href="tel:+917483400351">Mallikarjun Chakoti: +91 74834 00351</a></li>
<li><a href="tel:+918618100779">Darsh Veer Singh: +91 86181 00779</a></li>
<li><a href="mailto:[email protected]">Mail: [email protected]</a></li>
</ul>
</div>
</div>
</div>
<!-- Important Links Column -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Follow Us</h4>
<ul>
<li><a href="https://www.instagram.com/umang_iiitb/" target="_blank"><i class="fab fa-instagram"></i> umang_iiitb</a></li>
<li><a href="https://www.instagram.com/sportscomm_iiitb/" target="_blank"><i class="fab fa-instagram"></i> sportscomm_iiitb</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copy-right" style="display: flex; justify-content: center; text-align: center;">
<p style="color: #FCA5FE;">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with
<i class="fa fa-heart" aria-hidden="true"></i> by
<a href="https://colorlib.com" target="_blank" style="color: #FCA5FE; text-decoration: none;">Colorlib</a>
</p>
</div>
</div>
</footer>
<!-- Scroll Up -->
<div id="back-top" >
<a title="Go to Top" href="#"> <i class="fas fa-level-up-alt"></i></a>
</div>
<!-- JS here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<!-- Nice-select, sticky -->
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>