-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 1.01 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Student Resource Hub – Open Source</title>
</head>
<body>
<h1>Student Resource Hub 🇳🇵</h1>
<p>A beginner-friendly open source project for students in Nepal.</p>
<p>I just committed - prashim</p>
<hr />
<h2>📚 Learning Resources</h2>
<ul>
<li>
<a href="https://www.freecodecamp.org">freeCodeCamp</a> – Free coding
lessons
</li>
<li>
<a href="https://www.khanacademy.org">Khan Academy</a> – Free courses on
various subjects
</li>
</ul>
<h2>🐧 Linux & Open Source</h2>
<ul>
<li>Ubuntu Documentation</li>
<li>GitHub Open Source Guides</li>
</ul>
<h2>🎓 Scholarships & Opportunities</h2>
<ul>
<li>To be added</li>
</ul>
<h2>🤝 Communities</h2>
<ul>
<li>To be added</li>
</ul>
<footer>
<p>Made with ❤️ by open source contributors</p>
</footer>
</body>
</html>