61 lines
2.6 KiB
HTML
61 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>boutons — eweng.space</title>
|
|
<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>">
|
|
<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:ital@0;1&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<a href="index.html" class="retour">←</a><span class="fenetre-nom" id="titre-nav">eweng.space ☆</span>
|
|
</div>
|
|
|
|
<div class="fenetre fenetre--small">
|
|
<div class="fenetre-contenu">
|
|
<h1>boutons</h1>
|
|
<p>des amis et des trucs que j'aime bien.</p>
|
|
|
|
<!-- ── amis ── -->
|
|
<div class="section-boutons">
|
|
<h2>amis</h2>
|
|
<div class="rangee-boutons">
|
|
<a href="https://gabriel.reisen" target="_blank">
|
|
<img src="https://gabriel.reisen/button2.gif" width="88" height="31" alt="gabriel.reisen">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ── sites que j'aime ── -->
|
|
<div class="section-boutons">
|
|
<h2>sites et boutons que j'aime</h2>
|
|
<div class="rangee-boutons">
|
|
<img src="assets/buttons/button1.gif" width="88" height="31" alt="">
|
|
<a href="https://neocities.org" target="_blank">
|
|
<img src="assets/buttons/button2.gif" width="88" height="31" alt="">
|
|
</a>
|
|
<a href="https://debian.org" target="_blank">
|
|
<img src="assets/buttons/button4.gif" width="88" height="31" alt="">
|
|
</a>
|
|
<img src="assets/buttons/button5.gif" width="88" height="31" alt="">
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ── mon bouton ── -->
|
|
<div class="mon-bouton">
|
|
<p>si vous voulez ajouter mon bouton sur mon site / if you want to add my button on your website : </p>
|
|
<img src="assets/buttons/button3.gif" width="88" height="31" alt="eweng.space" style="image-rendering:pixelated; margin-bottom:0.6rem;">
|
|
<code><a href="https://eweng.space"><img src="https://eweng.space/assets/buttons/button3.gif" width="88" height="31" alt="eweng.space"></a></code>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script src="assets/main.js"></script>
|
|
</body>
|
|
</html> |