-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgallery.html
293 lines (281 loc) · 12.5 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
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
<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="./dist/css/style.css" />
<link rel="stylesheet" href="./css/gallery_page.css" />
<link rel="stylesheet" href="./css//responsive.css" />
<link rel="stylesheet" href="./css//navbar.css" />
<link rel="shortcut icon" href="./images/NEWLOGO.png" type="image/x-icon" />
<title>Engineer 2022 | Gallery</title>
</head>
<body>
<header>
<div class="container">
<nav class="main-nav">
<a href="/" class="logo hero-glitch" data-text="ENGINEER">ENGINEER</a>
<button id="nav-button" class="navbar-toggler" type="button" data-bs-toggle="collapse" aria-expanded="false"
aria-label="Toggle navigation">
<svg class="nav-ham" viewBox="0 0 100 100" width="50" onclick="this.classList.toggle('active')">
<path class="nav-ham-line top"
d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" />
<path class="nav-ham-line middle" d="m 30,50 h 40" />
<path class="nav-ham-line bottom"
d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" />
</svg>
</button>
<ul class="nav-list" id="nav-menu">
<li>
<a href="/" class="nav-link">Home</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/about" class="nav-link">About</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/brochure" class="nav-link">Brochure</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/events" class="nav-link">Events</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/workshops" class="nav-link">Workshops</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/gallery" class="nav-link">Gallery</a>
</li>
<li>
<a href="#contact_us" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="my-3">
<h2 class="text-white title-heading" style="margin-top: 150px">
Gallery
</h2>
</div>
<div class="gallery">
<!-- <h2 class="engineer-logo text-white">Gallery</h2> -->
<main class="container_gallery">
<div class="container__flex-flow">
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_1612.jpg"
data-bigger-src='./images/gallery/others/IMG_1612.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_1848.jpg"
data-bigger-src='./images/gallery/others/IMG_1848.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_2636.jpg"
data-bigger-src='./images/gallery/others/IMG_2636.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_2792.jpg"
data-bigger-src='./images/gallery/others/IMG_2792.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_3691.jpg"
data-bigger-src='./images/gallery/others/IMG_3691.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_9731.jpg"
data-bigger-src='./images/gallery/others/IMG_9731.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/engi123.jpg"
data-bigger-src='./images/gallery/others/engi123.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_1737.jpg"
data-bigger-src='./images/gallery/others/IMG_1737.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_2391.jpg"
data-bigger-src='./images/gallery/others/IMG_2391.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_2909.jpg"
data-bigger-src='./images/gallery/others/IMG_2909.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_3111.jpg"
data-bigger-src='./images/gallery/others/IMG_3111.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_3308.jpg"
data-bigger-src='./images/gallery/others/IMG_3308.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_7501.jpg"
data-bigger-src='./images/gallery/others/IMG_7501.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_7778.jpg"
data-bigger-src='./images/gallery/others/IMG_7778.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/IMG_7886.jpg"
data-bigger-src='./images/gallery/others/IMG_7886.JPG' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/sky.jpg" data-bigger-src='./images/gallery/others/sky.jpg'
id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/thumbnails/umbrella.jpg"
data-bigger-src='./images/gallery/others/umbrella.jpg' id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/tech1.JPG" id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/technites.JPG" id="myImg" alt="" />
</div>
<div class="card">
<img src="./images/gallery/others/laser.JPG" id="myImg" alt="" />
</div>
</div>
</main>
</div>
<div id="myModal" class="modal1">
<span class="close">×</span>
<img id="modal-img" class="modal-content1" src="">
</div>
<!-- Footer -->
<footer class="text-center text-lg-start text-white contact_use" id="contact_us"
style="background-color: rgb(20, 20, 20)">
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold engineer-logo">Engineer</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
Engineer is the Annual Technical Symposium of NITK Surathkal and
is one of the largest of its kind in India.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold">Discover</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="https://engineer.nitk.ac.in/team" class="text-white link_hover">Our Team</a>
</p>
<p>
<a href="https://drive.google.com/file/d/10MaZBwFFAArGSpD-jwBOA9Dp_k7bvXyD/view?usp=drivesdk"
target="_blank" class="text-white link_hover" download="Brochure">Brochure</a>
</p>
<p>
<a href="/#timeline" class="text-white link_hover">Schedule</a>
</p>
<p>
<a href="#!" class="text-white link_hover">Suggestions & Feedback</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">About</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="https://engineer.nitk.ac.in/about" class="text-white link_hover">About Us</a>
</p>
<p>
<a href="https://www.nitk.ac.in/" class="text-white link_hover" target="_blank">NITK</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<i class="fas fa-home mr-3"></i> National Institute of
Technology Karnataka, Surathkal, Mangalore - 575 025
</p>
<p>
<i class="fas fa-envelope mr-3"></i>
<a href="mailto:nitkengineer2022@gmail.com" class="link_hover">nitkengineer2022@gmail.com</a>
</p>
<p>
<i class="fas fa-phone mr-3"></i><a href="tel:+91 8839404484" class="link_hover">+91-8839404484</a>
</p>
</div>
</div>
</div>
</section>
<!-- Section: Links -->
<section class="d-flex justify-content-center p-4 center mt-3" style="background-color: rgb(20, 20, 20)">
<div class="social-icon">
<a href="https://www.facebook.com/EngineerNITK/" class="text-white me-4" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a
href="mailto:nitkengineer2022@gmail.com"
class="text-white me-4"
target="_blank"
>
<i class="fab fa-google"></i>
</a> -->
<a href="https://www.instagram.com/engineernitk/" class="text-white me-4" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/engineer-nitk/mycompany/" class="text-white me-4" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/ENGINEER-NITK" class="text-white me-4" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.youtube.com/channel/UCuI2mPU8NqIKvdW9F4wJTVg" class="text-white me-4" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</section>
<!-- Copyright -->
<div class="text-center p-3 my-3" style="background-color: rgba(20, 20, 20, 1)">
© 2022 Copyright Engineer | Design by
<a class="text-white link_hover" href="https://github.com/ENGINEER-NITK/ENGINEER-NITK.github.io">Engineer'22 Web
Team</a>
</div>
<!-- Copyright -->
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Local Scripts -->
<script src="./js/gallery.js"></script>
<script>
window.addEventListener("scroll", function () {
let header = document.querySelector("header");
let windowPosition = window.scrollY > 0;
header.classList.toggle("scrolling-active", windowPosition);
});
let btn = document.getElementById('nav-button')
let visible = false
btn.addEventListener("click", () => {
if (visible == false) {
btn.style.border = "none"
document.getElementById('nav-menu').style.width = "100%"
visible = true
}
else {
btn.style.border = "none"
document.getElementById('nav-menu').style.width = "0%"
visible = false
}
})
</script>
</body>
</html>