index.html 883 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- Page description -->
  6. <meta name="description" content="The city center of jovian-hersemeule.eu domain">
  7. <meta name="author" content="Jovian Hersemeule">
  8. <meta property="og:image" content="img/city.png">
  9. <!-- Style sheet -->
  10. <link href="custom.css" rel="stylesheet">
  11. </head>
  12. <title>Platform Center</title>
  13. <body>
  14. <h1>Center</h1>
  15. <p>Welcome to the Jovian Platform Center.</p>
  16. <p>Here you can find several links to tools hosted by Jovian.</p>
  17. <p>Website in progress ...</p>
  18. <div class="feature">
  19. <div class="feature-img">
  20. <img src="img/city.png" alt="Folio website logo">
  21. </div>
  22. <div class="feature-content">
  23. <h2>Jovian personal website</h2>
  24. <p>My own website containing my resume and coding achievements.</p>
  25. <p>Website in French.</p>
  26. </div>
  27. </div>
  28. </body>
  29. </html>