index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <p>Website in progress ...</p>
  19. <div class="tile-map">
  20. <a href="https://www.jovian-hersemeule.eu" class="tile">
  21. <h2>Folio</h2>
  22. <img src="img/city.png" alt="Perso logo">
  23. <p>Jovian personal website.</p>
  24. </a>
  25. <a href="http://gogs.jovian-hersemeule.eu" class="tile">
  26. <h2>Gogs</h2>
  27. <img src="img/gogs.png" alt="Gogs logo">
  28. <p>Git service to collaborate.</p>
  29. </a>
  30. <a href="http://artifact.jovian-hersemeule.eu" class="tile">
  31. <h2>Artifacts</h2>
  32. <img src="img/artifact.svg" alt="Packet logo">
  33. <p>Shared artifacts.</p>
  34. </a>
  35. <a href="http://ci.jovian-hersemeule.eu" class="tile">
  36. <h2>Laminar</h2>
  37. <img src="img/laminar.png" alt="Laminar logo">
  38. <p>Continuous integration.</p>
  39. </a>
  40. <a href="http://wiki.jovian-hersemeule.eu" class="tile">
  41. <h2>Wiki</h2>
  42. <img src="img/mediawiki.png" alt="Wediawiki logo">
  43. <p>Shared documentation.</p>
  44. </a>
  45. <a href="http://kanboard.jovian-hersemeule.eu" class="tile">
  46. <h2>Kanboard</h2>
  47. <img src="img/kanboard.png" alt="KB logo">
  48. <p>Project management tool with Kanban.</p>
  49. </a>
  50. </div>
  51. </body>
  52. </html>