This repository was archived by the owner on Oct 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,42 @@ <h1 class="h5 text-uppercase fw-bold mt-2">Good First Issue</h1>
57
57
<!-- Select programming language -->
58
58
< div class ="row my-4 ">
59
59
< div class ="col-12 ">
60
- < a target =" _blank " href ="index.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
60
+ < a href ="./ index.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
61
61
PHP
62
62
</ a >
63
- < a target =" _blank " href ="./lang/Python.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
63
+ < a href ="./lang/Python.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
64
64
Python
65
65
</ a >
66
- < a target ="_blank " href ="./lang/TypeScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
66
+ < a href ="./lang/JavaScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
67
+ JavaScript
68
+ </ a >
69
+ < a href ="./lang/Java.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
70
+ Java
71
+ </ a >
72
+ < a href ="./lang/HTML.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
73
+ HTML
74
+ </ a >
75
+ < a href ="./lang/JupyterNotebook.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
76
+ JupyterNotebook
77
+ </ a >
78
+ < a href ="./lang/TypeScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
67
79
TypeScript
68
80
</ a >
69
-
81
+ < a href ="./lang/CSharp.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
82
+ CSharp
83
+ </ a >
84
+ < a href ="./lang/CPlusPlus.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
85
+ CPlusPlus
86
+ </ a >
87
+ < a href ="./lang/CSS.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
88
+ CSS
89
+ </ a >
90
+ < a href ="./lang/Go.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
91
+ Go
92
+ </ a >
93
+ < a href ="./lang/Ruby.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
94
+ Ruby
95
+ </ a >
70
96
</ div >
71
97
</ div >
72
98
<!-- / Select programming language -->
You can’t perform that action at this time.
0 commit comments