forked from dynamicclub/Dynamic-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpastevent.html
392 lines (337 loc) · 18.5 KB
/
pastevent.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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!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">
<title>Past Events | SKIT JAIPUR</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="./assets/fav1.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="./css/pastevent.css">
<link rel="stylesheet" href="icofont.css">
<link rel="stylesheet" href="./css/team.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-sawesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.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/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.29/skrollr.min.js"></script>
<style>
::-webkit-scrollbar {
display: none;
}
*{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 900px) { #heading{
text-align: center;
position: static;
transform: translate(0%, 0%);
font-size: 3em;
color: teal;
}
}
.fa {
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
color: white;
}
.fa-google {
color: white;
}
.fa-instagram {
color: white;
}
.navbar{
background-color: #141414!important;
}
input{color:black;}
button{color:black;}
@media(min-width: 1750px){
.dsc{
font-size: 9px!important;
}
}
@media(max-width: 400px){
.dsc{
font-size: 6px!important;
}
}
.bg{ pointer-events: none;
width: 77vw;
left: 11vw;
top: 4vh;
z-index: -999;
position: fixed;
opacity: 0.07;
}
#heading{
font-family: pirulen;
}
.ytp-cued-thumbnail-overlay-image{
z-index: 5;
position: absolute;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174908567-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174908567-1');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#preloader {
background:rgb(10, 10, 10) url("./assets/preloader.gif") no-repeat center center;
background-size: 70%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
</style>
<link rel="stylesheet" href="./css/scroll.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script>
$(document).ready(function(){
$(window).scroll(function(){
if($(window).scrollTop() > 300){
$('i').css({
"opacity":"1", "pointer-events":"auto"
});
}else{
$('i').css({
"opacity":"0", "pointer-events":"none"
});
}
});
$('i').click(function(){
$('html').animate({scrollTop:0}, 500);
});
});
</script>
</head>
<body style="background: black!important;" onload="myFunction()">
<i class="fas fa-chevron-up"></i>
<div id="preloader"></div>
<style>
svg{
color:white;
}
svg:hover{
color:teal;
}
.navbarfont{
font-family: sans-serif;
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top" style = "font-family: sans-serif;">
<a class="navbar-brand" href="index.html"><img src ="./Img/logo.png" alt="Dynamic_Club_Logo"></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExample"
aria-controls="navbarsExample" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><span class = "navbarfont">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#about"><span class = "navbarfont">About-Us</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html"><span class = "navbarfont">Team</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown03" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><span class = "navbarfont">Events</span></a>
<div class="dropdown-menu" aria-labelledby="dropdown03">
<a class="dropdown-item" href="events.html" style="width:70%">Upcoming Events</a>
<a class="dropdown-item" href="events.html" style="width:70%">Past Events</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><span class = "navbarfont">Contact-Us</span></a>
</li>
</ul>
</div>
</nav>
<!-- features sectin starts -->
<section class="features" id="features">
<div class="heading">
<h1><b>past events</b></h1>
<p>All the events that had been coducted by <B>DYNAMIC CLUB</B> are listed here. This page includes all the past events. Here you can directly download your certificates by clicking on view certificate button. </p>
</div>
<div class="row">
<!--event 9 -->
<div class="image">
<img src="./assets/pastevents/National Legal Service Day.jpg" alt="illustration-features-event-1">
</div>
<div class="content">
<h1>National Legal Service Day</h1>
<p>National Legal Services Day, observed on November 9th in India, celebrates the pivotal role of legal aid in ensuring justice for all. Instituted to honor the establishment of the Legal Services Authorities Act, 1987, the day emphasizes the constitutional right to free legal aid. It acknowledges the efforts of legal professionals and organizations in providing accessible legal assistance to the marginalized and underprivileged, promoting the principle that justice should not be elusive due to financial constraints. National Legal Services Day serves as a reminder of the commitment to equal justice and the imperative role of legal aid in fostering a just society.
</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1S_P3vLYj05cHDsxtKaTl6S_0LAYfrwV8" class="all-btn">View Certificates</a>
</div>
<!-- event 9 -->
<!-- event 8 -->
<div class="content">
<h1>World Health Day Quiz</h1>
<p>Every year on October 10, there is a celebration known as World Mental Health Day to raise awareness of the
value of mental health throughout the world. This day strives to promote support services, decrease stigma,
and increase awareness of mental health issues. The day encourages open dialogues, urging individuals to
share their stories, seek treatment, and support one another in a world where mental health illnesses are a
huge burden. Communities all across the world participate in activities and projects that promote empathy
and understanding. It emphasizes the necessity for readily available mental health services and stresses the
importance of mental as well as physical health. Together, we can dismantle stigmas, advance acceptance, and
build a society where everyone's mental health is a top priority.</p>
<a target="_blank" href="https://drive.google.com/drive/u/0/folders/1B33yxjVk4Ff8zJ-7neNeDkomjsnrM4AN" class="all-btn">View Certificates</a>
</div>
<div class="image">
<img src="./assets/pastevents/World Health Day.jpeg" alt="illustration-features-event-2">
</div>
<!-- event 8 -->
<!--event 7 -->
<div class="image">
<img src="./assets/pastevents/World_Ipr_Day.jpeg" alt="illustration-features-event-1">
</div>
<div class="content">
<h1>World IPR Day Quiz</h1>
<p>Dynamic club hosted a successful World Intellectual Property Rights (IPR) Day quiz,
creating a platform to raise awareness and celebrate the significance of intellectual property.
By organizing this event, Dynamic club demonstrated a commitment to promoting knowledge and understanding
of IPR, fostering a culture of respect for creators and innovators.
By participating in the quiz, members and participants have had the opportunity to test their knowledge
and learn more about the significance of protecting intellectual property. Such events contribute to building
a culture of respect for creators and innovators while encouraging responsible and ethical practices related
to intellectual property.</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1ursK3EPk8RTPFPKlP7iy_h91ljtZxXqP?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<!-- event 7 -->
<!-- event 6 -->
<div class="content">
<h1>C++ Bootcamp</h1>
<p>Dynamic club had hosted a C++ Bootcamp, offering participants an immersive and comprehensive
learning experience in the C++ programming language. The event took place in a conducive and
enthusiastic environment, where aspiring programmers gathered to explore the intricacies of C++.Overall,
the C++ Bootcamp was a resounding success, empowering participants with practical
programming skills and igniting a passion for learning and innovation in the world of C++.
The dynamic club's commitment to providing quality technical education left a positive and lasting
impression on all those who attended the boot camp.</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1YnnzxgPAQjm4DWLWdGy8MrkcMQdIsFeh?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<div class="image">
<img src="./assets/pastevents/C++.jpeg" alt="illustration-features-event-2">
</div>
<!-- event 6 -->
<!-- event 5 -->
<div class="image">
<img src="./assets/pastevents/National_Marine_Day.jpg" alt="illustration-features-event-3">
</div>
<div class="content">
<h1>National Marine Day</h1>
<p>The quiz likely provided a fun and educational opportunity for participants to learn about marine biodiversity,
environmental challenges, and the significance of protecting our oceans and marine life. Such initiatives are
essential in fostering a sense of responsibility and stewardship towards our marine environment.
Celebrating National Marine Day through this quiz helps spread knowledge about the critical role oceans
play in supporting life on Earth and the impact of human activities on marine ecosystems. It also serves
as a reminder of the urgent need to address issues like marine pollution, overfishing, and climate change
to ensure a sustainable future for our seas.</p>
<a target="_blank" href="https://drive.google.com/drive/folders/183M7N2lpn0kp9NVLbd-NJyrnEYvxj-9G?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<!-- event 5 -->
<!--event 4 -->
<div class="content">
<h1>C Bootcamp</h1>
<p>The Dynamic club had hosted a C Bootcamp, providing participants with an intensive and immersive
learning experience in the C programming language. The event took place in a conducive environment,
where aspiring programmers came together to delve deep into the fundamentals of C programming.
Throughout the boot camp, participants were guided by experienced mentors who had a passion for
programming and a strong grasp of the C language. They covered essential topics such as syntax, data types,
control structures, functions, and pointers. The boot camp also included practical coding exercises and
projects, allowing participants to apply their knowledge in real-world scenarios.</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1PIwdydKcy_3TlFXpV9Snz7RFhVMj8TUz?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<div class="image">
<img src="./assets/pastevents/C.jpg" alt="illustration-features-event-1">
</div>
<!-- event 4 -->
<!-- event 3 -->
<div class="image">
<img src="./assets/pastevents/Expert.jpg" alt="illustration-features-event-2">
</div>
<div class="content">
<h1>Expert Session</h1>
<p>Dynamic club had hosted an Expert Session, providing participants with a valuable opportunity to
learn from seasoned professionals in a specific field or industry. The event took place in an engaging
and informative setting, where participants eagerly gathered to gain insights and knowledge from the experts.
During the Expert Session, distinguished speakers, who were experts in their respective domains,
shared their expertise, experiences, and practical wisdom with the attendees. They covered various
topics related to their field, offering valuable advice, best practices, and real-life examples to
enrich the participants' understanding.</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1rXmqAII39ZL6RfDpVKDW4eF2jkMlFZ5P?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<!-- event 3 -->
<!-- event 2 -->
<div class="content">
<h1>Typing Competition</h1>
<p>The typing competition likely brought together individuals with various typing abilities,
from beginners to proficient typists, fostering a sense of healthy competition and camaraderie
among the participants. It's an excellent opportunity for participants to challenge themselves,
push their typing speed and accuracy limits, and witness their progress over time.
Typing competitions are not only entertaining but also have practical benefits in today's digital
age. Efficient typing skills are crucial for productivity and communication in various fields,
such as office work, programming, content creation, and more.
</p>
<a target="_blank" href="https://drive.google.com/drive/folders/1yVOrTxEgWcJyLIKNDtqEKPQXbn0Po0cr?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<div class="image">
<img src="./assets/pastevents/Typingtest.jpg" alt="illustration-features-event-3">
</div>
<!-- event 2 -->
<!-- event 1 -->
<div class="image">
<img src="./assets/pastevents/Janjatiya.jpg" alt="illustration-features-event-2">
</div>
<div class="content">
<h1>Janjatiya Gaurav Divas</h1>
<p>By organizing this quiz, Dynamic club demonstrated a commitment to promoting awareness and understanding of
the diverse indigenous cultures and their importance in our society. Quizzes are an excellent way to engage
participants in learning about the history, customs, and unique aspects of various indigenous groups.
The Janjatiya Diwas quiz likely provided a platform for participants to explore and appreciate the indigenous
knowledge systems, languages, art, and crafts. It may have highlighted the challenges faced by these communities
and the importance of preserving their cultural identities. </p>
<a target="_blank" href="https://drive.google.com/drive/folders/1nuT8GJU-qSqCgN60D5epuRxdgC_z_Mqk?usp=drive_link" class="all-btn">View Certificates</a>
</div>
<!-- event 1 -->
</div>
</section>
<!-- features sectin ends -->
<script>
var loader = document.getElementById("preloader");
function myFunction() {
preloader.style.display = "none";
}
</script>
<script src="js/main.js"></script>
</body>
</html>