Skip to content

Update docs. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# python-world.github.io
Website for our organization
# [Python World](https://python-world.github.io/)

- Encouraging the rising Open Source.

![python-world-logo](assets/img/logo/logo.jpg)

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

Website for our organization.

## *Our Projects*

Following are the Open Source projects related to our Organisation:

- [python-mini-projects](https://github.com/Python-World/python-mini-projects): A collection of simple, yet helpful python projects.
- [Python_and_the_Web](https://github.com/Python-World/Python_and_the_Web): Build Bots, Scrape a website or use an API to solve a problem.
- [GitProfile](https://github.com/Python-World/GitProfile): Simple utility to analyze Github public profile.
- [Joble](https://github.com/Python-World/Joble): This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.
- [Snippets](https://github.com/Python-World/snippets): A List of Helpful Programming Snippets.

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/Naereen/)
[![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](http://ForTheBadge.com)
[![ForTheBadge built-with-swag](http://ForTheBadge.com/images/badges/built-with-swag.svg)](https://GitHub.com/Naereen/)
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>A collection of simple python mini projects to enhance your python skills</p>
<a href="https://github.com/Python-World/python-mini-projects" class="btn btn-lg btn-block btn-primary">Check on Github</a>
<a href="https://github.com/Python-World/python-mini-projects" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
Expand All @@ -77,7 +77,7 @@ <h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>Build Bots, Scrape a website or use an API to solve a problem.</p>
<a href="https://github.com/Python-World/Python_and_the_Web" class="btn btn-lg btn-block btn-primary">Check on Github</a>
<a href="https://github.com/Python-World/Python_and_the_Web" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
Expand All @@ -90,7 +90,7 @@ <h1 class="card-title pricing-card-title">About</h1>
<br>
<p>A List of programming snippets</p>
<br>
<a href="https://github.com/Python-World/snippets" class="btn btn-lg btn-block btn-primary">Check on Github</a>
<a href="https://github.com/Python-World/snippets" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
</div>
Expand All @@ -105,7 +105,7 @@ <h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.</p>
<a href = "https://github.com/Python-World/Joble" class="btn btn-lg btn-block btn-primary">Check on Github</a>
<a href = "https://github.com/Python-World/Joble" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
Expand All @@ -118,14 +118,14 @@ <h1 class="card-title pricing-card-title">About</h1>
<br>
<p>Simple utility to analyze Github public profile.</p>
<br>
<a href = "https://github.com/Python-World/GitProfile" class="btn btn-lg btn-block btn-primary">Check on Github</a>
<a href = "https://github.com/Python-World/GitProfile" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
</div>

<footer class="footer mt-auto py-3">
<div class="container" align = "center">
<span class="text-muted">Made with ❤ by <a href="https://github.com/Python-World">Python World</a></span>
<span class="text-muted">Made with ❤ by <a href="https://github.com/Python-World" target="_blank">Python World</a></span>
</div>
</footer>
</div>
Expand Down