This repository was archived by the owner on Oct 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-32
lines changed
Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ enum ProgrammingLanguage: string
99 case PHP = 'PHP ' ;
1010 case Python = 'Python ' ;
1111 case JavaScript = 'JavaScript ' ;
12- case Java = 'Java ' ;
13- case HTML = 'HTML ' ;
14- case JupyterNotebook = 'Jupyter Notebook ' ;
15- case TypeScript = 'TypeScript ' ;
16- case CSharp = 'C# ' ;
17- case CPlusPlus = 'C++ ' ;
18- case CSS = 'CSS ' ;
12+ // case Java = 'Java';
13+ // case HTML = 'HTML';
14+ // case JupyterNotebook = 'Jupyter Notebook';
15+ // case TypeScript = 'TypeScript';
16+ // case CSharp = 'C#';
17+ // case CPlusPlus = 'C++';
18+ // case CSS = 'CSS';
1919 case Go = 'Go ' ;
20- case Ruby = 'Ruby ' ;
20+ // case Ruby = 'Ruby';
2121}
Original file line number Diff line number Diff line change @@ -66,33 +66,33 @@ <h1 class="h5 text-uppercase fw-bold mt-2">Good First Issue</h1>
6666 < a href ="./lang/JavaScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
6767 JavaScript
6868 </ 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 ">
79- TypeScript
80- </ a >
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 >
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">-- >
79+ <!-- TypeScript-->
80+ <!-- </a>-- >
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>-- >
9090 < a href ="./lang/Go.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
9191 Go
9292 </ a >
93- < a href ="./lang/Ruby.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
94- Ruby
95- </ a >
93+ <!-- <a href="./lang/Ruby.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
94+ <!-- Ruby-->
95+ <!-- </a>-- >
9696 </ div >
9797 </ div >
9898 <!-- / Select programming language -->
You can’t perform that action at this time.
0 commit comments