forked from opencodeiiita/Collaborative-Web-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (52 loc) · 2.16 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
<!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" />
<title>OpenCode</title>
</head>
<body>
<!-- Hero Section -->
<div id="hero-section">
<h1>Welcome to OpenCode!</h1>
<p>Join us for a 30-day open-source festival celebrating the endless possibilities of code.</p>
</div>
<!-- Hero Section ends-->
<!-- timer sections starts-->
<div id="timer"></div>
<!-- timer sections ends-->
<!-- about section starts -->
<div id="about-section"></div>
<div id="about-section">
<h2>About OpenCode</h2>
<p>OpenCode is a month long open source program organised by GeekHaven IIIT Allahabad.
OpenCode attracts talent from all over the world. People contribute to various open source projects.
We welcome everyone to experience the awesome event and win exciting prizes .</p>
<!-- mentor section starts-->
<section id="mentors"></section>
<!-- mentor section ends-->
<!-- top scorers starts here-->
<section id="leaderboard"></section>
<!-- top scorers section ends-->
<!-- project section starts-->
<section id="projects"></section>
<!-- project section ends-->
<!-- Scroll to top button -->
<!-- Footer starts-->
<footer id="footer">
<p>© 2023 OpenCode. All rights reserved.</p>
</footer>
<!-- Footer ends-->
<!-- script files -->
</body>
</html>