-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (119 loc) · 6.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anti-Ragging website</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="header_container">
<img src="ragging2.png" alt="ragging" />
<div class="navbar">
<div class="logo">
<a href="index.php"><img src="logo.png" alt="logo" /></a>
</div>
<div class="navbar-center">
<a href="index.html">Home</a>
<a href="pages/testimonials/testimonial.html">Testimonials</a>
<a href="pages/about/about.html">About</a>
<a href="pages/contact/contact.html">Contact</a>
</div>
<div class="navbar-right">
<a class="startcamp" href="pages/contact/contact.html">Report Ragging</a>
</div>
</div>
<div class="title_container">
<h1>ANTI RAGGING <br>AWARENESS</h1>
<p>Stand against ragging by taking action—report incidents and seek support. Don’t be a victim; empower yourself and others to create a safer environment.</p>
<a href="https://www.youtube.com/watch?v=iK3ns2zQV8U"><button class="yt_button">Learn more</button></a>
</div>
</div>
<div class="stats">
<div class="count1">
<h1>455</h1>
<p>Become victims to ragging everyday</p>
</div>
<div class="count2">
<h1>45%</h1>
<p>Increase in ragging annually</p>
</div>
<div class="count3">
<h1>45,00,000</h1>
<p>Affected so far</p>
</div>
</div>
<div class="about_section">
<h1>About RAGGING</h1><hr>
<div class="desc_sections">
<div class="desc_section">
<h3>What is ragging?</h3><hr>
<p>Under laws in India, ragging is defined as. (i) AnV disorderly conduct by either by acts or words spoken, the effect of which is teasing, treating or handling with rudeness any other student; (ii) Any rowdy or undisciplined activity, which causes annoyance, hardship or psychologicai.</p>
</div>
<div class="desc_section">
<h3>What to do?</h3><hr>
<p>If you witness someone being ragged or bullied, it's important to take immediate action to support the victim and address the situation. First, if it's safe, intervene calmly to stop the bullying and let the perpetrators know their behavior is unacceptable. Afterward, offer support to the victim, reassuring them that they're not alone and encouraging them to stay strong. It's crucial to report the incident to the appropriate authorities, such as school or college administrators or the anti-ragging committee, providing as many details as possible. </p>
</div>
<div class="desc_section">
<h3>Report</h3><hr>
<p>Report the incident to:
Dr. Chandan Kumar Behra, Asst. Director Student Welfare<br><br>
Complaints may be filed at the following mail ID:<br><br>
[email protected]<br><br>
[email protected]<br><br>
</p>
</div>
</div>
</div>
<div class="news_section">
<h1>University Updates</h1><br>
<div class="news-items-container">
<div class="news_items">
<div class="news-item">
<h3>University Hosts Anti-Ragging Workshop for Freshmen</h3>
<p>A mandatory workshop on anti-ragging policies was conducted to educate new students on their rights and reporting procedures.</p>
</div>
<div class="news-item">
<h3>24/7 Anti-Ragging Helpline Launched on Campus</h3>
<p>A new round-the-clock helpline has been introduced to provide immediate support and guidance to students facing ragging.</p>
</div>
<div class="news-item">
<h3>Student-Led Anti-Ragging Awareness March Held Today</h3>
<p>Hundreds of students participated in a campus march to raise awareness about the dangers of ragging and promote a safe environment.</p>
</div>
<div class="news-item">
<h3>Dean of Students Announces Zero Tolerance for Ragging</h3>
<p>The Dean emphasized the university’s strict anti-ragging stance in a recent statement, assuring severe consequences for offenders.</p>
</div>
<div class="news-item">
<h3>Online Portal for Reporting Ragging Incidents Goes Live</h3>
<p>The university launched an online portal to simplify the process of reporting ragging incidents, ensuring anonymity and quick action.</p>
</div>
<div class="news-item">
<h3>Anti-Ragging Awareness Campaign Kicks Off with Interactive Sessions</h3>
<p>The university launched a week-long campaign featuring interactive sessions and discussions to educate students about the harmful effects of ragging.</p>
</div>
</div>
</div>
</div>
<div class="navbar-bottom">
<div class="navbar-container-content">
<p>
The anti-ragging awareness website is designed to educate students, parents, and educators about the dangers of ragging, providing resources to prevent and address this harmful practice. The site features sections dedicated to news updates on anti-ragging initiatives, statistics highlighting the impact of ragging, real-life testimonials from survivors, and clear guidelines on how to report incidents. With a user-friendly interface, the website aims to create a safe and supportive environment, empowering individuals to speak out against ragging and promoting a culture of respect and inclusion within educational institutions.
</p>
</div>
<div class="navbar-bottom-container">
<a href="index.html">Home</a>
<a href="pages/testimonials/testimonial.html">Testimonials</a>
<a href="pages/about/about.html">About</a>
<a href="pages/contact/contact.html">Contact</a>
</div>
</div>
</body>
</html>