-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgallery.html
251 lines (242 loc) · 13 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallery</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://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="icon" href="img/logos/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="loader">
<div class="container-fluid">
<div class="loader-outer">
<div class="gradient">
</div>
<div class="img-container">
<img src="img/logos/logo-ecell.png" alt="">
</div>
</div>
</div>
</div>
<div class="reach-us">
<div class="reach-us-button">
<h4>Contact US</h4>
<img src="img/logos/phone-call.png" alt="">
</div>
<div class="content hide-reachus">
<div id="close-reach-us" class="close">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
<div class="head">
<h4 class="section-subhead">Reach Us</h4>
</div>
<form action="">
<div class="form-field">
<input type="text" name="name" placeholder="Your Name" autocomplete="off" required>
</div>
<div class="form-field">
<input type="email" name="email" placeholder="Your email" required>
</div>
<div class="form-field">
<input type="number" name="mobileno" placeholder="Contact No.(Optional)" autocomplete="off">
</div>
<div class="form-field">
<textarea type="text" name="message" placeholder="Your Message" rows="5" cols="36" autocomplete="off" required></textarea>
</div>
<div class="form-field">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</form>
<div class="email">
<h4><span>Mail Us at: </span>[email protected]</h4>
</div>
</div>
</div>
<div class="navbar team">
<a href="https://ecell-kiet.in" class="navbar-brand" >
<img src="img/logos/logo-ecell.png" alt="ecell logo" loading="lazy">
</a>
<div id="open-nav" class="bars">
<span>MENU</span>
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-list" fill="#fff" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg>
</div>
</div>
<div class="navslider hide-nav">
<div id="close-nav" class="close">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
<div class="nav-options">
<div><a href="index.html">Home</a></div>
<!-- <div><a href="index.html">About Us</a></div>
<div><a href="index.html">Initiatives</a></div> -->
<div><a href="team.html">Team</a></div>
<!-- <div><a href="gallery.html">Gallery</a></div> -->
</div>
<div class="social-icons navbar-exception">
<div class="facebook pull-left">
<a href="https://www.facebook.com/ecellkiet/"><span class="fa fa-facebook-f"></span></a>
</div>
<div class="twitter pull-left">
<a href="https://twitter.com/kietecell"><span class="fa fa-twitter"></span></a>
</div>
<div class="instagram pull-left">
<a href="https://www.instagram.com/kietecell"><span class="fa fa-instagram"></span></a>
</div>
<div class="linkedin pull-left">
<a href="https://in.linkedin.com/in/e-cell-kiet"><span class="fa fa-linkedin"></span></a>
</div>
<div class="youtube pull-left">
<a href="https://www.youtube.com/channel/UCtnkeQnhcAGS_AWKgYUicEA"><span class="fa fa-youtube"></span></a>
</div>
</div>
</div>
<section class="gallery">
<div class="container">
<div class="section-head">
<h3>Gallery</h3>
<div class="underline"></div>
</div>
<div class="row d-flex justify-content-around">
<div class="image">
<img src="img/IMG_7946.JPG" alt="images">
</div>
<div class="image">
<img src="img/IMG_8083.JPG" alt="images">
</div>
<div class="image">
<img src="img/IMG_8092.JPG" alt="images">
</div>
<div class="image">
<img src="img/P1277291.JPG" alt="images">
</div>
<div class="image">
<img src="img/1.jpg" alt="images">
</div>
<div class="image">
<img src="img/2.jpg" alt="images">
</div>
<div class="image">
<img src="img/3.jpg" alt="images">
</div>
<div class="image">
<img src="img/4.jpg" alt="images">
</div>
<div class="image">
<img src="img/ecell_image/gallery/add1.jpg" alt="images">
</div>
<div class="image">
<img src="img/ecell_image/gallery/add2.jpg" alt="images">
</div>
<div class="image">
<img src="img/ecell_image/gallery/add3.jpg" alt="images">
</div>
<div class="image">
<img src="img/ecell_image/gallery/add4.jpg" alt="images">
</div>
<div class="image">
<img src="img/ecell_image/gallery/add5.jpg" alt="images">
</div>
</div>
</div>
</div>
</section>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 map">
<h4 class="section-subhead">Address</h4>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d437.23764858020866!2d77.49905122726571!3d28.752367006655263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cf471f7307f87%3A0xa4a1095abb33f9ac!2sTBI%20KIET!5e0!3m2!1sen!2sin!4v1601317137349!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d437.23764858020866!2d77.49905122726571!3d28.752367006655263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cf471f7307f87%3A0xa4a1095abb33f9ac!2sTBI%20KIET!5e0!3m2!1sen!2sin!4v1601317137349!5m2!1sen!2sin" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="col-md-6">
<div class="get-notified">
<h4 class="section-subhead">Get Notified</h4>
<form action="/" method="POST">
<input type="email" name="emailid" placeholder="Email Address" required>
<button class="btn btn-submit" type="submit">Get Notified</button>
</form>
</div>
<div class="explore">
<h4 class="section-subhead">Explore</h4>
<div class="row">
<div class="col">
<h5><a href="#about">About Us</a></h5>
<h5><a href="team.html">Team</a></h5>
</div>
<div class="col">
<h5><a href="#initiatives">Initiatives</a></h5>
<h5><a href="gallery.html">Gallery</a></h5>
</div>
</div>
<div class="row">
<div class="social-icons">
<div class="facebook pull-left">
<a href="https://www.facebook.com/ecellkiet/""><span class="fa fa-facebook-f"></span></a>
</div>
<div class="twitter pull-left">
<a href="https://twitter.com/kietecell"><span class="fa fa-twitter"></span></a>
</div>
<div class="instagram pull-left">
<a href="https://www.instagram.com/kietecell"><span class="fa fa-instagram"></span></a>
</div>
<div class="linkedin pull-left">
<a href="https://in.linkedin.com/in/e-cell-kiet"><span class="fa fa-linkedin"></span></a>
</div>
<div class="youtube pull-left">
<a href="https://www.youtube.com/channel/UCtnkeQnhcAGS_AWKgYUicEA"><span class="fa fa-youtube"></span></a>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="email">
<h4><span>Mail Us At: </span>[email protected]</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="copyright">
<h4>Copyright © e-Cell Technical Team 2020</h4>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.min.js" integrity="sha512-WIklPM6qPCIp6d3fSSr90j+1unQHUOoWDS4sdTiR8gxUTnyZ8S2Mr8e10sKKJ/bhJgpAa/qG068RDkg6fIlNFA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r119/three.min.js" integrity="sha512-E1+SnTWyHYoY5MN8wpL0SI4TYbpWN12sHXyEViwbzzEyq6GHxQrPFDzEeUDab4emXcf3Yj41Tht2JZnpo3kjwA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.19/vanta.waves.min.js" integrity="sha512-5Z6MX+bg1cXjpzp525buoUftDnthsPwhH9FGkacNVdkNR/sZvxDMo2kd/RRrCARwuupd0qGnNjPRjWLGYw7AOw==" crossorigin="anonymous"></script>
<script>
VANTA.WAVES({
el: "#vantaFooter",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x90909,
shininess: 37.00,
waveSpeed: 1.05,
zoom: 1.07
})
</script>
</body>
</html>