-
Notifications
You must be signed in to change notification settings - Fork 105
/
index.html
299 lines (285 loc) · 11.1 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="OpenCode is a 30-day long open-source festival that aggregates various open-source sessions on top of the exciting projects being built by the participants. Hosted on Github by IIITA students, Opencode organizers will be maintaining and mentoring numerous repositories with projects from a wide range of fields. Join us and discover the endless possibilities of code!"
/>
<meta
name="keywords"
content="coding, programming, open source, collaborative, learning, opencode, development, developer, software, project, community, IIITA, Google Summer of Code, GSoc"
/>
<meta name="author" content="OpenCode Team" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/index.css" />
<title>OpenCode</title>
<link rel="stylesheet" href="css/project.css" />
<link rel="stylesheet" href="css/events.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/hero-section.css" />
<link rel="stylesheet" href="css/about-section.css" />
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/>
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="css/leaderboard.css" />
<link rel="stylesheet" href="css/organizers.css" />
<link rel="stylesheet" href="css/speakers.css" />
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Kalnia:wght@700&family=Kufam:wght@500&family=Libre+Franklin:ital,wght@1,600&family=Playfair+Display:wght@700&family=Poppins:wght@200&family=Raleway:wght@900&family=Roboto:wght@300&family=Source+Sans+3:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@300&family=Kalnia:wght@700&family=Kufam:wght@400;500&family=Libre+Franklin:ital,wght@1,600&family=Playfair+Display:wght@700&family=Poppins:wght@200&family=Raleway:wght@900&family=Roboto:wght@300&family=Source+Sans+3:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="images/favicon.svg" type="image/x-icon" />
<link rel="stylesheet" href="css/mentors.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@300&family=Kalnia:wght@700&family=Kufam:wght@400;500&family=Libre+Franklin:ital,wght@1,600&family=Playfair+Display:wght@700&family=Poppins:wght@200&family=Raleway:wght@900&family=Roboto:wght@300&family=Source+Sans+3:wght@300&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/a886bd1972.js"
crossorigin="anonymous"
></script>
<script src="js/timer.js" defer></script>
<script src="js/navbar.js" defer></script>
<script src="js/projects.js" defer></script>
<script src="js/organizers.js" defer></script>
<script src="js/speakers.js" defer></script>
<script src="js/events.js" defer></script>
<script src="js/background.js" defer></script>
<script src="js/leaderboard.js" defer></script>
<script src="js/mentors.js" defer></script>
</head>
<body>
<div class="background">
<div id="tiles" class="tile"></div>
</div>
<!-- Navbar Section -->
<nav class="navbar">
<div class="eventname">
<p>OPENCODE’23</p>
</div>
<div class="navigationbar">
<input type="checkbox" id="menu-toggle" class="toggle" />
<label for="menu-toggle" class="hamburger"></label>
<ul class="menu">
<li><a href="#hero-section">HOME</a></li>
<li><a href="#about-section">ABOUT US</a></li>
<li><a href="#leaderboard">LEADERBOARD</a></li>
<li><a href="#projects">PROJECTS</a></li>
<li><a href="#organizers">ORGANIZERS</a></li>
<li><a href="#speakers">SPEAKERS</a></li>
<li><a href="#events">EVENTS</a></li>
<li><a href="#mentors">MENTORS</a></li>
<li><a href="#footer">CONTACT US</a></li>
</ul>
</div>
</nav>
<!-- Navbar Section ends-->
<!-- Hero Section -->
<section id="hero-section">
<div class="logo">
<img src="images/Vector 1.png" alt="Your Logo" />
</div>
<div class="content">
<h1>30-days long Open Source fiesta by IIIT Allahabad </h1>
<a href="https://opencodeiiita.github.io/">
<button>Get Started</button>
</a>
</div>
</section>
<button id="moveToTop">
<img src="./images/top.png" id="imageArrow" />
</button>
<!-- Hero Section ends-->
<!-- about section starts -->
<section id="about-section">
<div class="content">
<h1>About us</h1>
<h3>
Opencode is a transformative month-long program commencing each
December, designed to ignite students' exploration into the dynamic
realm of open source. Fueled by a passion for learning, the only
prerequisite for participation is an enthusiastic heart. Our mission
is to empower individuals with the tools and knowledge needed to
contribute meaningfully to the open-source landscape. Join us in
cultivating a culture of shared learning and limitless possibilities.
🚀
</h3>
<button>Learn More</button>
</div>
<div class="logo">
<img src="images/aboutus-logo.png" alt="Your Logo" />
<div id="timer">
<div class="timer-section">
<div class="timer-full">
<div class="timer-box">0</div>
<div class="timer-box">0</div>
</div>
<h3 class="text">Days</h3>
</div>
<div class="timer-section">
<div class="timer-full">
<div class="timer-box">0</div>
<div class="timer-box">0</div>
</div>
<h3 class="text">Hours</h3>
</div>
<div class="timer-section">
<div class="timer-full">
<div class="timer-box">0</div>
<div class="timer-box">0</div>
</div>
<h3 class="text">Minutes</h3>
</div>
<div class="timer-section">
<div class="timer-full">
<div class="timer-box">0</div>
<div class="timer-box">0</div>
</div>
<h3 class="text">Seconds</h3>
</div>
</div>
</div>
</section>
<!-- top scorers starts here-->
<section id="leaderboard">
<div id="leader-content">
<h1>TOP CONTRIBUTORS</h1>
</div>
<div id="leadercontainer"></div>
</section>
<!-- top scorers section ends-->
<!-- project section starts-->
<section id="projects">
<div id="project-div">
<h1>PROJECTS</h1>
</div>
<div id="project-wrapper"></div>
<div class="show-more-button-container">
<div class="show-more-button" id="projects-show-more">
<p>Show More</p>
</div>
</div>
</section>
<!-- project section ends-->
<!-- Organizers section starts -->
<section id="organizers">
<div id="organizers-content">
<h1>Organizers</h1>
</div>
<div id="organizers-container"></div>
<div class="show-more-button-container">
<div class="show-more-button" id="organizers-show-more">
<p>Show More</p>
</div>
</div>
</section>
<!-- Organizers section end -->
<!-- Speaker section starts -->
<section id="speakers">
<div id="speakers-content">
<h1>Speakers</h1>
</div>
<div id="speakers-container"></div>
<!-- <div class="show-more-button no-display" id="organizers-show-more"></div> -->
<div class="show-more-button-container">
<div class="show-more-button" id="speakers-show-more">
<p>Show More</p>
</div>
</div>
</section>
<!-- Speaker section ends -->
<!-- Events section starts -->
<section id="events">
<div id="events-div">
<h1>EVENTS</h1>
</div>
<div id="events-wrapper"></div>
</section>
<!-- Events section ends -->
<!-- Scroll to top button -->
<!-- mentor section starts-->
<section id="mentors">
<div id="mentor-content">
<h1>MENTORS</h1>
<p>Your expert roadmap: Meet the mentors who will guide your journey</p>
</div>
<div id="container"></div>
<div class="show-more-button-container">
<div class="show-more-button" id="mentors-show-more">
<p>Show More</p>
</div>
</div>
</section>
<!-- mentor section ends-->
<!-- Footer starts-->
<footer id="footer">
<div class="container">
<!-- <div class="row"> -->
<div class="footer-col">
<div class="logo">
<img src="images/Opencode.png" />
<h5 class="Opencode">Opencode</h5>
<p style="color: #fff; font-size: 0.7rem">Code of Conduct</p>
</div>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Past Projects</a></li>
<li><a href="#">Testimonals</a></li>
<li><a href="#">Sponsers</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://github.com/opencodeiiita"
><i class="fab fa-github"></i
></a>
<a href="https://discord.com/invite/7hRZXaHCgC"
><i class="fab fa-discord"></i
></a>
<!-- <a href="https://www.facebook.com/geekhaveniiita"><i class="fab fa-facebook"></i></a -->
<a href="https://www.instagram.com/geekhaven_iiita/"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.linkedin.com/posts/geekhaven-iiita_opensource-opencode-technology-activity-7008145133514682368-34bu/?originalSubdomain=in"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
<!-- </div> -->
</div>
<!-- </footer>
<div class="bottom">
<p>© 2023 OpenCode •Team Geekhaven. All rights reserved.</p>
</div> -->
<p class="copyright">© 2023 OpenCode. All rights reserved.</p>
</footer>
<!-- Footer ends-->
<!-- script files -->
<script src="js/index.js"></script>
</body>
</html>