diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-08-17 14:43:23 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-08-17 14:43:23 +0200 |
commit | 9a42d6ef25421bc2b434253259fc3f2808303b61 (patch) | |
tree | a2be621fb6aaffca66da3c3a173920e363f5d368 | |
parent | ae8ad83b36656032cd828394e4315401fb4682a1 (diff) | |
download | taamas.xyz-9a42d6ef25421bc2b434253259fc3f2808303b61.tar.gz taamas.xyz-9a42d6ef25421bc2b434253259fc3f2808303b61.zip |
Corregidos fallos en versión en inglés.
-rw-r--r-- | en.html | 94 |
1 files changed, 51 insertions, 43 deletions
@@ -59,7 +59,7 @@ </section> <section> - <img src="img/seimeira.jpg" class="odd" alt"Seimeira"> + <img src="img/seimeira.jpg" class="odd" alt="Seimeira"> <h2>My work</h2> @@ -75,48 +75,56 @@ </p> <ul> - <li>For learning and fun:</li> - <ul> - - <li> - <a href="https://git.taamas.xyz/Taamas/configs">Configurations</a> - and - <a href="https://git.taamas.xyz/Taamas/scripts">scripts</a> - I use on my machines. - </li> - - <li> - A - <a href="https://git.taamas.xyz/Taamas/mainpage">mainpage</a> - with search engines configured from a text file to make your browser fancier. - </li> - - <li> - A - <a href="https://git.taamas.xyz/Taamas/con"> - tool for reading the Spanish Constitution</a> - on a terminal. - </li> - - <li> - <a href="https://git.taamas.xyz/Taamas/AceptaElReto">Solutions</a> - to programming problems posted on - <a href="https://www.aceptaelreto.com/">aceptaelreto.com</a>. - </li> - - </ul> - <li>For University:</li> - <ul> - <li> - A <a href="https://github.com/InigoGutierrez/CmmCompiler">compiler</a> - for the C-- language. - </li> - <li> - An <a href="https://github.com/InigoGutierrez/viade_en1b">app for route management</a> - based on <a href="https://reactjs.org/">React</a> and - <a href="https://solidproject.org/">Solid</a> (Tim’s, not the principles). - </li> - </ul> + + <li>For learning and fun: + <ul> + + <li> + <a href="https://git.taamas.xyz/Taamas/configs">Configurations</a> + and + <a href="https://git.taamas.xyz/Taamas/scripts">scripts</a> + I use on my machines. + </li> + + <li> + A + <a href="https://git.taamas.xyz/Taamas/mainpage">mainpage</a> + with search engines configured from a text file to make your browser fancier. + </li> + + <li> + A + <a href="https://git.taamas.xyz/Taamas/con"> + tool for reading the Spanish Constitution</a> + on a terminal. + </li> + + <li> + <a href="https://git.taamas.xyz/Taamas/AceptaElReto">Solutions</a> + to programming problems posted on + <a href="https://www.aceptaelreto.com/">aceptaelreto.com</a>. + </li> + + </ul> + </li> + + <li>For University: + <ul> + + <li> + A <a href="https://github.com/InigoGutierrez/CmmCompiler">compiler</a> + for the C-- language. + </li> + + <li> + An <a href="https://github.com/InigoGutierrez/viade_en1b">app for route management</a> + based on <a href="https://reactjs.org/">React</a> and + <a href="https://solidproject.org/">Solid</a> (Tim’s, not the principles). + </li> + + </ul> + </li> + </ul> </section> |