123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!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>
- <div class="tile-map">
- <a href="https://www.jovian-hersemeule.eu" class="tile">
- <h2>Folio</h2>
- <img src="img/city.png" alt="Perso logo">
- <p>Jovian personal website.</p>
- </a>
- <a href="http://gogs.jovian-hersemeule.eu" class="tile">
- <h2>Gogs</h2>
- <img src="img/gogs.png" alt="Gogs logo">
- <p>Git service to collaborate.</p>
- </a>
- <a href="http://artifact.jovian-hersemeule.eu" class="tile">
- <h2>Artifacts</h2>
- <img src="img/artifact.svg" alt="Packet logo">
- <p>Shared artifacts.</p>
- </a>
- <a href="http://ci.jovian-hersemeule.eu" class="tile">
- <h2>Laminar</h2>
- <img src="img/laminar.png" alt="Laminar logo">
- <p>Continuous integration.</p>
- </a>
- <a href="http://wiki.jovian-hersemeule.eu" class="tile">
- <h2>Wiki</h2>
- <img src="img/mediawiki.png" alt="Wediawiki logo">
- <p>Shared documentation.</p>
- </a>
- <a href="http://kanboard.jovian-hersemeule.eu" class="tile">
- <h2>Kanboard</h2>
- <img src="img/kanboard.png" alt="KB logo">
- <p>Project management.</p>
- </a>
- </div>
- </body>
- </html>
|