index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="feature">
  20. <div class="feature-img">
  21. <img src="img/city.png" alt="Folio website logo" width=128>
  22. </div>
  23. <div class="feature-content">
  24. <h2>Jovian personal website</h2>
  25. <p>My own website containing my resume and coding achievements. Website in French.</p>
  26. </div>
  27. </div>
  28. <div class="feature is-reverse">
  29. <div class="feature-img">
  30. <img src="img/gogs.png" alt="Folio website logo" width=128>
  31. </div>
  32. <div class="feature-content">
  33. <h2>Gogs</h2>
  34. <p>Self hosted Git service.</p>
  35. </div>
  36. </div>
  37. </body>
  38. </html>