Skip to content

Commit e812ced

Browse files
authored
Merge pull request #2 from tusharnankani/README-update
Update docs.
2 parents b86e89e + 94d233a commit e812ced

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# python-world.github.io
2-
Website for our organization
1+
# [Python World](https://python-world.github.io/)
2+
3+
- Encouraging the rising Open Source.
4+
5+
![python-world-logo](assets/img/logo/logo.jpg)
6+
7+
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
8+
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
9+
10+
Website for our organization.
11+
12+
## *Our Projects*
13+
14+
Following are the Open Source projects related to our Organisation:
15+
16+
- [python-mini-projects](https://github.com/Python-World/python-mini-projects): A collection of simple, yet helpful python projects.
17+
- [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.
18+
- [GitProfile](https://github.com/Python-World/GitProfile): Simple utility to analyze Github public profile.
19+
- [Joble](https://github.com/Python-World/Joble): This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.
20+
- [Snippets](https://github.com/Python-World/snippets): A List of Helpful Programming Snippets.
21+
22+
[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/Naereen/)
23+
[![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](http://ForTheBadge.com)
24+
[![ForTheBadge built-with-swag](http://ForTheBadge.com/images/badges/built-with-swag.svg)](https://GitHub.com/Naereen/)

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 class="card-title pricing-card-title">About</h1>
6565
<br>
6666
<br>
6767
<p>A collection of simple python mini projects to enhance your python skills</p>
68-
<a href="https://github.com/Python-World/python-mini-projects" class="btn btn-lg btn-block btn-primary">Check on Github</a>
68+
<a href="https://github.com/Python-World/python-mini-projects" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
6969
</div>
7070
</div>
7171
<div class="card mb-4 shadow-sm">
@@ -77,7 +77,7 @@ <h1 class="card-title pricing-card-title">About</h1>
7777
<br>
7878
<br>
7979
<p>Build Bots, Scrape a website or use an API to solve a problem.</p>
80-
<a href="https://github.com/Python-World/Python_and_the_Web" class="btn btn-lg btn-block btn-primary">Check on Github</a>
80+
<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>
8181
</div>
8282
</div>
8383
<div class="card mb-4 shadow-sm">
@@ -90,7 +90,7 @@ <h1 class="card-title pricing-card-title">About</h1>
9090
<br>
9191
<p>A List of programming snippets</p>
9292
<br>
93-
<a href="https://github.com/Python-World/snippets" class="btn btn-lg btn-block btn-primary">Check on Github</a>
93+
<a href="https://github.com/Python-World/snippets" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
9494
</div>
9595
</div>
9696
</div>
@@ -105,7 +105,7 @@ <h1 class="card-title pricing-card-title">About</h1>
105105
<br>
106106
<br>
107107
<p>This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.</p>
108-
<a href = "https://github.com/Python-World/Joble" class="btn btn-lg btn-block btn-primary">Check on Github</a>
108+
<a href = "https://github.com/Python-World/Joble" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
109109
</div>
110110
</div>
111111
<div class="card mb-4 shadow-sm">
@@ -118,14 +118,14 @@ <h1 class="card-title pricing-card-title">About</h1>
118118
<br>
119119
<p>Simple utility to analyze Github public profile.</p>
120120
<br>
121-
<a href = "https://github.com/Python-World/GitProfile" class="btn btn-lg btn-block btn-primary">Check on Github</a>
121+
<a href = "https://github.com/Python-World/GitProfile" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
122122
</div>
123123
</div>
124124
</div>
125125

126126
<footer class="footer mt-auto py-3">
127127
<div class="container" align = "center">
128-
<span class="text-muted">Made with ❤ by <a href="https://github.com/Python-World">Python World</a></span>
128+
<span class="text-muted">Made with ❤ by <a href="https://github.com/Python-World" target="_blank">Python World</a></span>
129129
</div>
130130
</footer>
131131
</div>

0 commit comments

Comments
 (0)