diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..df6a0e4 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/gibone-CV.pdf b/assets/gibone-CV.pdf new file mode 100644 index 0000000..5fa09e3 Binary files /dev/null and b/assets/gibone-CV.pdf differ diff --git a/assets/portraitascii.png b/assets/portraitascii.png new file mode 100644 index 0000000..bf76d16 Binary files /dev/null and b/assets/portraitascii.png differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..7e0343f --- /dev/null +++ b/assets/style.css @@ -0,0 +1,70 @@ +body { + font-family: monospace; + font-size: 21px; + max-width: 80ch; + margin: auto; + background: black; + color: lime; + border: solid 2px; + padding: 15px; +} + +a { + color: orange; + text-decoration: underline dotted; +} +a:visited { + color: chocolate; +} + +h1,h2,h3 { + border-bottom: dashed 1px; +} + +p { + margin: 1em 0em 1em; +} + +pre { + border: solid 2px; + padding: 15px; + font-size: 16px; +} + +ul { + margin: initial; + list-style-type: "> "; +} + +hr { + margin-top: 20px; + border: 1px solid lime; +} + +nav ul { + display: flex; + list-style: none; +} +nav ul li { + margin: 0% 2%; +} + +footer ul { + list-style: none; +} + +@media (prefers-color-scheme: light) { + body { + background: oldlace; + color: darkslategrey; + } + a { + color: chocolate; + } + a:visited { + color: maroon; + } + hr { + border: 1px solid darkslategrey; + } +} diff --git a/html-templates/blogpost.html b/html-templates/blogpost.html new file mode 100644 index 0000000..a38ed44 --- /dev/null +++ b/html-templates/blogpost.html @@ -0,0 +1,39 @@ + + + + + $title$ + + + + + + + + +
+
+

$title$

+ + s.gibone + permalink +
+
+ $body$ +
+
+ + + diff --git a/html-templates/homepage.html b/html-templates/homepage.html new file mode 100644 index 0000000..f6ced5b --- /dev/null +++ b/html-templates/homepage.html @@ -0,0 +1,36 @@ + + + + + $title$ + + + + + + + + + +
+

+ Hello, je suis Steven GIBONE et bienvenu dans mon petit coin d'internet. + A ce jour (2024) je suis administrateur systèmes et réseaux junior, je ne sais toujours pas dans quelle mesure ce site sera tenu à jour et je risque d'alterner entre l'anglais et le français, vous êtes prévenus. +

+ steven.gibone.fr +
+ $body$ + + + diff --git a/html-templates/template.html b/html-templates/template.html new file mode 100644 index 0000000..c80a8f7 --- /dev/null +++ b/html-templates/template.html @@ -0,0 +1,32 @@ + + + + + $title$ + + + + + + + + +
+

$title$

+
+ $body$ + + + diff --git a/html/index.html b/html/index.html index d1efc6d..dcbf4a0 100644 --- a/html/index.html +++ b/html/index.html @@ -13,6 +13,7 @@