generated from avinay/discord-bot
<feat>(all): adding configuration files
This commit is contained in:
Executable
+103
@@ -0,0 +1,103 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Projets — Anthony Vinay</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@400;600&display=swap" rel="stylesheet" />
|
||||
<style>
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
font-family: 'Source Sans 3', Georgia, sans-serif;
|
||||
color: #111;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
max-width: 580px;
|
||||
width: 100%;
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
|
||||
.back {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
color: #aaa;
|
||||
margin-bottom: 2.5rem;
|
||||
transition: color 0.15s;
|
||||
}
|
||||
|
||||
.back:hover { color: #111; }
|
||||
|
||||
h1 {
|
||||
font-family: 'EB Garamond', Georgia, serif;
|
||||
font-size: clamp(2rem, 6vw, 3rem);
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.06em;
|
||||
text-transform: uppercase;
|
||||
color: #111;
|
||||
line-height: 1;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
hr.thick {
|
||||
border: none;
|
||||
border-top: 2px solid #111;
|
||||
margin: 0.75rem 0 1.25rem;
|
||||
}
|
||||
|
||||
.status {
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.18em;
|
||||
text-transform: uppercase;
|
||||
color: #aaa;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.message {
|
||||
font-family: 'EB Garamond', Georgia, serif;
|
||||
font-size: 1.05rem;
|
||||
font-style: italic;
|
||||
color: #666;
|
||||
line-height: 1.75;
|
||||
border-left: 2px solid #111;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 3rem;
|
||||
font-size: 0.72rem;
|
||||
color: #bbb;
|
||||
letter-spacing: 0.08em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<a class="back" href="/">← Retour</a>
|
||||
|
||||
<h1>Projets</h1>
|
||||
<hr class="thick" />
|
||||
<p class="status">En construction</p>
|
||||
|
||||
<p class="message">
|
||||
Cette section présentera mes réalisations techniques.<br>
|
||||
Les projets seront disponibles sur Gitea prochainement.
|
||||
</p>
|
||||
|
||||
<p class="footer">avinay.ddns.net</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user