From 4ca115db76c42b2f1603553946fe0d3eb87a44fe Mon Sep 17 00:00:00 2001 From: counterweight Date: Tue, 14 Jan 2025 00:00:15 +0100 Subject: [PATCH] things --- public/index.html | 71 ++++++++++++++++++++++++++++++++++++++--------- public/my_cv.txt | 1 + public/styles.css | 15 +++++----- 3 files changed, 67 insertions(+), 20 deletions(-) create mode 100644 public/my_cv.txt diff --git a/public/index.html b/public/index.html index 825d131..c87822e 100644 --- a/public/index.html +++ b/public/index.html @@ -21,45 +21,90 @@

About me

A few facts you might care about:

+
-

Contact

+

Contact

You can catch me through a few places:

- +

If you are looking for my CV, no need to reach out, you can fetch it + yourself + here.

+

Good reason to reach out include:

+ +

Bad reasons to reach out include:

+ +
+
+
+

My projects

+

Some of the projects I've shared publicly:

+ +

There are also some other projects that I generally keep private but might disclose under the right + circumstances. Some notable hints:

+ +
+
+
+

Writings

+

Sometimes I like to jot down ideas and drop them here.

+ \ No newline at end of file diff --git a/public/my_cv.txt b/public/my_cv.txt new file mode 100644 index 0000000..d9655e7 --- /dev/null +++ b/public/my_cv.txt @@ -0,0 +1 @@ +I've done various things. \ No newline at end of file diff --git a/public/styles.css b/public/styles.css index 407b168..c1ff27d 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1,15 +1,16 @@ -main { - width: 50%; - min-width: 300px; +body { + width: 33%; + min-width: 600px; margin: 0 auto; font-family: sans-serif; } - -h1, h2, h3 { +h1, +h2, +h3 { text-align: center; } -.li-with-explainer { - display: inline-block; +footer { + text-align: center; } \ No newline at end of file