97 lines
3.7 KiB
HTML
97 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="site personnel d'Ewen">
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☆</text></svg>">
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:title" content="eweng.space">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://eweng.space">
|
|
|
|
<title>eweng.space</title>
|
|
|
|
<!-- Font depuis Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap" rel="stylesheet">
|
|
|
|
<style>
|
|
body {
|
|
font-family: 'IM Fell English', serif;
|
|
font-size: 20px;
|
|
}
|
|
.fenetre {
|
|
max-width: 550px;
|
|
border: 1px solid black;
|
|
padding: 0.3rem 1.5rem 0 1.5rem;
|
|
padding-bottom: 0;
|
|
margin-top: 0px;
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
align-items: start;
|
|
gap: 1rem;
|
|
overflow-wrap: break-word;
|
|
}
|
|
.fenetre-nom {
|
|
margin-bottom: 1px;
|
|
margin-left: 2px;
|
|
}
|
|
.fenetre-contenu {
|
|
padding: 0 1rem 1.5rem 1rem;
|
|
min-width: 0;
|
|
}
|
|
|
|
.fenetre img.perso {
|
|
height: 400px;
|
|
width: auto;
|
|
display: block;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
body {
|
|
font-size: 17px;
|
|
}
|
|
.fenetre {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
.fenetre img.perso {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span class="fenetre-nom">eweng.space ☆</span>
|
|
</div>
|
|
<div class="fenetre">
|
|
<div class="fenetre-contenu">
|
|
<p>bienvenue sur mon blog personnel, j'y artage mes états d'âme, mes pensées, mes musiques, mon art préféré, mes sentiments... bonne visite!</p>
|
|
<ul>
|
|
<li><a href="blog/entries/index.html">blog</a></li>
|
|
<li><a href="reviews/index.html">reviews</a></li>
|
|
<li><a href="depeches.html">dépêches</a></li>
|
|
<li><a href="qui.html">qui</a></li>
|
|
</ul>
|
|
<p>ce site est entièrement fait à la main, par moi, par ce que je suis et ce que je représente dans le monde, avec mes envies, mes convictions, mes peines et ma sueur.</p>
|
|
<p><strong><u>!! en construction !!</u></strong></p>
|
|
<p>boutons de mes amis ou des trucs que j'aime bien dans la vie : </p>
|
|
<a href="https://gabriel.reisen"><img src="https://gabriel.reisen/button2.gif" width="88" height="31" alt="gab"></a> <img src="assets/buttons/button1.gif" width="88" height="31" alt=""> <img src="assets/buttons/button2.gif" width="88" height="31" alt=""> <img src="assets/buttons/button3.gif" width="88" height="31" alt=""> <img src="assets/buttons/button4.gif" width="88" height="31" alt=""> <img src="assets/buttons/button5.gif" width="88" height="31" alt="">
|
|
<img style="position:absolute; bottom:1.5rem; right:4rem;" src="https://count.getloli.com/@ewengspace?name=ewengspace&theme=rule34&padding=3&offset=0&align=top&scale=1&pixelated=1&darkmode=0" alt="ewengspace" />
|
|
</div>
|
|
<img src="assets/draws/ewen.png" class="perso" alt="">
|
|
</div>
|
|
<script>
|
|
const el = document.querySelector('.fenetre-nom');
|
|
el.innerHTML = el.textContent.split('').map(c =>
|
|
c === ' ' ? ' ' : `<span style="display:inline-block;transform:translateY(${Math.floor(Math.random()*8)-4}px)">${c}</span>`
|
|
).join('');
|
|
</script>
|
|
</body>
|
|
</html>
|