-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbunk.html
More file actions
463 lines (416 loc) · 27.4 KB
/
bunk.html
File metadata and controls
463 lines (416 loc) · 27.4 KB
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mass Bunk</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Tooplate">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="png" href="images/urlogo.png">
<meta name="theme-color" content="#ffffff">
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- MENU -->
<section class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="index.html" class="navbar-brand">Anti Mass Bunk</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About Us</a></li>
<li><a href="index.html" class="smoothScroll">Anti Ragging</a></li>
<li><a href="#Motivation" class="smoothScroll">Motivation</a></li>
<li><a href="#Approach" class="smoothScroll">Approach</a></li>
<li><a href="#Contact" class="smoothScroll">Contact</a></li>
<li class="appointment-btn"><a href="#appointment">Share Your Problem</a></li>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<section id="home" class="slider" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="owl-carousel owl-theme">
<div class="item item-first">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>Skip mass bunks</h3>
<h1>Ace your future</h1>
<a href="#Approach" class="section-btn btn btn-default smoothScroll">Explore</a>
</div>
</div>
</div>
<div class="item item-second">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>Refuse mass bunks</h3>
<h1>Build your dreams</h1>
<a href="#about" class="section-btn btn btn-default btn-gray smoothScroll">More About Us</a>
</div>
</div>
</div>
<div class="item item-third">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>Break the Cycle</h3>
<h1>Break the Silence</h1>
<a href="#Motivation" class="section-btn btn btn-default btn-blue smoothScroll">Read Stories</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="about-info">
<h2 class="wow fadeInUp" data-wow-delay="0.6s">Embrace Our Community</h2>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>
A secure haven for students to stand united against mass bunking and related concerns. Through voicing your thoughts here confidentially, you empower change for the better.
If mass bunking affects you, share incidents discreetly for colleges to address. Gain access to counseling, legal insights, and guidance on campus policies from our dedicated resources. Above all, discover a sense of belonging in our forums.</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<a href="https://sudhanshuuu.netlify.app/"><figure class="profile wow fadeInUp" data-wow-delay="1s">
<div class="profile-wrapper">
<img src="images/20230729_022751.png" class="img-responsive" alt="">
<div class="profile-details">
<h3>Sudhanshu</h3>
<p>CSE Student</p>
<p>A Student, Coder, Graphic Designer and LeetCode Enthusiast.</p>
</div>
</div>
</figure></a>
</div>
<div class="col-md-4 col-sm-4">
<figure class="profile wow fadeInUp" data-wow-delay="1s">
<div class="profile-wrapper">
<img src="images/Aniketa.jpg" class="img-responsive" alt="">
<div class="profile-details">
<h3>Aniketa Das</h3>
<p>CS(IOT) Student</p>
<p>A Student, Coder, and a good Problem Solver & Analizer.</p>
</div>
</div>
</figure>
</div>
<div class="col-md-4 col-sm-4">
<figure class="profile wow fadeInUp" data-wow-delay="1s">
<div class="profile-wrapper">
<img src="images/Ankur.jpg" class="img-responsive" alt="">
<div class="profile-details">
<h3>Ankur Kumari</h3>
<p>CSE Student</p>
<p>Curious Student exploring tech with boundless Curiosity.</p>
</div>
</div>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="a" id="Motivation">
<div class="col-md-12 col-sm-12">
<!-- SECTION TITLE -->
<div class="section-title wow fadeInUp " data-wow-delay="0.1s">
<h2 style="text-align: center;">Motivation</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-1 col-sm-6">
<div class="item item-first">
<div class="caption">
<h3>Embrace Education</h3>
<h2>Skip Mass Bunks, Embrace Knowledge</h2>
<p>Giving in to the temptation of mass bunking classes for fun may seem harmless at first. But regularly missing lectures and lessons leads to gaps in your knowledge that compound over time. Rather than following the crowd to cut class en masse, have the courage to say no.
Attend classes with discipline to gain true wisdom that lasts a lifetime, empowering you to excel in academics and life. Each day presents an opportunity to embrace the gift of knowledge if you simply show up.</p>
<a href="https://www.quora.com/Do-students-bunk-classes-in-the-top-NITs-and-IITs-in-the-first-year-of-a-B-Tech" class="section-btn btn btn-default btn-gray smoothScroll">Learn More</a>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1 col-sm-6">
<div class="item item-first">
<div class="caption">
<h3>Learn with Passion</h3>
<h2>Skip Mass Bunks, Ignite Your Interests</h2>
<P>Giving in to mass bunking may provide temporary relief from boredom. But consistently choosing short-term fun over classes breeds mediocrity. Rather than waste time with peers escaping lessons, visualize your lofty aspirations. Let your bold dreams propel you to attend school with zeal. Gain knowledge to equip yourself for excellence. Nurture your interests. Set challenging goals. Regular small steps towards growth compound. Before you know it, you'll be living your grand ambitions.</P><a href="https://www.linkedin.com/posts/sejal-sud-762664162_education-coaching-school-activity-7080160484817010688-C8mt?trk=public_profile_like_view" class="section-btn btn btn-default btn-gray smoothScroll">Learn More</a>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1 col-sm-6">
<div class="item item-first">
<div class="caption">
<h3> Academic Success</h3>
<h2>Resisting the Temptation of Bunk</h2>
<P>Though giving in to mass bunking seems innocuous, it fosters a collection of voids in understanding. Dare to distinguish yourself by confronting this tendency with audacious attendance. Instead of joining the tide of absenteeism, opt for the path of fortitude. Seize each lecture and class as an opportunity to foster wisdom. The courage to be present yields a reservoir of insights that accumulate over time, leading to an enriched grasp of subjects. While it's easy to be swayed by the allure of leisure, the true mark of distinction emerges from an unwavering commitment to knowledge. Carve your niche by embracing the enlightening journey.
</P><a href="https://www.linkedin.com/posts/sejal-sud-762664162_education-coaching-school-activity-7080160484817010688-C8mt?trk=public_profile_like_view" class="section-btn btn btn-default btn-gray smoothScroll">Learn More</a>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1 col-sm-6">
<div class="item item-first">
<div class="caption">
<h3> Personal Growth</h3>
<h2>Embrace Solitude, Ignite Potential</h2>
<P>Amidst solitude, embark on a journey of self-discovery. Delve deep to unearth passions and potentials, igniting a path of unparalleled personal and professional growth. Embrace this sacred time as an opportunity to sculpt the masterpiece of your authentic self. Just as a sculptor molds raw material into art, solitude sculpts your essence, revealing the intricate layers that define you. From this introspective cocoon, emerge as a transformed individual, equipped with the insights and strengths to conquer challenges and embrace successes. Let solitude be your chisel, shaping a future of endless possibilities and fulfillment of this .
</P><a href="https://www.linkedin.com/posts/sejal-sud-762664162_education-coaching-school-activity-7080160484817010688-C8mt?trk=public_profile_like_view" class="section-btn btn btn-default btn-gray smoothScroll">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="approach" id="Approach">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<!-- SECTION TITLE -->
<div class="section-title wow fadeInUp" data-wow-delay="0.1s">
<h2 style="text-align: center;">Approach</h2>
</div>
</div>
</div>
<div class="shapes">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
</div>
<div class="row">
<div class="col-md-4">
<div class="layer">
<h3>Layer 1 - Emailing to College Dean</h3>
<p>Send emails directly to the college dean/administration reporting unethical incidents like ragging. This gets the complaint directly to someone with authority to take action.</p>
<p>Advantages:</p>
<ul>
<li>Creates a record of the complaint</li>
<li>Bypasses bureaucracy of formal procedures</li>
<li>Quick and easy way to report misconduct</li>
<li>Can be anonymous</li>
</ul>
<p>Emailing the dean raises awareness at a senior level. It signals students are watching and won't tolerate unethical practices.</p>
<br>
</div>
</div>
<div class="col-md-4">
<div class="layer">
<h3>Layer 2 - Counselor Support</h3>
<p>Connect affected students with professional counselors for emotional healing and empowerment.</p>
<ul>
<li>Professional Counseling: Confidential sessions for trauma processing.</li>
<li>Peer Support: Encouragement through peer-led groups.</li>
<li>Workshops: Boost confidence and manage trauma.</li>
</ul>
<p>Advantages:</p>
<ul>
<li>Prevents Escalation: Early intervention curbs long-term effects.</li>
<li>Strengthened Resilience: Equips coping strategies for stress.</li>
<li>Fosters Unity: Peer support builds community.</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="layer">
<h3>Layer 3 - Student Support</h3>
<p>Connect students affected by ragging/harassment with counselors and resources like:</p>
<ul>
<li>Professional counseling</li>
<li>Academic advising</li>
<li>Peer support groups</li>
<li>Workshops on confidence and trauma</li>
</ul>
<p>Advantages:</p>
<ul>
<li>Helps students process and recover</li>
<li>Reduces chances of dropping out</li>
<li>Empowers students to speak out</li>
<li>Fosters community and support</li>
<li>Shows the college cares about student wellbeing</li>
</ul>
<p>
<br>
<br>
</p>
</div>
</div>
</div>
</section>
<section id="appointment" data-stellar-background-ratio="3">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<img src="images/appointment-image.png" class="img-responsive" alt="">
</div>
<div class="col-md-6 col-sm-6">
<!-- CONTACT FORM HERE -->
<form id="appointment-form" role="form" method="post" action="https://submit-form.com/mc79j4S4">
<!-- SECTION TITLE -->
<div class="section-title wow fadeInUp" data-wow-delay="0.4s">
<h2>Share Your Problem</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<div class="col-md-6 col-sm-6">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Full Name" required>
</div>
<div class="col-md-6 col-sm-6">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Your Email" required>
</div>
<div class="col-md-6 col-sm-6">
<label for="date">Select Date of Event</label>
<input type="date" name="date" value="" class="form-control">
</div>
<div class="col-md-6 col-sm-6">
<label for="select">Select Problem</label>
<select class="form-control" name="problem">
<option>Mass Bunk</option>
<option>Ragging</option>
<option>Medical Issues</option>
<option>Other Issues</option>
</select>
</div>
<div class="col-md-6 col-sm-6">
<label for="semester">Semester</label>
<input type="text" class="form-control" id="semester" name="semester" placeholder="Your Semester">
</div>
<div class="col-md-6 col-sm-6">
<label for="group">Group</label>
<input type="text" class="form-control" id="group" name="group" placeholder="Your Group">
</div>
<div class="col-md-12 col-sm-12">
<label for="college-name">College Name</label>
<input type="text" class="form-control" id="college-name" name="college-name" placeholder="Your College Name">
</div>
<div class="col-md-12 col-sm-12">
<label for="dean-mail">College Dean Mail</label>
<input type="email" class="form-control" id="dean-mail" name="dean-mail" placeholder="Dean's Email">
</div>
<div class="col-md-12 col-sm-12">
<label for="message">Additional Message</label>
<textarea class="form-control" rows="5" id="message" name="message" placeholder="Message" required></textarea>
</div>
<div class="col-md-12 col-sm-12">
<label for="attachment">Upload College Id Proof (JPEG)</label>
<input type="file" class="form-control" id="attachment" name="attachment" required>
</div>
<div class="col-md-12 col-sm-12">
<button type="submit" class="form-control" id="cf-submit" name="submit">Submit Button</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer data-stellar-background-ratio="5">
<div class="container">
<div class="row">
<div id="Contact">
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Contact Info</h4>
<p>We're here to listen and provide support. Get in touch with our team by submitting the form below or reaching out via using provided email.</p>
<div class="contact-info">
<p><i class="fa fa-envelope-o"></i> <a href="#">Anti_ragging@yahoo.com</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Important links</h4>
<div class="latest-stories">
<div class="stories-image">
<a href="#"><img src="images/urlogo.png" class="img-responsive" alt=""></a>
</div>
<div class="stories-info">
<a href="bunk.html"><h5>Anti Mass Bunk</h5></a>
<span>August 15, 2023</span>
</div>
</div>
<div class="latest-stories">
<div class="stories-image">
<a href="#"><img src="images/images.png" class="img-responsive" alt=""></a>
</div>
<div class="stories-info">
<a href="https://cgu-odisha.ac.in/"><h5>CGU Bhubaneswar</h5></a>
<span>initiative towards Anti Ragging</span>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<div class="opening-hours">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Opening Hours</h4>
<p>Monday - Friday <span>06:00 AM - 10:00 PM</span></p>
<p>Saturday <span>09:00 AM - 08:00 PM</span></p>
<p>Sunday <span>Closed</span></p>
</div>
<ul class="social-icon">
<li><a href="https://www.facebook.com/miifact" class="fa fa-facebook-square" attr="facebook icon"></a></li>
<li><a href="https://www.instagram.com/miifact/" class="fa fa-instagram"></a></li>
<li><a href="https://www.instagram.com/sudhan.shuu/" class="fa fa-user"></a></li>
</ul>
</div>
</div>
<div class="col-md-12 col-sm-12 border-top">
<div class="col-md-4 col-sm-6">
<div class="copyright-text">
<p>Copyright © 2023 Green Coders
| Design: <a rel="nofollow" href="https://www.facebook.com/miifact" target="_parent">miifact</a></p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="footer-link">
<a href="https://vikaspedia.in/education/policies-and-schemes/anti-ragging-policies">Anti Ragging Policy</a>
<a href="https://nursingodisha.nic.in/?q=node/280">Departments</a>
<a href="https://www.c4yindia.org/Home/AntiRagging">Ragging help Desk</a>
</div>
</div>
<div class="col-md-2 col-sm-2 text-align-center">
<div class="angle-up-btn">
<a href="#top" class="smoothScroll wow fadeInUp" data-wow-delay="1.2s"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>