Skip to content

Commit ca71fe8

Browse files
updating contributors page and data (#80)
* Recreating site for 2022 * updating main page projects images * removing cache * uploading image from other source * adding page for commuity members * updating members page * script added for auto update the members data * adding script to scrap data Signed-off-by: Deepak Raj <[email protected]> * moving to folder * updating site * updating post title * code refactoring * fixing code error Signed-off-by: Deepak Raj <[email protected]>
1 parent 8b41b00 commit ca71fe8

16 files changed

+103
-42
lines changed

.github/workflows/crontab.yaml

Whitespace-only changes.

_data/contributors.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,37 @@
77
"info": "Dedicated, passionate, and competent for new technology with experience in Python, Machine learning, Deep learning and Computer vision. Capable of thinking out-of-the-box to create seamless, exciting products for the target audience. Excellent analytical thinking and written/verbal communication skills",
88
"is_profile": true,
99
"picture": "deepakraj.jpg"
10+
},
11+
{
12+
"sn": 2,
13+
"name": "Shubham Pawar",
14+
"github": "shubham5351",
15+
"email": "[email protected]",
16+
"info": "I'm an Data Science Enthusiast with intrest in Machine Learning. Intrested in contributing to open source projects. Skilled in Python Data Science, Machine Learning and Web Development.",
17+
"picture": "shubhampawar.png"
18+
},
19+
{
20+
"sn": 3,
21+
"name": "Priyanshu Singh",
22+
"github": "reveurguy",
23+
"email": "[email protected]",
24+
"info": "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 </>😉",
25+
"picture": "priyanshusingh.png"
26+
},
27+
{
28+
"sn": 4,
29+
"name": "Shivam Yadav",
30+
"github": "expresshermes",
31+
"email": "[email protected]",
32+
"info":" Hey! I am a full stack developer with proficiency in Django. I am also an open-source enthusiast. I am skilled in Python, C++, HTML/CSS, Javascript, MongoDB, and SQL. Check out my Github for more info."
33+
},
34+
{
35+
"sn":5,
36+
"name":"Ayush Modi",
37+
"github":"hot9cups",
38+
"email":"[email protected]",
39+
"info":"I'm an Engineering undergrad majoring in IT. Can program in Python, Java and GoLang . Deep Learning enthusiast, love PyTorch but can work with Tensorflow too.",
40+
"picture":"ayushmodi.png"
1041
}
42+
1143
]

_data/members.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"login": "1610ayush",
4444
"location": null,
4545
"bio": null,
46-
4746
"avatar": "https://avatars.githubusercontent.com/u/67241639?v=4"
4847
},
4948
{

_data/projects.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"github_url": "https://github.com/Py-Contributors/site-cloner",
3838
"project_tags": "python, website, cloner",
3939
"pypi_name": "site-cloner",
40-
"pypi_url": "https://pypi.org/project/site-cloner/"
40+
"pypi_url": "https://pypi.org/project/site-cloner/",
41+
"project_image": "https://images.pexels.com/photos/251225/pexels-photo-251225.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
4142
},
4243
{
4344
"project_name": "Stock-Dashboard",

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="float-left ml-5">
1414
<span>Made With <i class="fas fa-heart fa-2x animate__animated animate__pulse animate__infinite" style="color: crimson;" aria-hidden="true"></i></span>
1515
<!-- Copyright -->
16-
<div class="pb-3 text-dark">© 2020 Copyright:
16+
<div class="pb-3 text-dark">© 2020 MIT Licence:
1717
<a class="text-dark" href="https://github.com/py-contributors">PyContributors</a>
1818
</div>
1919
</div>

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
3838
<li class=""><a class="" href="/developers/index.html" data-after="Developers">Developers</a></li>
3939
{% endif %}
4040
{% if page.active == "community" %}
41-
<li class=" active"><a class="" href="/community/index.html" data-after="Developers">community</a></li>
41+
<li class=" active"><a class="" href="/community/index.html" data-after="Community">community</a></li>
4242
{% else %}
43-
<li class=""><a class="" href="/community/index.html" data-after="Developers">community</a></li>
43+
<li class=""><a class="" href="/community/index.html" data-after="Community">community</a></li>
4444
{% endif %}
4545
</ul>
4646
</div>

_layouts/blog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
{% include navbar.html %}
4747
<div class="container mt-3 bg-white py-3 pMd px-4 bdrRadius">
4848
<!-- Page content here -->
49-
{{ content }}
50-
</div><!-- /.container -->
49+
{{ content }}
50+
</div>
5151
{% include footer.html %}
5252
<!-- Bootstrap script-->
5353
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>

_posts/2020-09-19-How-to-Participate-in-Hacktoberfest-2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title : How to Participate in HacktoberFest 2020
44
descriptions : Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code.
55
date : 2020-10-01
66
author : Deepak Raj
7-
image : https://uno-website-assets.s3.amazonaws.com/wp-content/uploads/2022/09/28094927/Uno_HackFest22_Hero_V1-1024x395.jpg
7+
image : https://py-contributors.github.io/assets/img/updates/hacktoberfest2020.png
88
---
99
# Hacktoberfest-2020
1010

_posts/2022-10-01-How-to-Participate-in-Hacktoberfest-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title : Hacktoberfest 2022 Is Here
44
descriptions : Whether you are a seasoned open source professional, an enthusiastic community contributor, or dipping your toes in for the very first time, there is an opportunity to participate in Hacktoberfest.
55
date : 2022-10-01
66
author : Deepak Raj
7-
image : https://py-contributors.github.io/assets/img/updates/hacktoberfest2020.png
7+
image : https://uno-website-assets.s3.amazonaws.com/wp-content/uploads/2022/09/28094927/Uno_HackFest22_Hero_V1-1024x395.jpg
88
---
99
Whether you are a seasoned open source professional, an enthusiastic community contributor, or dipping your toes in for the very first time, there is an opportunity to participate in Hacktoberfest.
1010

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout : blog
3+
title : Upcoming Python Workshop
4+
descriptions :
5+
date : 2022-10-24
6+
author : Deepak Raj
7+
image : https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Python_logo_and_wordmark.svg/2560px-Python_logo_and_wordmark.svg.png
8+
---
9+
<div class="jumbotron text-light text-center p-4">
10+
<h1><strong>Upcoming Python Workshop</strong></h1>
11+
</div>
12+
13+
<div class="text-center">
14+
<h3>sponsored by <a href="mailto:[email protected]">Connect for sponsorship</a></h3>
15+
<p>Py-contributors is arranging live workshops for python. Please share your feedback for the arrangements. It will be really helpful.</p>
16+
<p> Number of seats are limited. So, please register as soon as possible.</p>
17+
<p> Number of Days: <strong>2</strong></p>
18+
<p> Date: <strong>Will be announced soon</strong></p>
19+
<p> Venue: <strong>Online</strong></p>
20+
<p> Registration Fee: <strong>0 INR</strong></p>
21+
<p><a class="btn btn-primary" href="https://forms.gle/vBpKU6w2JKtVHhbFA">Register Here</a></p>
22+
<p><a class="btn btn-primary" href="https://discord.gg/stvNNXut">Join Community on Discord</a></p>
23+
<p><a class="btn btn-primary" href="https://t.me/hacktober2022">Join Community on Telegram</a></p>
24+
</div>

0 commit comments

Comments
 (0)