index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <!-- Page description -->
  7. <meta name="description" content="The city center of jovian-hersemeule.eu domain">
  8. <meta name="author" content="Jovian Hersemeule">
  9. <meta property="og:image" content="img/city.png">
  10. <!-- Style sheet -->
  11. <link href="custom.css" rel="stylesheet">
  12. </head>
  13. <title>Platform Center</title>
  14. <body>
  15. <h1>Center</h1>
  16. <p>Welcome to the Jovian Platform Center.</p>
  17. <p>Here you can find several links to tools hosted by Jovian.</p>
  18. <div class="tile-map">
  19. <a href="https://www.jovian-hersemeule.eu" class="tile">
  20. <h2>Folio</h2>
  21. <img src="img/city.png" alt="Perso logo">
  22. <p>Jovian personal website.</p>
  23. </a>
  24. <a href="http://gogs.jovian-hersemeule.eu" class="tile">
  25. <h2>Gogs</h2>
  26. <img src="img/gogs.png" alt="Gogs logo">
  27. <p>Git service to collaborate.</p>
  28. </a>
  29. <a href="http://artifact.jovian-hersemeule.eu" class="tile">
  30. <h2>Artifacts</h2>
  31. <img src="img/artifact.svg" alt="Packet logo">
  32. <p>Shared artifacts.</p>
  33. </a>
  34. <a href="http://ci.jovian-hersemeule.eu" class="tile">
  35. <h2>Laminar</h2>
  36. <img src="img/laminar.png" alt="Laminar logo">
  37. <p>Continuous integration.</p>
  38. </a>
  39. <a href="http://wiki.jovian-hersemeule.eu" class="tile">
  40. <h2>Wiki</h2>
  41. <img src="img/mediawiki.png" alt="Wediawiki logo">
  42. <p>Shared documentation.</p>
  43. </a>
  44. <a href="http://kanboard.jovian-hersemeule.eu" class="tile">
  45. <h2>Kanboard</h2>
  46. <img src="img/kanboard.png" alt="KB logo">
  47. <p>Project management.</p>
  48. </a>
  49. </div>
  50. </body>
  51. </html>