-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (238 loc) · 13.6 KB
/
index.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
<!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="icon" href="./assets/favicon.ico" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Google Material Icons -->
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/root.css">
<link rel="stylesheet" href="./css/loader.css">
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="./css/sidebars.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/gallery.css">
<link rel="stylesheet" href="./css/keyframes.css">
<script>
if ( !window.localStorage.getItem( 'theme' ) ) {
window.localStorage.setItem( 'theme', 'dark' )
}
</script>
<title>Image Gallery</title>
</head>
<body>
<!-- Header Section -->
<div id="root">
<header class="nav_StyledHeader header">
<nav class="nav">
<div class="nav-logos">
<div class="logo chitkara fade-enter-done" tabindex="-1">
<a href="https://chitkara.edu.in" aria-label="home">
</a>
</div>
<span class="material-icons-outlined" style="margin-right: 10px;">close</span>
<div class="logo fade-enter-done" tabindex="-1">
<a href="https://www.coderchirag.tech" aria-label="home">
</svg>
</a>
</div>
</div>
<div class="nav-link">
<ol>
<li class="fadedown-enter-done visible slide-down animation-delay delay-pt5"><a href="#">Home</a>
<li class="fadedown-enter-done visible slide-down animation-delay delay-1"><a href="#events-gallery">Events Gallery</a>
</li>
<li class="fadedown-enter-done visible slide-down animation-delay delay-1pt25"><a href="#contact">Contact</a></li>
<li class="fadedown-enter-done user-icon visible slide-down animation-delay delay-1pt5">
<svg class="theme-toggle d-none" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" color="#64ffda" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" style="cursor: pointer; transform: rotate(90deg); margin-right: 16px;" onclick="toggleTheme(this)">
<mask id="myMask1">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle style="cx: 100%; cy: 0px;" r="9" fill="black"></circle>
</mask>
<circle cx="12" cy="12" fill="#64ffda" style="r: 5px;" mask="url(#myMask1)">
</circle>
<g stroke="currentColor" style="opacity: 1;">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
<svg class="theme-toggle d-none" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" color="#ea5e10" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" style="cursor: pointer; transform: rotate(40deg); margin-top: -5px; margin-right: 16px; color: transparent;" onclick="toggleTheme(this)">
<mask id="myMask2">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle style="cx: 50%; cy: 23%;" r="9" fill="black"></circle>
</mask>
<circle cx="12" cy="12" fill="#ea5e10" style="r: 9px;" mask="url(#myMask2)">
</circle>
<g stroke="currentColor" style="opacity: 0;">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
</li>
</ol>
</div>
<div class="menu fade-enter-done">
<div class="menu-phone-icons">
<svg class="theme-toggle d-none" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" color="#64ffda" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" style="cursor: pointer; transform: rotate(90deg); margin-right: 16px;" onclick="toggleTheme(this)">
<mask id="myMask3">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle style="cx: 100%; cy: 0px;" r="9" fill="black"></circle>
</mask>
<circle cx="12" cy="12" fill="#64ffda" style="r: 5px;" mask="url(#myMask3)"></circle>
<g stroke="currentColor" style="opacity: 1;">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
<svg class="theme-toggle d-none" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" color="#ea5e10" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" style="cursor: pointer; transform: rotate(40deg); margin-top: -5px; margin-right: 16px; color: transparent;" onclick="toggleTheme(this)">
<mask id="myMask4">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle style="cx: 50%; cy: 23%;" r="9" fill="black"></circle>
</mask>
<circle cx="12" cy="12" fill="#ea5e10" style="r: 9px;" mask="url(#myMask4)"></circle>
<g stroke="currentColor" style="opacity: 0;">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
<button aria-label="Menu" class="hamburger" onclick="toggleMenubar(this)">
<div class="ham-box">
<div class="ham-box-inner"></div>
</div>
</button>
<aside aria-hidden="true" tabindex="-1" class="menu_StyledSidebar menubar">
<nav>
<ol>
<li><a href="#">Home</a></li>
<li><a href="#events-gallery">Events Gallery</a>
</li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
</aside>
</div>
</div>
</nav>
</header>
<!----------------------------------- Right and Left Bars -------------------------------------->
<div orientation="left" class="left-bar visible slide-up animation-delay delay-1pt5">
<ul class="left-bar-ol fade-enter-done">
<li>
<a href="http://www.coderchirag.tech" aria-label="GitHub" target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" role="img" class="feather feather-globe" viewBox="0 0 16 16" style="fill: currentcolor;">
<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z" />
</svg>
</a>
</li>
<li>
<a href="https://github.com/coderchirag" aria-label="GitHub" target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github">
<title>GitHub</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</a>
</li>
<li>
<a href="https://www.instagram.com/chirag__jain.exe" aria-label="Instagram" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<title>Instagram</title>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16
11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li>
<a href="https://www.linkedin.com/in/coderchirag/" aria-label="Linkedin" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<title>LinkedIn</title>
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2
0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<div orientation="right" class="right-bar visible slide-up animation-delay delay-1pt5">
<div class="email__StyledLinkWrapper-sc-2epoq-0 right-bar-div fade-enter-done"><a href="mailto:chirag0174.be20@chitkara.edu.in">chirag0174.be20@chitkara.edu.in</a></div>
</div>
<div id="content">
<section id="events-gallery">
<div>
<h1 class="big-heading" style="margin-bottom: 50px;">Image Gallery</h2>
</div>
<div class="gallery" id="gallery">
<div id="spinner-loader-wrapper">
<div id="spinner-loader"></div>
</div>
</div>
</section>
</div>
</div>
<hr class="separator" />
<footer id="contact" class="footer-16371">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-9 text-center">
<div class="footer-site-logo mb-3">
<a href="#">Coder Chirag</a>
</div>
<ul class="list-unstyled nav-links mb-4">
<li><a href="#">Home</a></li>
<li><a href="#events-gallery">Events Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="social mb-2">
<h3>Stay in touch</h3>
<ul style="padding-left:0px ;">
<li class="yt"><a href="https://www.coderchirag.tech" target="_blank"><span class="fa fa-globe"></span></a></li>
<li class="in"><a href="https://instagram.com/chirag__jain.exe" target="_blank"><span class="fa fa-instagram"></span></a></li>
<li class="lin"><a href="https://linkedin.com/in/coderchirag" target="_blank"><span class="fa fa-linkedin"></span></a></li>
<li class="tw"><a href="https://twitter.com/coder_chirag" target="_blank"><span class="fa fa-twitter"></span></a></li>
<li class="git"><a href="https://github.com/coderchirag" target="_blank"><span class="fa fa-github"></span></a></li>
</ul>
</div>
<div class="copyright">
<p class="mb-0"><small>© Chirag Jain a.k.a Coder Chirag. <span class="br-mobile">All Rights
Reserved.</span></small></p>
</div>
</div>
</div>
</div>
</footer>
<script src="./js/index.js"></script>
<script src="./js/nav.js"></script>
<script src="./js/themeToggle.js"></script>
</body>
</html>