-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (289 loc) · 11.3 KB
/
index.html
File metadata and controls
320 lines (289 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HackMSIT</title>
<meta name="description" content="">
<link rel="shortcut icon" href="./img/logoHack.png" type="image/png">
<meta name="author" content="">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/custom.css">
<link href="css/simple-line-icons.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body class="blue loading">
<div class="loading-modal">
<div class="loading-icon">
<svg width="80" height="40" xmlns="http://www.w3.org/2000/svg">
<circle r="5" cy="20" cx="16" />
<circle r="5" cy="20" cx="32" />
<circle r="5" cy="20" cx="48" />
</svg>
</div>
</div>
<header class="site-header">
<div class="top-nav">
<div class="container">
<div class="row">
<div class="col-xs-12">
<button type="button" class="navbar-toggle collapsed pull-left" data-toggle="collapse" data-target=".navbar-collapse">
<i class="icon-menu"></i>
</button>
<ul class="nav navbar-nav secondary-nav navbar-right">
<li class="menu-item">
<a href="https://www.facebook.com/Hack-MSIT-1929136640513508/" target="_blank"><i class="icon-social-facebook"></i></a>
</li>
<li class="menu-item">
<a href="https://twitter.com/HackMsit" target="_blank"><i class="icon-social-twitter"></i></a>
</li>
<li class="menu-item">
<a href="https://www.instagram.com/hackmsit/" target="_blank"><i class="icon-social-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="primary-nav">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- <img src="./img/logo_transparent.png" alt="hackMSIT" height="10%" width="20%" style="display: block;
margin-left: auto;
margin-right: auto;
margin-top: 7%";
> -->
<nav class="navbar navbar-default navbar-centered" id="main-nav">
<div class="navbar-header">
<div class="site-name">
<h1 class="site-title" style="font-family: 'Open Sans', sans-serif; font-size: 3em">
<a href="#" rel="home">Hack<img src="./img/logoHack.png" alt="logo">MSIT</a>
</h1>
</div>
</div>
<div class="collapse navbar-collapse">
<ul id="menu-primary" class="nav navbar-nav" style="color: #808080">
<li class="menu-item"><a href="#the-contest">HackMSIT</a></li>
<li class="menu-item"><a href="#how-to-enter">FAQs</a></li>
<li class="menu-item"><a href="#terms-and-conditions">Contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<div id="content" class="site-content">
<div class="container">
<div class="content-wrapper">
<section id="the-contest">
<div class="steps-block">
<div class="steps">
<div id="step1" class="step" data-bg="img/bg1.jpeg" style="height: 100px">
<div class="vertical-align-container vh100">
<div class="vertical-align-content">
<div class="row">
<div class="col-xs-7 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h1>HackMSIT</h1>
<p class="lead" style="opacity: 0.65">Maharaja Surajmal Institute of Technology's annual hackathon is back, bigger and better.</p>
<p class="icon-md" style="opacity: 0.65"><a href="#step2"><i class="icon-arrow-down"></i></a></p>
</div>
</div>
</div>
</div>
</div>
<div id="step2" class="step" data-bg="img/bg2.jpeg">
<div class="vertical-align-container vh100">
<div class="vertical-align-content">
<div class="row">
<div class="col-xs-7 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h1>Coding Contest</h1>
<p class="lead" style="font-size: 30px; opacity: 0.8">2nd November'18</p>
<p class="lead" style="opacity: 0.65">Before we get into the HOT stuff in HackMSIT,let's warm up with a Coding
Contest wih the mind tackling problems and exciting prizes.
</p>
<p class="icon-md" style="opacity: 0.65"><a href="#step3"><i class="icon-arrow-down"></i></a></p>
</div>
</div>
</div>
</div>
</div>
<div id="step3" class="step" data-bg="img/bg3.jpeg">
<div class="vertical-align-container vh100">
<div class="vertical-align-content">
<div class="row">
<div class="col-xs-7 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h1>HackMSIT v1.0</h1>
<p class="lead" style="opacity: 0.65">The 24 hours annual hackathon will be organized in 2019.
For updates on that and more, stay tuned on the social media accounts.</p>
<p class="icon-md" style="opacity: 0.65"><a href="#how-to-enter"><i class="icon-arrow-down"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="how-to-enter" class="spaced">
<header>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center">
<h4 class="bottom-separator-center">WHAT YOU NEED TO KNOW</h4>
<h1><i class="icon-bubbles"></i> How to enter</h1>
<p>We’re working on our full site. In the meantime, you can head over to our<br> Google form and register <a href="https://docs.google.com/forms/d/e/1FAIpQLSeok5RKwldNJHXwClc-K2RwEA9Vff5MCxyoBKl4-ho7dnjToA/viewform" style="color: blue;"><u>here</u></a>.</p>
</div>
</div>
</header>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<hr>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-1">
<div class="item">
<h4>Will I get in?</h4>
<p>Coding Contest aims at providing a platform for students to test their coding stills in a competitive and an uplifting environment. Given the space issues, we cannot select everyone to participate. But anyways, if you took CS in grade 12th, your chances are good to get in. We’ll have three levels, easy, medium and hard. So, whatever your level be, you can give it a try as long as you “know the basics 🎶“.</p>
</div>
<div class="item">
<h4>Why should I participate?</h4>
<p>Exams are around the clock, and we understand that being a coder.. you need to burn that coding fuel. So, let’s sit down together for three hours and solve amazing problems. It’s not about whether you win or not, it’s about you and that you figure out the coding areas that you should work on to make yourself a better coder.</p>
</div>
<div class="item">
<h4>When is the last date to register?</h4>
<p>We'll accept registrations until 28th October and if you get in, we'll hit you up before the month ends.</p>
</div>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-0">
<div class="item">
<h4>Where will the Coding Contest take place?</h4>
<p>We’re trying to grab the LG Labs in MSIT building, so tentatively, that’s where the contest will take place.</p>
</div>
<div class="item">
<h4>Do I have to be a student of MSIT?</h4>
<p>Yes!! The Coding Contest is just a warm up for MSIT students to bring back the hackathons culture in the college. But don’t be upset, if you’re not a student of MSIT, HackMSIT v1.0 is gonna be lit.. stay tuned for it.</p>
</div>
<div class="item">
<h4>What can I win?</h4>
<p>Thanks to our wonderful sponsor Coding Blocks for providing us with exclusive discounts on tech. courses for the winners. But, of course, everyone will get amazing GitHub, CB, JetBrains stickers and swag. Also, a free license from JetBrains.. if you’re lucky!!.</p>
</div>
</div>
</div>
</section>
<section id="remember" class="text-center bg-accent spaced">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<img src="./img/jetbrains.png" alt="jetbrains" height="180" width="180">
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<img src="./img/cb.png" alt="coding blocks" height="180" width="180">
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<img src="./img/github.png" alt="coding blocks" height="180" width="180">
</div>
</div>
</div>
</div>
</section>
<!-- <section id="recent-submissions" class="spaced">
<header>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center">
<h4 class="bottom-separator-center text-uppercase">INSTAGRAM GALLERY</h4>
<h1><i class="icon-social-instagram"></i> Recent Submissions</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</header>
<br>
<div class="row no-gutter">
<div class="col-xs-12 col-sm-4"><img src="img/instagram1.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram2.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram3.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram4.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram5.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram6.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram7.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram8.jpg" alt="" class="img-responsive"></div>
<div class="col-xs-12 col-sm-4"><img src="img/instagram9.jpg" alt="" class="img-responsive"></div>
</div>
</section> -->
<section id="terms-and-conditions" class="spaced">
<header>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center">
<h4 class="bottom-separator-center" style="weight: 800px; color:#888787">CONTACT</h4>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center">
<div class="col-sm-4">
<p><b>ANKUSH SHUKLA</b></p>
<p><b>(8130126959)</b></p>
</div>
<div class="col-sm-4">
<p><b>ABHISHEK SANSANWAL</b></p>
<p><b>(8510035366)</b></p>
</div> <div class="col-sm-4">
<p><b>VAIBHAV BISHT</b></p>
<p><b>(8800698801)</b></p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 site-colophon">
<p>Write to us at: <u>hackmsitofficial@gmail.com</u></p>
</div>
</div>
</div>
</header>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-xs-12 site-colophon">
<p><span class="text-uppercase">Hack MSIT</span> 2018 · All rights reserved</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/way.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function(){
$('a[href^="#"]').on('click',function(e){
e.preventDefault();
console.log("click")
var target=this.hash;
var $target=$(target);
$('html,body').animate({
'scrollTop': $target.offset().top},1000,'swing',function(){
location.hash=target;
});
});
});
</script>
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42831663-6', 'auto');
ga('send', 'pageview');
</script> -->
</body>
</html>