aboutsummaryrefslogtreecommitdiff
path: root/design/index.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 10:30:58 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 10:31:04 +0200
commit4bda1d9049832b9dd6ed761807ce246adbd84092 (patch)
tree3c987b29983d2f971f936b56a671f7166d3593b2 /design/index.html
parent85245c1382fa65c7309106ac3359e4835e107f0a (diff)
feat(design): base home
Diffstat (limited to 'design/index.html')
-rw-r--r--design/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/design/index.html b/design/index.html
new file mode 100644
index 0000000..93c1e11
--- /dev/null
+++ b/design/index.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="fr">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>anhgelus</title>
+ <link href="reset.css" rel="stylesheet">
+ <link href="style.css" rel="stylesheet">
+</head>
+<body>
+ <header>
+ <img src="https://cdn.anhgelus.world/pfp.jpg" alt="pfp">
+ <nav>
+ <a href="">Home</a>
+ <a href="">Logs</a>
+ <a href="">Work</a>
+ <a href="">Philosophy</a>
+ <a href="">Lien 1</a>
+ <a href="">Lien 2</a>
+ <a href="">Lien 3</a>
+ <a href="">Lien 4</a>
+ </nav>
+ </header>
+ <main>
+ <div class="introduction">
+ <h1>logs</h1>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere.
+ </p>
+ </div>
+ <article>
+ <article>
+ <h2><a href="log.html">Article title</a></h2>
+ <figure>
+ <img src="https://placehold.co/1920x1080" alt="">
+ <figcaption>A placeholder.</figcaption>
+ </figure>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur.
+ </p>
+ </article>
+ <article>
+ <h2><a href="log.html">Article title</a></h2>
+ <figure>
+ <img src="https://placehold.co/1920x1080" alt="">
+ <figcaption>A placeholder.</figcaption>
+ </figure>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur.
+ </p>
+ </article>
+ </article>
+ </main>
+ <footer>
+ <p>&copy; 2025 - Anhgelus Morhtuuzh</p>
+ <p>Une citation</p>
+ <p><a href="">Mentions légales</a></p>
+ </footer>
+</body>
+</html>