From d297b19fd28b2ab20b74e176688b34e72a5deb6e Mon Sep 17 00:00:00 2001 From: a Date: Thu, 26 Sep 2024 10:56:20 -0500 Subject: [PATCH] move images into .assets folder, add support for seeing only my buttons --- public/{ => .assets}/images/IMG_1270.JPG | Bin public/{ => .assets}/images/khalil.jpg | Bin public/{ => .assets}/images/letlive.jpg | Bin public/{ => .assets}/images/me.jpg | Bin public/{ => .assets}/images/study.jpg | Bin .../images/sunset-square-bg-blue.min.avif | Bin .../images/sunset-square-bg-blue.min.jpg | Bin .../images/sunset-square-bg.min.jpg | Bin public/{ => .assets}/images/sunset-square.jpg | Bin .../images/sunset-square.min.jpg | Bin public/{ => .assets}/images/sunset.jpg | Bin public/{ => .assets}/images/sunset.min.jpg | Bin public/buttons/trwnh.com/buttons.html | 30 ++++++++++++++++++ public/buttons/trwnh.com/index.html | 1 + public/index.2021.html | 14 -------- public/index.2022.html | 19 ++--------- public/unstable/fedi-vs-web.html | 15 ++++++++- 17 files changed, 48 insertions(+), 31 deletions(-) rename public/{ => .assets}/images/IMG_1270.JPG (100%) rename public/{ => .assets}/images/khalil.jpg (100%) rename public/{ => .assets}/images/letlive.jpg (100%) rename public/{ => .assets}/images/me.jpg (100%) rename public/{ => .assets}/images/study.jpg (100%) rename public/{ => .assets}/images/sunset-square-bg-blue.min.avif (100%) rename public/{ => .assets}/images/sunset-square-bg-blue.min.jpg (100%) rename public/{ => .assets}/images/sunset-square-bg.min.jpg (100%) rename public/{ => .assets}/images/sunset-square.jpg (100%) rename public/{ => .assets}/images/sunset-square.min.jpg (100%) rename public/{ => .assets}/images/sunset.jpg (100%) rename public/{ => .assets}/images/sunset.min.jpg (100%) create mode 100644 public/buttons/trwnh.com/buttons.html create mode 120000 public/buttons/trwnh.com/index.html diff --git a/public/images/IMG_1270.JPG b/public/.assets/images/IMG_1270.JPG similarity index 100% rename from public/images/IMG_1270.JPG rename to public/.assets/images/IMG_1270.JPG diff --git a/public/images/khalil.jpg b/public/.assets/images/khalil.jpg similarity index 100% rename from public/images/khalil.jpg rename to public/.assets/images/khalil.jpg diff --git a/public/images/letlive.jpg b/public/.assets/images/letlive.jpg similarity index 100% rename from public/images/letlive.jpg rename to public/.assets/images/letlive.jpg diff --git a/public/images/me.jpg b/public/.assets/images/me.jpg similarity index 100% rename from public/images/me.jpg rename to public/.assets/images/me.jpg diff --git a/public/images/study.jpg b/public/.assets/images/study.jpg similarity index 100% rename from public/images/study.jpg rename to public/.assets/images/study.jpg diff --git a/public/images/sunset-square-bg-blue.min.avif b/public/.assets/images/sunset-square-bg-blue.min.avif similarity index 100% rename from public/images/sunset-square-bg-blue.min.avif rename to public/.assets/images/sunset-square-bg-blue.min.avif diff --git a/public/images/sunset-square-bg-blue.min.jpg b/public/.assets/images/sunset-square-bg-blue.min.jpg similarity index 100% rename from public/images/sunset-square-bg-blue.min.jpg rename to public/.assets/images/sunset-square-bg-blue.min.jpg diff --git a/public/images/sunset-square-bg.min.jpg b/public/.assets/images/sunset-square-bg.min.jpg similarity index 100% rename from public/images/sunset-square-bg.min.jpg rename to public/.assets/images/sunset-square-bg.min.jpg diff --git a/public/images/sunset-square.jpg b/public/.assets/images/sunset-square.jpg similarity index 100% rename from public/images/sunset-square.jpg rename to public/.assets/images/sunset-square.jpg diff --git a/public/images/sunset-square.min.jpg b/public/.assets/images/sunset-square.min.jpg similarity index 100% rename from public/images/sunset-square.min.jpg rename to public/.assets/images/sunset-square.min.jpg diff --git a/public/images/sunset.jpg b/public/.assets/images/sunset.jpg similarity index 100% rename from public/images/sunset.jpg rename to public/.assets/images/sunset.jpg diff --git a/public/images/sunset.min.jpg b/public/.assets/images/sunset.min.jpg similarity index 100% rename from public/images/sunset.min.jpg rename to public/.assets/images/sunset.min.jpg diff --git a/public/buttons/trwnh.com/buttons.html b/public/buttons/trwnh.com/buttons.html new file mode 100644 index 0000000..2742078 --- /dev/null +++ b/public/buttons/trwnh.com/buttons.html @@ -0,0 +1,30 @@ + + + + + + buttons for trwnh.com + + + +
+ +
+ + \ No newline at end of file diff --git a/public/buttons/trwnh.com/index.html b/public/buttons/trwnh.com/index.html new file mode 120000 index 0000000..8c9653e --- /dev/null +++ b/public/buttons/trwnh.com/index.html @@ -0,0 +1 @@ +buttons.html \ No newline at end of file diff --git a/public/index.2021.html b/public/index.2021.html index 1f68286..439d6f4 100644 --- a/public/index.2021.html +++ b/public/index.2021.html @@ -82,19 +82,5 @@ a {color: #64b5f6} - - - - diff --git a/public/index.2022.html b/public/index.2022.html index 591c1ca..c73ab3f 100644 --- a/public/index.2022.html +++ b/public/index.2022.html @@ -54,7 +54,7 @@ body:before { height: 100vh; left: 0; top: 0; - background: url(./images/sunset-square-bg-blue.min.jpg); + background: url(./.assets/images/sunset-square-bg-blue.min.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; filter: blur(1rem); @@ -90,8 +90,8 @@ img {color: white}
- - a picture i took of a sunset, but hue-shifted to be blue and purple + + a picture i took of a sunset, but hue-shifted to be blue and purple

hi, i'm a.

@@ -188,18 +188,5 @@ img {color: white} back to top
- - - diff --git a/public/unstable/fedi-vs-web.html b/public/unstable/fedi-vs-web.html index 31b0ab0..8c6284c 100644 --- a/public/unstable/fedi-vs-web.html +++ b/public/unstable/fedi-vs-web.html @@ -7,13 +7,26 @@ +