-
Notifications
You must be signed in to change notification settings - Fork 4
/
blog3.html
106 lines (89 loc) · 4.7 KB
/
blog3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GEG | IIITG</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<!-- <link href="img/favicon.ico" rel="icon"> -->
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Blogs by Students</h2>
</div>
<!-- <div class="col-12">
<a href="">Home</a>
<a href="">About Us</a>
</div> -->
</div>
</div>
</div>
<!-- Page Header End -->
<!-- About Start -->
<div class="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/depositphotos_186895530-stock-illustration-we-can-do-it-poster.jpeg" alt="Image">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="section-header text-left">
<!-- <p>Learn About Us</p> -->
<h3><strong>Topic<br>By Priya Pampati</strong></h3>
</div>
<div class="about-text">
<p>
Gender sensitization has become major topic these days.
We conducted an offline workshop on a very important topic, which is "Sexual Harrassment at workplace".
</p>
<p>
It was mainly targeted towards the hostel help staff. <br>
Suranjana mam delivered a small talk where she informed them about the topic and how they can report and take action if any such incident takes place.<br>
A lot of staff members shared their stories and concerns as well.
</p>
<p>
To end the day on a lighter note, some students delivered a short speech and gave splendid performances which included singing as well as dancing. <br> Also, a "tug of war" competition was conducted to give our event a sporty flavour.<br>
It was 'hostel staff' VS 'hostel students'
<br>Hostel students won and recieved a small gift.
</p>
<p>
<!-- <a href="https://discord.gg/bYJys7Xy"> <strong>*** Link to our Discord Server ***</strong></a> -->
</p>
<!-- <a class="btn" href="">Learn More</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>