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: _data/contributors.csv
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@ sn,name,github,email,info,picture
2
2
1,Deepak Raj,codeperfectplus,[email protected],Hello-world. I am Skilled in Data Science Machine Learning Deep Learning As Well As Web Development Knowledge Strong professional with a Master's Diploma in Data Science.,deepakraj
4,Priyanshu Singh,reveurguy, [email protected], Hi-there. I am a Web Development enthusiast. I am eager to learn new things. I have intermediate knowledge of CSS and HTML and basic-intermediate knowledge of Javascript. I love to use CSS and Javascript libraries to make sites look visually attractive. You can view more of my works and contributions on my github account. Happy Coding </>😉,priyanshusingh
5
+
4,Priyanshu Singh,reveurguy, [email protected], Hi-there. I am a Web Development enthusiast. I am eager to learn new things. I have intermediate knowledge of CSS and HTML and basic-intermediate knowledge of Javascript. I love to use CSS and Javascript libraries to make sites look visually attractive. You can view more of my works and contributions on my github account. Happy Coding </>😉,priyanshusingh
Copy file name to clipboardExpand all lines: index.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
title : Home
4
4
active : home
5
5
---
6
-
<marqueebehavior="scroll" direction="left" bgcolor="white">The site is under development, so please mind the messyness. Thank You. </marquee>
6
+
7
7
<divclass="container">
8
+
<marqueebehavior="scroll" direction="left" bgcolor="white" class="p-1 my-2 bdrRadius">The site is under development, so please mind the messyness. Thank You. </marquee>
8
9
<divclass="jumbotron text-dark text-center">
9
10
<h1><strong>Welcome to PyContributors</strong></h1>
10
11
<p>A open Source community for Machine Learning and Artificial intelligence.</p>
Copy file name to clipboardExpand all lines: join-us/index.html
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,28 @@
3
3
title : Join Us
4
4
active : join-us
5
5
---
6
+
<h1>What is Py_contributors ?</h1>
7
+
<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>
6
8
7
-
<divclass="blurb">
8
-
<h1class="text-center text-white">We are Open-Source Contributors</h1><hr>
9
-
<h4class="text-center text-white">We are all very different. We were born in different cities, at different times,
10
-
we love different music, food, movies. But we have something that unites us all.</h4>
<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>
12
+
13
+
<p>There are several reasons to contribute to OSS (open-source software) : </p>
14
+
15
+
<p>🔵 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.</p>
16
+
17
+
<p>🔵 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.</p>
18
+
19
+
<p>🔵 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.</p>
20
+
21
+
<h2>How to Participate ?</h2>
22
+
23
+
<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>
24
+
25
+
<h3>Resources to Learn about Opensource : </h3>
26
+
27
+
<p>🔵 <ahref="https://www.dataschool.io/how-to-contribute-on-github/">How to Contribute on Github</a></p>
28
+
<p>🔵 <ahref="https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source">Introduction to Opensource</a></p>
0 commit comments