-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommittees.html
300 lines (256 loc) · 7.77 KB
/
Committees.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body, html {
height: 100%;
}
body {
margin: 0;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
}
.header {
position: fixed;
top: 0;
z-index: 1;
height: 1px;
width: 100%;
background-color: #9e2929;
}
.header h2 {
text-align: center;
}
.progress-container {
width: 100%;
height: 6px;
background: #ccc;
}
.progress-bar {
height: 6px;
background: grey;
width: 0%;
}
.parallax {
/* The image used */
background-image: url('StuCo logo.png');
/* Full height */
height: 100%;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
* {
box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column_left {
float: left;
width: 50%;
padding: 3px;
height: 100%;
margin-right: 0%;
}
.column_right {
float: right;
width: 50%;
padding: 3px;
height: 100%;
margin-left: 0%;
}
.center {
margin: auto;
width: 100%;
height: 100%;
padding: 10px;
}
#navbar {
overflow: hidden;
background-color: #f1f1f1;
padding: 90px 10px;
transition: 0.4s;
position: fixed;
width: 100%;
top: 0;
z-index: 99;
}
#navbar a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
#navbar #logo {
font-size: 35px;
font-weight: bold;
transition: 0.4s;
}
#navbar a:hover {
background-color: #ddd;
color: black;
}
#navbar a.active {
background-color: grey;
color: white;
}
#navbar-right {
float: right;
}
@media screen and (max-width: 580px) {
#navbar {
padding: 20px 10px !important;
}
#navbar a {
float: none;
display: block;
text-align: left;
}
#navbar-right {
float: none;
}
}
h4{
margin-top: 20%;
margin-bottom: 0px;
mix-blend-mode: color-dodge;
font-family: Candara;
text-align: center;
color: lightsalmon;
}
p{
margin-top: 0%;
margin-bottom: 0px;
mix-blend-mode: color-dodge;
font-family: Candara;
text-align: center;
color: lightsalmon;
}
</style>
<script src="https://kit.fontawesome.com/d04dd4602a.js" crossorigin="anonymous"> </script>
</head>
<body>
<div id="navbar">
<a href="#default" id="logo" style="font-size: 200%">STUDENT COUNCIL</a>
<div id="navbar-right">
<a href="Home.html">Home</a>
<a class="active" href="Committees.html">Committees</a>
<a href="Clubs.html">Clubs</a>
<a href="Events.html">Events</a>
<a href="Fest.html">Fest</a>
<a href="MyAccount.html">My Account</a>
<a href="ContactUs.html">Contact Us</a>
</div>
</div>
<div class="header">
<h2 style="font-size: 25px"><centre>COMMITTEES</centre></h2>
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
</div>
<div class="parallax"></div>
<div style="height:500px;background-color:grey;font-size:36px; margin:0px; padding: 5px">
<div class="column_left" style="background-color:#aaa;">
<img src="sports1.jpg" style="width:100%;height:100%;"></img>
</div>
<div class="column_right" >
<div class="center">
<h4 style="text-align: center; font-size: 150%">SPORTS COMMITTEE</h4>
<p style="text-align: center; font-size: 75%">This does not need any further description and the name says it all. This committee organizes Sports activities in the
campus and has an annual fest: Prabalya.</p>
</div>
</div>
</div>
<div class="parallax"></div>
<div style="height:500px;background-color:grey;font-size:36px; margin:0px; padding: 5px">
<div class="column_right" style="background-color:#aaa;">
<img src="cultural1.jpg" style="width:100%;height:100%;"></img>
</div>
<div class="column_left">
<div class="center">
<h4 style="text-align: center; font-size: 150%">CULTURAL COMMITTEE</h4>
<p style="text-align: center; font-size: 75%">This committee focuses on the performing and fine arts. While sports rejuvante your body, art rejuvenates the mind and
the soul. It organizes the celebrations of all the festivals and has an annual event: Tvaran.</p>
</div>
</div>
</div>
<div class="parallax"></div>
<div style="height:500px;background-color:grey;font-size:36px; margin:0px; padding: 5px">
<div class="column_left" style="background-color:#aaa;">
<img src="placement1.jpg" style="width:100%;height:100%;"></img>
</div>
<div class="column_right">
<div class="center">
<h4 style="text-align: center; font-size: 150%">PLACEMENT COMMITTEE</h4>
<p style="text-align: center; font-size: 75%">This committee, also called the PlaceCom, though usually sidelined by most, is at the heart of every college. This
committee liaisons and lobbies with the corporates and companies to get us internships and finally what we are here for
- JOBS!</p>
</div>
</div>
</div>
<div class="parallax"></div>
<div style="height:500px;background-color:grey;font-size:36px; margin:0px; padding: 5px">
<div class="column_right" style="background-color:#aaa;">
<img src="publicrelations1.jpg" style="width:100%;height:100%;"></img>
</div>
<div class="column_left">
<div class="center">
<h4 style="text-align: center; font-size: 150%">PR COMMITTEE</h4>
<p style="text-align: center; font-size: 75%">This committee looks after the visibility of the institute in the external world, by being the first source of communication on behalf of the University.</p>
</div>
</div>
</div>
<div class="parallax"></div>
<div style="height:500px;background-color:grey;font-size:36px; margin:0px; padding: 5px">
<div class="column_left" style="background-color:#aaa;">
<img src="editorial1.jpg" style="width:100%;height:100%;"></img>
</div>
<div class="column_right">
<div class="center">
<h4 style="text-align: center; font-size: 150%">EDITORIAL COMMITTEE</h4>
<p style="text-align: center; font-size: 75%">It strives to engage the readership by presenting an honest portrait of the
Institute. It's focus is to bring to
the table an enriching experience in the form of blogs, newsletters, magazines and various competitions.</p>
</div>
</div>
</div>
<div class="parallax"></div>
</div>
<script>
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
document.getElementById("navbar").style.padding = "11px 10px";
document.getElementById("logo").style.fontSize = "25px";
} else {
document.getElementById("navbar").style.padding = "30px 10px";
document.getElementById("logo").style.fontSize = "50px";
}
}
window.onscroll = function() {myFunction()};
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
window.addEventListener('scroll', myFunction);
window.addEventListener('scroll', scrollFunction);
</script>
</body>
<footer style="text-align: center; color: lightgrey; width: 100%">
<i class="fab fa-instagram" style="font-size:35px; color: grey; width: 15%"></i>
<i class="fab fa-linkedin" style="font-size:35px; color: grey; width: 15%"></i>
<i class="far fa-envelope" style="font-size:35px; color: grey; width: 15%"></i>
<i class="fab fa-youtube" style="font-size:35px; color: grey; width: 15%"></i>
<i class="fab fa-whatsapp" style="font-size:35px; color: grey; width: 15%"></i>
<br>
<p style="color: grey"><centre> Ⓒ 2019 Student Council of STME, NMIMS Navi Mumbai </centre></p>
</footer>
</html>