Index
This commit is contained in:
commit
226a868bf2
10
README
Normal file
10
README
Normal file
|
@ -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.
|
45
index.html
Normal file
45
index.html
Normal file
|
@ -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>© 2025</P>
|
||||||
|
</FOOTER>
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
||||||
|
|
Loading…
Reference in a new issue