-
Notifications
You must be signed in to change notification settings - Fork 1
/
events.php
249 lines (198 loc) · 10 KB
/
events.php
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Events | BSW</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js" type="text/javascript"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
</style>
<style type="text/css">
html {
overflow-y: scroll
}
body{
background-color: rgba(68,215,182,0.18) !important;
}
#page-header1{
margin-left: 0;
padding:0;
margin-top:0px;
text-align: left;
}
#page-header{
margin-left: 0;
padding:0;
margin-top:80px;
text-align: left;
}
@media (min-width:769px){
#mh_heading{
padding-top: 120px;
font-family: Montserrat;
font-size:4rem;
color: rgba(0,0,0,0.70);
letter-spacing: 0;
text-align: center;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#mh_events{
font-family: Montserrat;
font-size: 4rem;
color: rgba(0,0,0,0.70);
letter-spacing: 0;
text-align: center;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
}
@media (max-width:769px){
#mh_events{
padding: 20px;
font-family: Montserrat;
font-size: 50px;
color: rgba(0,0,0,0.70);
letter-spacing: 0;
text-align: center;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#mh_heading{
padding: 20px;
font-family: Montserrat;
font-size: 50px;
color: rgba(0,0,0,0.70);
letter-spacing: 0;
text-align: center;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
}
.initiative1{
box-shadow: 2px 2px 26px 10px rgba(0,0,0,0.08), inset 0 0 9px 8px rgba(152,152,152,0.05);
margin: 10px;
background: #EA9EC177;
border-radius: 30px;
padding: 30px;
text-align: center;
}
.initiative2{
box-shadow: 2px 2px 26px 10px rgba(0,0,0,0.08), inset 0 0 9px 8px rgba(152,152,152,0.05);
background: #9FE5E3;
border-radius: 30px;
padding: 30px;
text-align: center;
}
.events{
background: #FFFFFF;
box-shadow: 2px 2px 26px 10px rgba(0,0,0,0.08), inset 0 0 9px 8px rgba(152,152,152,0.05);
border-radius: 20px;
padding: 20px;
font-weight: 500;
}
.form-preview{
height:80vh;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
</style>
</head>
<body >
<?php require 'components/header.php'; ?>
<?php require 'components/back_to_top.php'; ?>
<div id="page-header1">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6" id="page-header">
<img src="images/events.svg" style="width: 100%;" style="margin-top: 60px">
</div>
<div class="col-12 col-lg-6 " style="text-align: center;" >
<h1 style="font-family: Montserrat !important;" id="mh_heading" >Events</h1>
<p style="font-weight: 400; font-size: 1.5rem; padding:20px">
BSW organizes various student-centric events, both formal and informal, that keep the students engaged round the year. Formal informative events like Forex ke Fundae, DepC ke fundae ensure that every student is well informed and prepared for them. Delhi Darshan, Annual youth festival, STIC Dinner are some of the events organised by the board where students engage in fun and friendships. We also organise several camps like the book camp, cycle camp etc. inside the campus to save the hassle and give accessibility to the student community. </div>
</div>
</div>
</div>
<div class="container-fluid" >
<div class="row justify-content-center mx-2" style="text-align: center;">
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 " >
<a href="female_jee_counselling.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">Female JEE Counselling</h4>
</div>
</a>
A female counselling session to increase awareness among female IIT aspirants who had cleared JEE Advanced. <br>
<a href="female_jee_counselling.php">Learn More about this event</a>
<div class="my-2" height="30px"></div>
<img src="images/op_fjc/3.jpg" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; ">
</div>
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 mx-4" >
<a href="sticdinner.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">STIC Dinner</h4>
</div>
</a>
Student Teacher Interaction Dinner to encourage friendly interaction between professors and students and bridging the communication gap between them.<br>
<a href="sticdinner.php">Learn More about this event</a>
<div class="my-2" height="30px"></div>
<img src="images/op_sticd/2.jpg" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; ">
</div>
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 " >
<a href="delhidarshan.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">Delhi Darshan</h4>
</div>
</a>
A tour across Delhi for the freshers, relishing the beauty of the city with indelible bus-rides. Exciting conversations and long lasting memories.<br>
<a href="delhidarshan.php">Learn More about this event</a>
<div class="my-2" height="30px"></div>
<img src="images/op_delhidarshan/4.jpg" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; ">
</div>
</div>
<div class="row justify-content-center mx-2" style="text-align: center;">
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 " >
<a href="informative_sessions.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">Informative Sessions</h4>
</div>
</a>
Seniors from all branches share their experiences navigating through the vast pool of opportunities. An attempt to bridge the senior-junior gap, while encouraging student participation and learning.<br>
<a href="informative_sessions.php">Learn More about this event</a>
<div class="my-2" height="30px"></div>
<img src="images/op_info/2.jpg" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; ">
</div>
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 mx-4" >
<a href="events.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">Camps</h4>
</div>
</a>
Multiple camps are organized year round to give access to affordable essentials for the students inside the campus. After the summer vacations, a mattress and cycle camp is organised for all the students boarding the campus and the newly arrived freshers. Camps for books, blankets etc. are also organised according to need.
<div class="my-2" height="30px"></div>
<img src="images/camps.jpeg" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; ">
</div>
<div style="display: flex; flex-direction: column; text-align: center;" class="col-12 col-md-3 events my-4 justify-content-center" style="display: flex; flex-direction: column; text-align: center;">
<a href="events.php">
<div class="card-header" style="margin: 10px; border-radius: 10px; background-color: #000000dd; color: white !important;">
<h4 class="mt-2">REX Karamveer Chakra</h4>
</div>
</a>
"The Campus Connect-REX Karmaveer Global Young Leaders Fellowship & Karmaveer Chakra Awards 2019"
are instituted by iCONGO in Partnership with the United Nations.It is an opportunity for IIT Delhi Students to get recognized for their work that impacts the society.
<div class="my-2" height="30px"></div>
<img class="align-bottom" src="images/rex.JPG" style="width:80%; border-radius: 10px; margin: 20px; margin-top: auto; margin-left: auto; margin-right: auto; max-height: 200px; margin-left: auto; margin-right: auto;">
</div>
</div>
</div>
<?php require 'components/footer.php'; ?>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" i0degrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" i0degrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
</body>
</html>