Skip to content

Commit 00ea769

Browse files
authored
Merge pull request #64 from reveurguy/master
some changes and added join-us
2 parents 06d11ed + d14232f commit 00ea769

File tree

5 files changed

+37
-32
lines changed

5 files changed

+37
-32
lines changed

_data/contributors.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sn,name,github,email,info,picture
22
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
33
2,Shubham Pawar,shubham5351,[email protected],,sample
44
3,Deepak Kumar,dkpcs92,[email protected],,sample
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
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

assets/css/main.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' fill-o
257257
top: 50%;
258258
left: 50%;
259259
transform: translate(-50%, -50%) scale(0);
260-
color: rgba(240, 248, 255, 0.05);
261-
font-size: 9rem;
260+
color: rgba(0, 0, 0, 0.1);
261+
font-size: 8rem;
262262
letter-spacing: 50px;
263263
z-index: -1;
264264
transition: .3s ease letter-spacing;
@@ -268,7 +268,7 @@ background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' fill-o
268268
letter-spacing: initial;
269269
}
270270
#header .nav-list ul li:hover a {
271-
color: crimson;
271+
color: midnightblue;
272272
}
273273
.hamburger {
274274
z-index: 100;
@@ -326,10 +326,14 @@ background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' fill-o
326326
}
327327
.pMd
328328
{
329-
margin-top: 10%;
329+
margin-top: 10% !important;
330330
}
331331
.cross
332332
{
333333
background-color: #75dddc;
334334
border-color: #75dddc;
335+
}
336+
.ml-7
337+
{
338+
margin-left:25rem;
335339
}

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
title : Home
44
active : home
55
---
6-
<marquee behavior="scroll" direction="left" bgcolor="white">The site is under development, so please mind the messyness. Thank You. </marquee>
6+
77
<div class="container">
8+
<marquee behavior="scroll" direction="left" bgcolor="white" class="p-1 my-2 bdrRadius">The site is under development, so please mind the messyness. Thank You. </marquee>
89
<div class="jumbotron text-dark text-center">
910
<h1><strong>Welcome to PyContributors</strong></h1>
1011
<p>A open Source community for Machine Learning and Artificial intelligence.</p>

join-us/index.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
title : Join Us
44
active : join-us
55
---
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>
68

7-
<div class="blurb">
8-
<h1 class="text-center text-white">We are Open-Source Contributors</h1><hr>
9-
<h4 class="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>
11-
</div>
12-
13-
<table class="table table-hover text-white">
14-
<thead>
15-
<tr>
16-
<th scope="col">Name</th>
17-
<th scope="col">Email</th>
18-
<th>Github</th>
19-
</tr>
20-
</thead>
21-
{% for member in site.data.contributors %}
22-
<tbody>
23-
<tr class="table-light">
24-
<td class="text-dark">{{member.name}}</td>
25-
<td class="text-dark">{{member.email}}</td>
26-
<td><a href="https://github.com/{{member.github}}">{{member.github}}</a></td>
27-
</tr>
28-
</tbody>
29-
{% endfor %}
30-
</table>
9+
<h1>Why to Contribute to open-source ?</h1>
10+
11+
<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>🔵 <a href="https://www.dataschool.io/how-to-contribute-on-github/">How to Contribute on Github</a></p>
28+
<p>🔵 <a href="https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source">Introduction to Opensource</a></p>
29+
30+
<div class="ml-7"><h2><i class="fas fa-code mr-2"></i>Happy Coding<i class="fas fa-code ml-2"></i></h2> </div>

updates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1><strong>Updates from PyContributors</strong></h1>
1010

1111
<div class="row mb-5">
1212
<div class="col-md-7">
13-
<div class="bg-white text-dark text-center bdrRadius">
13+
<div class="bg-white text-dark text-center bdrRadius shadow-lg">
1414
<h2 class="bg-dark p-2 text-white txet-center">Open-Source Contribution</h2>
1515
<div class="card-body">
1616
<p class="p-1">Hacktoberfest is a monthlong celebration of open source software brought to you by DigitalOcean, Intel, and DEV.
@@ -24,7 +24,7 @@ <h2 class="bg-dark p-2 text-white txet-center">Open-Source Contribution</h2>
2424
</div>
2525

2626
<div class="col-md-5">
27-
<div class="text-center bdrRadius">
27+
<div class="text-center bdrRadius shadow-lg">
2828
<div class="card-header bg-dark text-white p-2">
2929
<h3 class="mb-0">Notifications</h3>
3030
</div>

0 commit comments

Comments
 (0)