@@ -65,7 +65,7 @@ <h1 class="card-title pricing-card-title">About</h1>
65
65
< br >
66
66
< br >
67
67
< 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 >
69
69
</ div >
70
70
</ div >
71
71
< div class ="card mb-4 shadow-sm ">
@@ -77,7 +77,7 @@ <h1 class="card-title pricing-card-title">About</h1>
77
77
< br >
78
78
< br >
79
79
< 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 >
81
81
</ div >
82
82
</ div >
83
83
< div class ="card mb-4 shadow-sm ">
@@ -90,7 +90,7 @@ <h1 class="card-title pricing-card-title">About</h1>
90
90
< br >
91
91
< p > A List of programming snippets</ p >
92
92
< 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 >
94
94
</ div >
95
95
</ div >
96
96
</ div >
@@ -105,7 +105,7 @@ <h1 class="card-title pricing-card-title">About</h1>
105
105
< br >
106
106
< br >
107
107
< 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 >
109
109
</ div >
110
110
</ div >
111
111
< div class ="card mb-4 shadow-sm ">
@@ -118,14 +118,14 @@ <h1 class="card-title pricing-card-title">About</h1>
118
118
< br >
119
119
< p > Simple utility to analyze Github public profile.</ p >
120
120
< 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 >
122
122
</ div >
123
123
</ div >
124
124
</ div >
125
125
126
126
< footer class ="footer mt-auto py-3 ">
127
127
< 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 >
129
129
</ div >
130
130
</ footer >
131
131
</ div >
0 commit comments