This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
rdelaage.ovh/index.html

42 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Site vitrine - Romain de Laage</title>
<meta charset="utf8" />
<link rel="stylesheet" href="https://css.rdelaage.ovh/FantasqueSansMono.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="logo2.svg" />
</head>
<body>
<header>
<img src="logo2.svg" alt="logo" /><h1>Romain de Laage</h1>
</header><nav>
<ul>
<a href="https://rdelaage.ovh"><li>Home</li></a>
<a href="https://rdelaage.ovh/blog.html"><li>Blog</li></a>
<a href="https://cloud.rdelaage.ovh"><li>Cloud</li></a>
<a href="https://dev.rdelaage.ovh"><li>Développement</li></a>
<a href="https://keeweb.rdelaage.ovh"><li>KeeWeb</li></a>
<a href="https://git.rdelaage.ovh"><li>Gitea</li></a>
<a href="https://rdelaage.ovh/cv.html"><li>CV</li></a>
<a href="https://rdelaage.ovh/legal.html"><li>Mentions légales</li></a>
</ul>
<div class="logo"><img src="logo2.svg" alt="logo" /></div>
</nav><section>
<div class="logo">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="225" width="225">
<g transform="translate(55,37)" id="content">
<rect id="yellow" ry="5" rx="5" y="0" x="0" height="150" width="50" fill="white" />
<rect id="blue" ry="5" rx="5" y="0" x="65" height="90" width="50" fill="white" />
<circle id="red" r="25" cy="125" cx="90" fill="white" />
</g>
</svg>
</div>
<p>Bienvenue sur mon espace personnel.</p>
<p>Vous pouvez retrouver mes hébérgements perso sur <a href="#">https://rdelaage.ovh</a> et mon CV <a href="https://rdelaage.ovh/cv.html">ici</a></p>
</section><footer>
Made with ❤ by <a href="#">Romain de Laage</a>
</footer>
</body>
</html>