]> git.puffer.fish Git - nico/www.git/commitdiff
Index master
authorNicolas Paul <n@nc0.fr>
Sun, 27 Apr 2025 13:29:43 +0000 (15:29 +0200)
committerNicolas Paul <n@nc0.fr>
Sun, 27 Apr 2025 13:29:43 +0000 (15:29 +0200)
README [new file with mode: 0644]
index.html [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e2fd17b
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+
+                          ███    ██ ██  █████  ██████
+                          ████   ██ ██ ██     ██    ██
+                          ██ ██  ██ ██ ██     ██    ██
+                          ██  ██ ██ ██ ██     ██    ██
+                          ██   ████ ██  █████  ██████
+
+
+   Personal home of Nicolas on the World Wide Web at http://puffer.fish/~nico.
+   Copyright (c) 2025 Nicolas Paul.  All rights reserved.
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..cca8703
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<HTML>
+  <HEAD>
+    <TITLE>~nico</TITLE>
+    <META CHARSET="utf-8">
+    <META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
+    <LINK REL="me" HREF="https://mastodon.puffer.fish/@nico">
+
+    <STYLE>
+    HTML {
+      margin: auto;
+      max-width: 57ch;
+      font-size: 14pt;
+    }
+
+    HEADER, FOOTER { text-align: center; }
+
+    IMG {
+      width: 100%;
+      height: auto;
+    }
+    </STYLE>
+  </HEAD>
+  <BODY>
+    <HEADER>
+      <H1 ID="nico">NICO</H1>
+    </HEADER>
+
+   <MAIN>
+      <P>
+      Hey, I want to be a system programmer.
+      I'm also available using electronic mails at <CODE><A HREF="mailto:n@nc0.fr">nico@puffer.fish</A></CODE>.
+      </P>
+
+      <!-- TODO(nico): blog on failure as a natural property of systems -->
+      <!-- TODO(nico): blog on extensibility and modding -->
+      <!-- TODO(nico): blog on the advantages of uniformity -->
+    </MAIN>
+
+    <FOOTER>
+      <P>&copy; 2025</P>
+    </FOOTER>
+  </BODY>
+</HTML>
+