forked from opencodeiiita/Collaborative-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
279 lines (229 loc) · 8.91 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Opencode'21</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<link rel="icon" type="image/png" href="img/favicon-opencode.ico">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.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">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<a href="#" id="scroll" style="display: none;"><span></span></a>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
</div>
</div>
<div class="container">
<div class="logo float-left">
<h1 class="text-light"><a href="#intro" class="scrollto"><span>OPENCODE'21</span></a></h1>
<!-- <a href="#header" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a> -->
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<!-- <li><a href="#services">Services</a></li> -->
<li><a href="#mentors">Mentors</a></li>
<li><a href="#participants">Participants</a></li>
<li><a href="#projects">Projects</a></li>
<!-- <li class="drop-down"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down"><a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 intro-img order-md-first order-first">
<img src="img/logo.png" alt="" class="img-fluid">
</div>
<div class="col-md-6 align-self-center intro-info order-md-first order-last">
<h3>30-days long Open Source fiesta by IIIT Allahabad</span></h3>
<div class="row justify-content-center align-self-center" >
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
CountDown Section
============================-->
<section class="countdownSection">
<div class="cd-container">
<h1>Opencode ends in:</h1>
<div id="countdown">
<ul id="countdown-time">
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li><span id="seconds"></span>Seconds</li>
</ul>
</div>
<div id="content" class="emoji">
<span>🎉</span>
<span>🎉</span>
<span>🎉</span>
</div>
</div>
</section><!-- #CountDown -->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/about-img.jpg" alt="">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h2>About Opencode</h2>
<p>OpenCode is a month of opensource where programmers, designers and innovators code, design, learn and build solutions that tackle real-world problems.</p>
<ul>
</ul>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!-- Mentors! -->
<h1 style="text-align: center;">Mentors</h1>
<div id="mentors"></div>
<!--==========================
Participants Section
============================-->
<section id="participants">
<h1 class="participantsHeading">Participants</h1>
<table class="pointsTable" id="pointsTable">
<thead>
<tr>
<th>Rank</th>
<th>Username</th>
<th>Points</th>
<th>Name</th>
</tr>
</thead>
<tbody id="participantsList"></tbody>
</table>
<div class="pagination">
<div class="page" id="prev">Previous Page</div>
<div class="current" id="current">1</div>
<div class="page" id="next">Next Page</div>
</div>
</section>
<!-- #Participants -->
<!--==========================
Projects Section
============================-->
<section id="projects">
<h1>Projects</h1>
<div id="projectCardsContainer"></div>
</section>
<!-- #Projects -->
</main>
<!--==========================
Footer
============================-->
<div class="footer">
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4">
<img src="img/iita_logo.png" alt="" height="80" width="80" >
<img src="img/geekhaven.png" alt="" height="80" width="80" >
</div>
<br>
<div class="col-lg-4 col-centered">
<p style="text-align: center;">
<br>
<a class="mx-2" href="https://www.facebook.com/opencodeiiita/"><i class="fab fa-facebook fa-2x"></i> </a>
<a class="mx-2" href="https://twitter.com/geekhaveniiita"><i class="fab fa-twitter fa-2x"></i> </a>
<a class="mx-2" href="https://github.com/opencodeiiita"><i class="fab fa-github fa-2x"></i> </a>
</p>
</div>
<div class="col-lg-4 ">
<img src="img/oc.png" alt="Whoa" style="padding-top:10px" align="right" height="80" width="80">
</div>
</div>
</div>
</div>
<div class="container">
<div class="text-center p-2">
© Copyright <strong>OC</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
</div>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.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>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<!-- Pagination Javascript File -->
<script src="js/pagination.js"></script>
<!-- Mentors Javascript File -->
<script src="js/mentors.js"></script>
<!-- Projects Javascript File -->
<script src="js/projects.js"></script>
</body>
</html>