Skip to content

Commit e208bbe

Browse files
changed path style
1 parent be4f236 commit e208bbe

File tree

6 files changed

+94
-87
lines changed

6 files changed

+94
-87
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
I"�{"source"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io", "destination"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-sitemap", "jekyll-paginate"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/updates/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "paginate"=>1, "url"=>"http://localhost:4000", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
1+
I"{"source"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io", "destination"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-sitemap", "jekyll-paginate"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/updates/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "paginate"=>1, "url"=>"http://localhost:4000", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
I"� <h1 id="hacktoberfest-2020">Hacktoberfest-2020</h1>
2+
3+
<p>Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code.</p>
4+
5+
<p>Register on the webiste and make 4 Pull Requests (PR’s) to win a T-shirt.</p>
6+
7+
<p><strong>Website</strong> - <a href="https://hacktoberfest.digitalocean.com/">https://hacktoberfest.digitalocean.com/</a></p>
8+
9+
<p><strong>Repository</strong> - <a href="https://github.com/Py-Contributors/Hacktoberfest-2020/">https://github.com/Py-Contributors/Hacktoberfest-2020/</a></p>
10+
11+
<h2 id="how-to-participate-">How to Participate ?</h2>
12+
13+
<ol>
14+
<li>
15+
<h3 id="fork-the-repo">Fork the Repo</h3>
16+
17+
<p>To start, Click on <strong>Fork</strong> button in the top-right corner. It will create a copy of repository in your account.</p>
18+
19+
<ul>
20+
<li>Check here <a href="https://docs.github.com/en/github/getting-started-with-github/fork-a-repo">How to Fork a repository.</a></li>
21+
</ul>
22+
</li>
23+
<li>
24+
<h3 id="clone-the-repository">Clone the Repository</h3>
25+
26+
<p>You can <strong>clone</strong> the repository in your local pc with use of <strong><a href="https://desktop.github.com/">Github-Desktop</a></strong> application or for your <a href="https://git-scm.com/downloads">Terminal/bash</a>.</p>
27+
</li>
28+
</ol>
29+
30+
<ul>
31+
<li><strong>For Terminal</strong> -
32+
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone &lt;url_name&gt;
33+
</code></pre></div> </div>
34+
35+
<ul>
36+
<li><a href="https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository">Cloning Repository</a></li>
37+
</ul>
38+
</li>
39+
</ul>
40+
41+
<ol>
42+
<li>
43+
<h3 id="upload-your-code-or-change">Upload Your Code or Change</h3>
44+
45+
<p>Make the changes you want to make in the repository. It can be spelling mistakes, code correction or anything.</p>
46+
47+
<p>You can also upload your program to respective folder. It can be anything “Hello world program”, “Rock Paper Scissors”.</p>
48+
49+
<p><strong>Note:- Please Upload your program with proper Documentation in it. So everyone can understand what your program is doing.</strong></p>
50+
</li>
51+
<li>
52+
<h3 id="push-it-and-make-a-pr">Push it and Make a PR</h3>
53+
54+
<p>Push it to your repository and make a PR in main repository.</p>
55+
56+
<ul>
57+
<li><a href="https://docs.github.com/en/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line">Push your first code</a></li>
58+
</ul>
59+
</li>
60+
</ol>
61+
62+
<p>Voila, You have Contributed to open-source 😋.</p>
63+
64+
<p>If you are stuck somewhere use Stackoverflow, Discord or simply Google it.</p>
65+
66+
<p><strong>And remember, everyone is a beginner when they start a new thing and they face a lot of issues. But keep trying and don’t give up, that’s what transforms a beginner into a pro 😄.</strong></p>
67+
68+
<h4 id="for-queries-mail-us-at">For queries mail us at:</h4>
69+
<ul>
70+
<li><a href="mailto:[email protected]">[email protected]</a></li>
71+
</ul>
72+
:ET

.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fa/fa6f3b18361574a3b828017f7fd79982d3872391d6eeb0080fc57aa963bfd8

Lines changed: 0 additions & 65 deletions
This file was deleted.

_includes/navbar.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<div class="nav-bar">
55
<div class="d-flex mx-auto">
66
<div class="brand">
7-
<h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py-Contributors</a></h3>
8-
</div>
7+
<h3 class="mainHeading"><a class="text-white" href="/"><img src="assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py-Contributors</a></h3>
8+
</div>
99
</div>
1010
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation"> -->
1111
<!-- <span class="navbar-toggler-icon"></span> -->
1212
<!-- </button> -->
13-
13+
1414
<!-- <div class="collapse navbar-collapse" id="navbarColor03"> -->
1515
<!-- <div class="container"> -->
1616
<!-- <div class="ml-auto mr-4"> -->
@@ -26,7 +26,7 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
2626
{% else %}
2727
<li class=""><a class="" href="/" data-after="Home">Home</a></li>
2828
{% endif %}
29-
29+
3030
{% if page.active == "join-us" %}
3131
<li class=" active"><a class="" href="/join-us/index.html" data-after="Join">Join Us</a></li>
3232
{% else %}
@@ -37,7 +37,7 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
3737
<!-- <div class="navbar-header brandShow">
3838
<a class="navbar-brand" href="/"><img src="/assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py Contributors</a>
3939
</div> -->
40-
40+
4141
<!-- <ul class="navbar-nav mr-auto ml-4"> -->
4242

4343
{% if page.active == "updates" %}
@@ -50,7 +50,7 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
5050
<li class=" active"><a class="" href="/developers/index.html" data-after="Developers">Developers</a></li>
5151
{% else %}
5252
<li class=""><a class="" href="/developers/index.html" data-after="Developers">Developers</a></li>
53-
{% endif %}
53+
{% endif %}
5454
</ul>
5555
</div>
5656
<!-- </div> -->
@@ -78,4 +78,4 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
7878
});
7979

8080

81-
</script>
81+
</script>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- Card -->
22
<div class="card mt-2 p-2">
3-
<h3 class="text-center"> <a href="{{ post.get_absolute_url }}">Hacktoberfest-2020</a></h3>
4-
<p class="text-dark text-center my-2">
3+
<h3 class="text-center"> <a href="{{ post.get_absolute_url }}">Hacktoberfest-2020</a></h3>
4+
<p class="text-dark text-center my-2">
55
<i class="fa fa-calendar"></i>15/09/2020
6-
<i class="fa fa-user mx-1"></i> <a href="https://github.com/codeperfectplus" target="_blank" >Deepak Raj</a>
6+
<i class="fa fa-user mx-1"></i> <a href="https://github.com/codeperfectplus" target="_blank" >Deepak Raj</a>
77
</p>
8-
<img class="img-fluid shadow" style="width: 100%;" src="/assets/img/project image/hacktoberfest.jpeg" alt="{{post.post_title}}">
9-
<div class="container mt-1">
8+
<img class="img-fluid shadow" style="width: 100%;" src="assets/img/project image/hacktoberfest.jpeg" alt="{{post.post_title}}">
9+
<div class="container mt-1">
1010
<p class="text-dark" style="font-size: 17px">Hacktoberfest is a month long virtual festival event to celebrate open source contributions.easiest way to get into open source!</p>
11-
<a href="http://github.com/py-contributors/hacktoberfest-2020/" class="btn btn-primary">Check On Github</a>
11+
<a href="http://github.com/py-contributors/hacktoberfest-2020/" class="btn btn-primary">Check On Github</a>
12+
</div>
1213
</div>
13-
</div>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- Card -->
22
<div class="card mt-2 p-2">
3-
<h3 class="text-center"> <a href="{{ post.get_absolute_url }}">Performance Prediction</a></h3>
4-
<p class="text-dark text-center my-2">
3+
<h3 class="text-center"> <a href="{{ post.get_absolute_url }}">Performance Prediction</a></h3>
4+
<p class="text-dark text-center my-2">
55
<i class="fa fa-calendar"></i> 18/09/2020
6-
<i class="fa fa-user mx-1"></i> <a href="https://github.com/shubham5351" target="_blank" >Shubham Pawar</a>
6+
<i class="fa fa-user mx-1"></i> <a href="https://github.com/shubham5351" target="_blank" >Shubham Pawar</a>
77
</p>
8-
<img class="img-fluid shadow" style="width: 100%;" src="/assets/img/project image/student_performance_prediction.jpg" alt="student_performance_prediction">
9-
<div class="container mt-1">
8+
<img class="img-fluid shadow" style="width: 100%;" src="assets/img/project image/student_performance_prediction.jpg" alt="student_performance_prediction">
9+
<div class="container mt-1">
1010
<p class="text-dark" style="font-size: 17px">Students’ Performance Prediction Web Application Using Machine Learning Approach</p>
11-
<a href="https://github.com/Py-Contributors/Student-s-Perform-Prediction" class="btn btn-primary">Check On Github</a>
11+
<a href="https://github.com/Py-Contributors/Student-s-Perform-Prediction" class="btn btn-primary">Check On Github</a>
12+
</div>
1213
</div>
13-
</div>

0 commit comments

Comments
 (0)