Outiref

Code source de l'URL : https://tristan-le-brech.fr

<!DOCTYPE html>
<html lang=fr>
<head>
<style>body{font-family:"Arial",sans-serif;background-color:#e0f2f7;color:#333;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0;text-align:center;background-image:url(https://www.transparenttextures.com/patterns/snow.png);background-repeat:repeat}.container{background-color:rgba(255,255,255,.9);padding:40px 60px;overflow:hidden;border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.1);max-width:600px;border:1px solid #cce7ee}h1{color:#007bff;font-size:3em;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}p{font-size:1.2em;line-height:1.6;margin-bottom:25px}.icon{font-size:4em;color:#007bff;margin-bottom:20px}.footer{margin-top:30px;font-size:.9em;color:#666}.snowflake{position:fixed;top:-20px;color:#fff;user-select:none;pointer-events:none;z-index:9999;animation-name:fall;animation-timing-function:linear}@keyframes fall {
        to {
          transform: translateY(105vh);
        }
      }</style><script async src="https://www.googletagmanager.com/gtag/js?id=G-2PBQ0Y4QPV"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-2PBQ0Y4QPV');</script>
<link rel="shortcut icon" href=favicon.ico type="image/x-icon">
<meta charset=UTF-8 />
<meta name=viewport content="width=device-width, initial-scale=1.0"/>
<title>Portfolio de Tristan Le Brech en Création </title>
<meta name=description content="Site protfolio de Tristan Le Brech Devloppeur en cours de création.">
<meta name=author content="Tristan Le Brech">
</head>
<body><noscript><meta http-equiv="refresh" content="0;url='https://tristan-le-brech.fr/?PageSpeed=noscript'" /><style><!--table,div,span,font,p{display:none} --></style><div style="display:block">Please click <a href="https://tristan-le-brech.fr/?PageSpeed=noscript">here</a> if you are not redirected within a few seconds.</div></noscript>
<div class=container>
<div class=icon>❄️</div>
<h1>Portfolio en Création</h1>
<h2>Le portfolio de Tristan Le Brech est en cours de création</h2>
<p>
J' effectue actuellement des travaux de création pour améliorer
votre expérience. Merci de votre patience.
<br/>
<br/>
En attendant aller voir c'est création
<ol>
<li><a href="https://www.anglais.tristan-lebrech.mds-vannes.yt/">Projet d'anglais en cours</a></li>
<li><a href="https://www.greenwave-coffee.tristan-lebrech.mds-vannes.yt/">Projet d'un coffee shop pour les partiels (terminées)</a></li>
<li><a href="https://www.linkedin.com/in/tristan-le-brech/">Mon linkedin</a></li>
<li><a href="https://github.com/Letrintrin">Mon github</a></li>
</ol>
</p>
<div class=footer>© 2026 Tristan Le Brech. Tous droits réservés.</div>
</div>
<script>function createSnowflake(){const snowflake=document.createElement("div");snowflake.classList.add("snowflake");snowflake.innerText="❄";snowflake.style.left=Math.random()*100+"vw";const duration=Math.random()*3+2;snowflake.style.animationDuration=duration+"s";snowflake.style.opacity=Math.random();snowflake.style.fontSize=Math.random()*10+10+"px";document.body.appendChild(snowflake);setTimeout(()=>snowflake.remove(),duration*1000);}setInterval(createSnowflake,100);</script>
</body>
</html>