Skip to content

Commit 4b59d45

Browse files
committed
🔨 refactor: links added.
1 parent 86f9f2d commit 4b59d45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: index.html

+6-6
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)