-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
216 lines (203 loc) · 9.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162398295-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162398295-2');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IEEE Student Branch | DAIICT</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/icofont.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/animate.css" />
<link rel="stylesheet" href="./css/copy.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="./css/contact.css" />
<link rel="icon" href="./img/ieee.ico" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
</head>
<body>
<!-- ======= Header ======= -->
<button type="button" class="mobile-nav-toggle d-lg-none">
<i class="icofont-navigation-menu"></i>
</button>
<header id="header" class="fixed-top">
<div class="container d-flex">
<div class="logo mr-auto">
<h1 class="text-light">
<a href="index.html"
><span><img src="./img/ieee.PNG" alt="" srcset=""/></span
></a>
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./chapters.html">Chapters</a></li>
<li><a href="./timeline.html">Timeline</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./team.html">EXECOMM</a></li>
<li><a href="./grantapp.html">Grant App</a></li>
<li><a href="./members.html">IEEE Members</a></li>
<li class="active"><a href="./contact.html">Contact</a></li>
<li><a href="./history.html">History</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<section id="main-section">
<div class="container text-center contact-title">
<h1>Contact Us</h1>
</div>
<div class="technology">
<div class="container">
<div class="technology-left1">
<div class="row contact-section">
<div class="col-md-4 text-center">
<h3>ADDRESS</h3>
<p class="contact-text">
IEEE Room, DAIICT, Near Indroda Circle, Gandhinagar.
</p>
<hr class="contact-hr" />
</div>
<div class="col-md-4 text-center">
<h3>CONTACT</h3>
<p class="contact-text">Prabhav Shah</p>
<p class="contact-text">+91 91065 05620</p>
<hr class="contact-hr" />
</div>
<div class="col-md-4 text-center">
<h3>EMAIL</h3>
<p class="contact-text">
<a href="mailto:[email protected]">[email protected]</a
><br /><a href="mailto:[email protected]"
>
</p>
<hr class="contact-hr" />
</div>
<div class="col-md-12 google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3667.4971277840723!2d72.62684071497087!3d23.188546884869282!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x395c2a3c9618d2c5%3A0xc54de484f986b1fa!2sDhirubhai+Ambani+Institute+of+Information+and+Communication+Technology!5e0!3m2!1sen!2sin!4v1517402262942"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div class="footer wow fadeInDown" id="sitemap">
<div class="container row justify-content-center text-center">
<div class="col-md-4 footer-left">
<h4 class="text-center">Site Map</h4>
<div class="mid-btm">
<p>
<a href="https://www.daiict.ac.in" target="_blank"
>About DAIICT</a
>
<br /><a href="https://www.ieee.org" target="_blank"
>About IEEE</a
>
<!-- <br />
<a href="#popup3">Region 10</a> -->
<br /><a href="index.html" target="_blank">IEEE SB DAIICT</a>
<br />
<a href="https://ieeegujaratsection.org" target="_blank"
>IEEE Gujarat Section</a
>
<br /><a href="team.html" target="_blank">Branch Execomm</a>
<!-- <br /><a href="#popup7">Bylaws</a> -->
</p>
</div>
</div>
<div class="col-md-4 footer-left" style="margin-bottom: 35px;">
<h4>DAIICT</h4>
<p></p>
<a href="http://www.daiict.ac.in" target="_blank">
<img
src="./img/dalogo.png"
class="img-responsive1"
width="162px"
height="156px"
/></a>
</div>
<div class="col-md-4 footer-right">
<h4>Other Links</h4>
<p>
<a href="http://ieee.daiict.ac.in/ss22/" target="_blank"
>Summer School 2022</a>
<br /><a href="http://ifest.daiict.ac.in/" target="_blank"
>i.Fest 2021</a
>
<br /><a href="http://ias.daiict.ac.in/" target="_blank">IAS</a>
<br /><a href="https://wie.ieee.org" target="_blank">WIE</a>
<br /><a href="https://www.mtt.org/" target="_blank">MTT-S</a>
<br /><a href="chapters.html" target="_blank">SIG Embedded</a>
<br /><a href="chapters.html" target="_blank">SIG Mobile Apps</a>
<br /><a href="chapters.html" target="_blank"
>SIG Machine Intelligence</a
>
<br />
<a href="https://youtube.com/user/ieeesbdaiict" target="_blank"><i class="fa fa-youtube square fa-lg"></i></a>    
<!-- <a href="https://www.facebook.com/ieeesbdaiict/" target="_blank"><i class="fa fa-facebook-square fa-lg"></i></a>     -->
<a href="mailto:[email protected]"><i class="fa fa-envelope-o fa-lg"></i></a>    
<a href="https://www.linkedin.com/company/ieee-student-branch-daiict/" target="_blank"><i class="fa fa-linkedin square fa-lg"></i></a>    
<a href="https://instagram.com/i.fest?utm_medium=copy_link" target="_blank"><i class="fa fa-instagram square fa-lg"></i></a>
</p>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div
class="copyright wow fadeInDown"
data-wow-duration=".8s"
data-wow-delay=".2s"
>
<div class="container">
<p>
© 2021 IEEE SB DAIICT. All rights reserved | Designed by
<a style="color: white;" href="https://github.com/AjaysinhRajput2802" target="_blank">Ajaysinh Rajput</a> , <a style="color: white;" href="https://github.com/201901407" target="_blank">Darshil Parekh</a> and <a style="color: white;" href="https://github.com/akshitajindal" target="_blank">Akshita Jindal</a> , IEEE SB, DA-IICT
</p>
</div>
</div>
<!-- <script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> -->
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script src="./js/copy.js"></script>
</body>
</html>