forked from opencodeiiita/Collaborative-Web-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (43 loc) · 1.67 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
<!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"></div>
<!-- Hero Section ends-->
<!-- timer sections starts-->
<div id="timer"></div>
<!-- timer sections ends-->
<!-- about section starts -->
<div id="about-section"></div>
<!-- about section ends -->
<!-- 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"></footer>
<!-- Footer ends-->
<!-- script files -->
</body>
</html>