From 08e00dd4c82f291449441208b2afab30134cb44c Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 30 Jun 2021 17:43:53 -0500 Subject: [PATCH] Switch to CSS --- about/index.html | 7 +++++-- contact/index.html | 19 ++++++++++++++----- dodecahedra/index.html | 21 +++++++++++---------- fun/index.html | 20 ++++++++++++++++++++ index.html | 20 ++++++++++++-------- style.css | 12 ++++++++++++ 6 files changed, 74 insertions(+), 25 deletions(-) create mode 100644 fun/index.html create mode 100644 style.css diff --git a/about/index.html b/about/index.html index 0cfc82d..88efb29 100644 --- a/about/index.html +++ b/about/index.html @@ -2,15 +2,18 @@ About + -
+

About



- Programming / math / science / ML / free software / Linux / emulation / hardware / hacking / homebrew / cryptography / Lego / origami / physics enthusiast! +

+ Programming / math / science / ML / free software / Linux / emulation / hardware / hacking / homebrew / cryptography / Lego / origami / physics enthusiast! +


diff --git a/contact/index.html b/contact/index.html index 1526130..2015dfc 100644 --- a/contact/index.html +++ b/contact/index.html @@ -2,27 +2,36 @@ Contact + -
+

Contact



- Email: Prove you are not a robot by computing the sum of the totients of the first 24 integers. Then concatenate that after the symbol of the 73rd element and add the character with ASCII value of 109. The domain is protonmail.com. +

+ Email: Prove you are not a robot by computing the sum of the totients of the first 24 integers. Then concatenate that after the symbol of the 73rd element and add the character with ASCII value of 109. The domain is pm.me. +



- Matrix: Same as email, but with domain exozy.me instead. +

+ Matrix: Same as email, but with domain exozy.me instead. +



- Mastodon: Same as email, but with domain exozy.me as well. +

+ Mastodon: Same as email, but with domain exozy.me as well. +



- Discord: Please don't use Discord if you can, but you can find me at "Discord TOS Violator" with tag 0x19d4 in decimal. Note that I will not receive messages sent between 22:30 and 8:30 CST. +

+ Discord: Please don't use Discord if you can avoid it, but you can find me at "Discord TOS Violator" with tag 0x19d4 in decimal. Note that I will not receive messages sent between 22:30 and 8:30 CST. If you really want to contact me, the other methods are better and probably more reliable. +


diff --git a/dodecahedra/index.html b/dodecahedra/index.html index 4aa6824..e30ca79 100644 --- a/dodecahedra/index.html +++ b/dodecahedra/index.html @@ -2,9 +2,10 @@ Dodecahedra + -
+

Dodecahedra


@@ -14,19 +15,19 @@

-
+

The dodecahedron on the front page, folded out of a single sheet of paper! -

+



- Blender dodecahedron + Blender dodecahedron

-
+

A nice dodecahedron that I made in Blender. -

+



@@ -34,9 +35,9 @@

-
+

Here's an animated version that only took a few hours to render. -

+



@@ -44,9 +45,9 @@

-
+

What if I told you this clever design only uses 120x 2x2 bricks and 60x black pins? That's it! You can do some pretty cool things with even the most basic pieces! -

+


diff --git a/fun/index.html b/fun/index.html new file mode 100644 index 0000000..40588a3 --- /dev/null +++ b/fun/index.html @@ -0,0 +1,20 @@ + + + + Fun + + + +
+
+

Fun

+
+ +
+

+ Under construction. +

+
+
+ + diff --git a/index.html b/index.html index 58800f7..197faff 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,17 @@ - Some random website + -
+

Origami dodecahedron

- about + About

@@ -23,16 +23,20 @@

- dodecahedra + Dodecahedra
+
+ Fun +
+ +
+ Contact +
+
exozyme
- -
- contact -
diff --git a/style.css b/style.css new file mode 100644 index 0000000..be4b21d --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +div { + text-align:center; + font-family:monospace; + font-size:16px; +} + +p { + text-align:left; + margin:auto; + width:720px; + line-height: 24px; +}