Skip to content

Commit 79cd53a

Browse files
updating join page
1 parent 289afde commit 79cd53a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "paginate"=>1, "url"=>"http://localhost:4000", "site"=>"https://py-contributors.github.io", "description"=>"A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
1+
I"U{"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", "site"=>"https://py-contributors.github.io", "description"=>"A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET

join-us/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ <h2>How to Participate ?</h2><hr>
3535
<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>
3636

3737
<h3> Connect with community</h3><hr>
38-
<ul class="list-group">
38+
<ul>
3939
<li><a href="https://github.com/py-contributors/" target="_blank"><img class="logo" src="https://raw.githubusercontent.com/DrakeEntity/project-Image/master/github-logo.jpg"> Github</a></li>
4040
<li><a href="https://discord.gg/JfbK3bS" target="_blank"><img class="logo"src="https://raw.githubusercontent.com/DrakeEntity/project-Image/master/discord-logo.png"> Discord</a></li>
4141
</ul>
4242

4343
<h3>Resources to Learn about Opensource : </h3><hr>
44-
<ul class="list-group">
44+
<ul>
4545
<li><a href="https://www.dataschool.io/how-to-contribute-on-github/" target="_blank">How to Contribute on Github</a></li>
4646
<li><a href="https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source" target="_blank">Introduction to Opensource</a></li>
4747
</ul>

0 commit comments

Comments
 (0)