You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: join-us/index.html
+49-23Lines changed: 49 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -7,42 +7,68 @@
7
7
---
8
8
<style>
9
9
body {
10
-
font-family: Verdana, sans-serif !important;
11
-
font-weight:300;
12
-
}
13
-
.logo{
14
-
height:25px;
15
-
weight:25px;
16
-
}
10
+
font-family: Verdana, sans-serif !important;
11
+
font-weight:300;
12
+
}
13
+
14
+
.logo {
15
+
height:25px;
16
+
weight:25px;
17
+
}
17
18
</style>
18
-
<h1>What is Py-Contributors ?</h1><hr>
19
-
<p>Py-Contributors is an open-source community for Python, Machine learning, Web Development and Data Science. Most of us are students and are continuously learning from each other's experiences.</p>
19
+
<h1>What is Py-Contributors ?</h1>
20
+
<hr>
21
+
<p>Py-Contributors is an open-source community for Python, Machine learning, Web Development and Data Science. Most of
22
+
us are students and are continuously learning from each other's experiences.</p>
20
23
21
-
<h1>Why Contribute to Open-Source ?</h1><hr>
24
+
<h1>Why Contribute to Open-Source ?</h1>
25
+
<hr>
22
26
23
-
<p>Open source projects bring many benefits to those who participate in them, and such experience is great for your CV and greater for your knowledge and skills. By joining a community of like-minded people and polishing up your skills, you can give yourself a step up as an aspiring developer.</p>
27
+
<p>Open source projects bring many benefits to those who participate in them, and such experience is great for your CV
28
+
and greater for your knowledge and skills. By joining a community of like-minded people and polishing up your skills,
29
+
you can give yourself a step up as an aspiring developer.</p>
24
30
25
31
<p>There are several reasons to contribute to OSS (open-source software) : </p>
26
32
27
33
<ulclass="list-group">
28
-
<liclass="list-group-item">First, there are a lot of enthusiasts who simply believe that code should be open. They're idealists who want to make the world a better place, and it drives them to contribute code. The desire to share can be a powerful motivator.</li>
29
-
<liclass="list-group-item">Second, OSS gives you a great start. Beginners might start by fixing minor things, such as a bug in a library, sending a pull request, or even writing a piece of documentation. However, beginner developers can also learn to write so-called "clean code" – code that is readable and maintainable – while contributing to open source projects.</li>
30
-
<liclass="list-group-item">Third, you get the chance to be part of an active open source community where you can meet like-minded people and supporters. Moreover, if you're a freelancer and actively contribute to open source projects, you increase your chances of being noticed by potential employers.</li>
34
+
<liclass="list-group-item">First, there are a lot of enthusiasts who simply believe that code should be open. They're
35
+
idealists who want to make the world a better place, and it drives them to contribute code. The desire to share can
36
+
be a powerful motivator.</li>
37
+
<liclass="list-group-item">Second, OSS gives you a great start. Beginners might start by fixing minor things, such as
38
+
a bug in a library, sending a pull request, or even writing a piece of documentation. However, beginner developers
39
+
can also learn to write so-called "clean code" – code that is readable and maintainable – while contributing to open
40
+
source projects.</li>
41
+
<liclass="list-group-item">Third, you get the chance to be part of an active open source community where you can meet
42
+
like-minded people and supporters. Moreover, if you're a freelancer and actively contribute to open source projects,
43
+
you increase your chances of being noticed by potential employers.</li>
31
44
</ul>
32
45
33
-
<h2>How to Participate ?</h2><hr>
46
+
<h2>How to Participate ?</h2>
47
+
<hr>
34
48
35
-
<p>You can find many projects, you are free to participate on GitHub – a developer-oriented platform with a simple but essential set of functionality. You can contribute to free software in many ways. Developers can fork projects, make changes to code, and send pull requests. And quality assurance is always appreciated. Sometimes developers are too busy or too lazy to check the quality of their code. So go ahead and report a bug or try to fix it – your help is appreciated.</p>
49
+
<p>You can find many projects, you are free to participate on GitHub – a developer-oriented platform with a simple but
50
+
essential set of functionality. You can contribute to free software in many ways. Developers can fork projects, make
51
+
changes to code, and send pull requests. And quality assurance is always appreciated. Sometimes developers are too
52
+
busy or too lazy to check the quality of their code. So go ahead and report a bug or try to fix it – your help is
0 commit comments