@@ -20,26 +20,20 @@ <h1 class="name">The Algorithms</h1>
20
20
< p > We are an < a href ="http://en.wikipedia.org/wiki/Open-source_software " target ="_blank "> open source</ a > community established to help people find all the algorithms and data structures for every popular language at a single place.</ p >
21
21
</ div >
22
22
< p > Explore Algorithms Implementation in the following Programming Languages</ p >
23
- < table >
24
- < tr class ="flex ">
25
- < td > < img src ="./images/svg/c-lang.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/C "> C</ a > </ li >
26
- < td > < img src ="./images/svg/cpp-lang.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Plus-Plus "> C++</ a > </ li >
27
- < td > < img src ="./images/svg/python.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Python "> Python</ a > </ li >
28
- < td > < img src ="./images/svg/java.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Java "> Java</ a > </ li >
29
- </ tr >
30
- < tr class ="flex ">
31
- < td > < img src ="./images/svg/scala.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Scala "> Scala</ a > </ li >
32
- < td > < img src ="./images/svg/c-sharp-lang.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Sharp "> C#</ a > </ li >
33
- < td > < img src ="./images/svg/rust.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Rust "> Rust</ a > </ li >
34
- < td > < img src ="./images/svg/javascript.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Javascript "> JavaScript</ a > </ li >
35
- </ tr >
36
- < tr class ="flex ">
37
- < td > < img src ="./images/svg/golang.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Go "> Go</ a > </ li >
38
- < td > < img src ="./images/svg/r-lang.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/R "> R</ a > </ li >
39
- < td > < img src ="./images/svg/ruby.svg " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/Ruby "> Ruby</ a > </ li >
40
- < td > < img src ="./images/svg/matlab.png " height ="50px "/> < a target ="_blank " href ="https://github.com/TheAlgorithms/MATLAB-Octave "> MATLAB / Octave</ a > </ li >
41
- </ tr >
42
- </ table >
23
+ < div class ="grid ">
24
+ < div class ="grid-item "> < img src ="./images/svg/cpp-lang.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Plus-Plus "> C++</ a > </ div >
25
+ < div class ="grid-item "> < img src ="./images/svg/c-lang.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/C "> C</ a > </ div >
26
+ < div class ="grid-item "> < img src ="./images/svg/python.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Python "> Python</ a > </ div >
27
+ < div class ="grid-item "> < img src ="./images/svg/java.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Java "> Java</ a > </ div >
28
+ < div class ="grid-item "> < img src ="./images/svg/scala.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Scala "> Scala</ a > </ div >
29
+ < div class ="grid-item "> < img src ="./images/svg/c-sharp-lang.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Sharp "> C#</ a > </ div >
30
+ < div class ="grid-item "> < img src ="./images/svg/rust.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Rust "> Rust</ a > </ div >
31
+ < div class ="grid-item "> < img src ="./images/svg/javascript.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Javascript "> JavaScript</ a > </ div >
32
+ < div class ="grid-item "> < img src ="./images/svg/golang.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Go "> Go</ a > </ div >
33
+ < div class ="grid-item "> < img src ="./images/svg/r-lang.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/R "> R</ a > </ div >
34
+ < div class ="grid-item "> < img src ="./images/svg/ruby.svg " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/Ruby "> Ruby</ a > </ div >
35
+ < div class ="grid-item "> < img src ="./images/svg/matlab.png " height ="50px "/> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/MATLAB-Octave "> MATLAB/< br > Octave</ a > </ div >
36
+ </ div >
43
37
</ main >
44
38
45
39
</ div >
0 commit comments