index.html 1010 B

1234567891011121314151617181920212223242526272829303132
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="css/style.css">
  5. <meta charset="UTF-8">
  6. </head>
  7. <body>
  8. <header>
  9. <div class="top-menu">
  10. <div id="top-menu-h1-div"><h1 id="top-text-logo">Makefile</h1></div>
  11. <div id="top-menu-div-buttons">
  12. <a href="https://makefile.es:3000"><div
  13. class="top-menu-button-div">Gogs</div></a>
  14. <a href="https://makefile.es:3000"><div
  15. class="top-menu-button-div">Syncthing</div></a>
  16. <a href="https://okynos.us.to:1026/pydio"><div
  17. class="top-menu-button-div">Pydio</div></a>
  18. <a href="https://github.com/okynos">
  19. <img id="top-github-icon" src="img/github-icon.svg"/ alt="okynos github page"></a>
  20. </div>
  21. </div>
  22. </header>
  23. <div id="middle-name-web-developer">
  24. <h2 >José Luis Fernández Aguilera</h2>
  25. <h3>Ingeniero informático</h3>
  26. </div>
  27. <div id="img-onboard">
  28. </div>
  29. </body>
  30. </html>