1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- Page description -->
- <meta name="description" content="The city center of jovian-hersemeule.eu domain">
- <meta name="author" content="Jovian Hersemeule">
- <meta property="og:image" content="img/city.png">
- <!-- Style sheet -->
- <link href="custom.css" rel="stylesheet">
- </head>
- <title>Platform Center</title>
- <body>
- <h1>Center</h1>
- <p>Welcome to the Jovian Platform Center.</p>
- <p>Here you can find several links to tools hosted by Jovian.</p>
- <p>Website in progress ...</p>
- <div class="feature">
- <div class="feature-img">
- <img src="img/city.png" alt="Folio website logo" width=128>
- </div>
- <div class="feature-content">
- <h2>Jovian personal website</h2>
- <p>My own website containing my resume and coding achievements. Website in French.</p>
- </div>
- </div>
- <div class="feature is-reverse">
- <div class="feature-img">
- <img src="img/gogs.png" alt="Folio website logo" width=128>
- </div>
- <div class="feature-content">
- <h2>Gogs</h2>
- <p>Self hosted Git service.</p>
- </div>
- </div>
- </body>
- </html>
|