-
Notifications
You must be signed in to change notification settings - Fork 60
/
open.html
87 lines (76 loc) · 5.1 KB
/
open.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="assests/openStyle.css">
<title>Open Source and Fellowship</title>
</head>
<body>
<!---=====Navbar======-->
<section class="nav justify-content-end ">
<li class="nav-item">
<a class="nav-link" href="https://github.com/Satakshijain/CodingHustlers">Contribute</a>
</li>
</section>
<!---=====Section-1(CP)======-->
<div class="container-sm-fluid">
<div class="row">
<div class="col-4 third">
<div class="title">
<h1>Open Source & fellowship</a></h1>
<h2 class="title_text"> <i> "It’s not a bug – it’s an undocumented feature." </i> <br> –
(Anonymous)
</h2>
</div>
</div>
<div class="col-6 ">
<div class="info">
<div class="media">
<img class="align-self-center mr-3" src=""
alt="">
<div class="media-body">
<h2 class="info__title">Open Source </h2>
<p class="info__text">
Before diving into open source, it's important to understand Git and GitHub.
These are essential tools that help you establish your presence and contribute effectively to the open source community.
There are several beginner-friendly repositories on GitHub that offer a great way to gain hands-on experience on <b> "How one can contribute to open Source projects" </b>
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href="https://github.com/MunGell/awesome-for-beginners#c-2" target="_blank">Awesome-for-Beginners</a> </li>
<li class="list-group-item"> <a href="http://github.com/Homebrew/brew" target="_blank"> Homebrew</a></li>
<li class="list-group-item"> <a href="https://github.com/TheAlgorithms" target="_blank">The Algorithm</a> </li>
<li class="list-group-item"> <a href="http://github.com/30-seconds" target="_blank">30-seconds</a> </li>
<li class="list-group-item"><a href="http://github.com/showcases/great-for-new-contributors?s=language" target="_blank"> Great for new Contibutors</a> </li>
</ul>
</div>
<!------>
<div class="media-body">
<h2 class="info__title">Fellowships </h2>
<p class="info__text">
After learning about how you can contribute, it's time to gain practical experience by collaborating with experts.
Here are some programs and fellowships that offer valuable experience, a stipend to appreciate your work, and the opportunity to showcase your skills.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href=" https://www.outreachy.org/" target="_blank">Outreachy</a> </li>
<li class="list-group-item"> <a href="https://summerofcode.withgoogle.com/" target="_blank">Google Summer of Code</a> </li>
<li class=" list-group-item"><a href ="hacktoberfest.com" target ="_blank">Hacktoberfest </a></li>
<li class=" list-group-item"><a href ="https://developers.google.com/season-of-docs" target ="_blank">Google Season of Docs (GSoD)</a></li>
<li class=" list-group-item"><a href ="https://training.linuxfoundation.org/training/hyperledger-fabric-for-developers-lfd272/" target ="_blank"> Hyperledger Mentorship Program</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
</body>
</html>