diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..9ae14da --- /dev/null +++ b/css/base.css @@ -0,0 +1,22 @@ +:root { + --bg-color: #111111; + --fg-color: #FFFFFF; +} + +html { + align-items: center; + background-color: var(--bg-color); + color: var(--fg-color); + display: flex; + font-family: monospace; + font-size: 1.5em; + justify-content: center; + min-height: 100vh; +} + +::selection { + background-color: var(--fg-color); + color: var(--bg-color); +} + +a, a:visited { color: var(--fg-color); } diff --git a/css/fish.css b/css/fish.css new file mode 100644 index 0000000..3a83246 --- /dev/null +++ b/css/fish.css @@ -0,0 +1,7 @@ +img { + max-width: 640px; +} + +header, div { + text-align: center; +} diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..e9b9adf --- /dev/null +++ b/css/index.css @@ -0,0 +1,20 @@ +.section { + padding-top: 0.5lh; +} + +header, footer { + text-align: center; +} + +ul { + list-style-type: '- '; + padding-left: 3ch; + margin-top: 0.5lh; + margin-bottom: 0.5lh; +} + +.copyleft { + font: sans-serif; + display: inline-block; + transform: rotateY(180deg); +} diff --git a/css/style.css b/css/man.css similarity index 54% rename from css/style.css rename to css/man.css index 3bc108b..e90f0ae 100644 --- a/css/style.css +++ b/css/man.css @@ -1,31 +1,9 @@ -:root { - --bg-color: #000000; - --fg-color: #FFFFFF; -} - -html { - display: flex; - width: 100%; - background-color: var(--bg-color); - color: var(--fg-color); - font-size: 1em; - font-family: "Cascadia Code", monospace; - justify-content: center; -} - -::selection { - background-color: var(--fg-color); - color: var(--bg-color); -} - body { width: 80ch; height: 100%; margin: 0; } -a, a:visited { color: var(--fg-color); } - header, footer { display: flex; justify-content: space-between; diff --git a/fish.html b/fish.html new file mode 100644 index 0000000..0a9af38 --- /dev/null +++ b/fish.html @@ -0,0 +1,54 @@ + + + + + + + FISH + + + + +
THE FISH ><>
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + diff --git a/img/fish/bands.avif b/img/fish/bands.avif new file mode 100644 index 0000000..82f94a2 Binary files /dev/null and b/img/fish/bands.avif differ diff --git a/img/fish/bands_rotated.avif b/img/fish/bands_rotated.avif new file mode 100644 index 0000000..82f94a2 Binary files /dev/null and b/img/fish/bands_rotated.avif differ diff --git a/img/fish/bubbles.avif b/img/fish/bubbles.avif new file mode 100644 index 0000000..c9e2974 Binary files /dev/null and b/img/fish/bubbles.avif differ diff --git a/img/fish/spike.avif b/img/fish/spike.avif new file mode 100644 index 0000000..99b4860 Binary files /dev/null and b/img/fish/spike.avif differ diff --git a/img/fish/squid.avif b/img/fish/squid.avif new file mode 100644 index 0000000..96dfd9d Binary files /dev/null and b/img/fish/squid.avif differ diff --git a/img/fish/sus.avif b/img/fish/sus.avif new file mode 100644 index 0000000..834b782 Binary files /dev/null and b/img/fish/sus.avif differ diff --git a/img/fish/thin.avif b/img/fish/thin.avif new file mode 100644 index 0000000..8c959e5 Binary files /dev/null and b/img/fish/thin.avif differ diff --git a/img/fish/whale.avif b/img/fish/whale.avif new file mode 100644 index 0000000..b889ba8 Binary files /dev/null and b/img/fish/whale.avif differ diff --git a/index.html b/index.html index d2da78d..ee04445 100644 --- a/index.html +++ b/index.html @@ -2,155 +2,35 @@ - - Henri Saudubray - + + + 17maiga + -
- HENRI(1) - User information - HENRI(1) -
+
HELLO THERE :)
-
-
Name
-
- Henri Saudubray - Computer science student -
-
-
-
Synopsis
-
- I am a computer science student at Parisian Master of Research in - Computer Science (MPRI) at Université Paris Saclay, focusing on - formal logic, proof assistants, and programming languages. -
-
-
-
Experience
-
diff --git a/man.html b/man.html new file mode 100644 index 0000000..40db21d --- /dev/null +++ b/man.html @@ -0,0 +1,149 @@ + + + + + + + Henri Saudubray + + + + +
+ HENRI(1) + User information + HENRI(1) +
+
+
+
Name
+
+ Henri Saudubray - Computer science student +
+
+
+
Synopsis
+
+ I am a computer science student at Parisian Master of Research in + Computer Science (MPRI) at Université Paris Saclay, focusing on + formal logic, proof assistants, and programming languages. +
+
+
+
Experience
+ +
+
+
Education
+ +
+
+
Files
+ +
+
+
See Also
+ +
+
+ + +