-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUntitled-1.html
More file actions
47 lines (38 loc) 路 1.27 KB
/
Copy pathUntitled-1.html
File metadata and controls
47 lines (38 loc) 路 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>Open Source Competitions Hub</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>馃實 Open Source Competitions</h1>
<p>Explore, Contribute, Grow 馃殌</p>
</header>
<section class="cards">
<div class="card">
<h2>Google Summer of Code (GSoC)</h2>
<p>Global program where students contribute to open-source projects under mentorship.</p>
<span>Duration: 12+ weeks</span>
</div>
<div class="card">
<h2>GirlScript Summer of Code (GSSoC)</h2>
<p>Indian open-source program encouraging students to contribute to real projects.</p>
<span>Duration: 3 months</span>
</div>
<div class="card">
<h2>Hacktoberfest</h2>
<p>Month-long open-source celebration encouraging contributions via GitHub.</p>
<span>Duration: October</span>
</div>
<div class="card">
<h2>MLH Fellowship</h2>
<p>Remote open-source fellowship for developers worldwide.</p>
<span>Duration: 12 weeks</span>
</div>
</section>
<footer>
<p>Made with 鉂わ笍 for Open Source Learners</p>
</footer>
</body>
</html>