diff --git a/_data/gallery.csv b/_data/gallery.csv index 021b88a..890fc5d 100644 --- a/_data/gallery.csv +++ b/_data/gallery.csv @@ -1,4 +1,7 @@ file,ts +disco_goomy.png,1742089246 +disco_experiment.png,1742071871 +pi_day_25.png,1741993729 nessiediff.png,1741788257 spacecomputing.png,1741754124 icecreambowlslime.png,1741613089 diff --git a/_sass/main.scss b/_sass/main.scss index 5a0e76d..957a698 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -15,9 +15,18 @@ html::before { top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; - opacity: 0.2; background-color: yellowgreen; - opacity: 0.8; + mix-blend-mode: overlay; + z-index: 99; +} + +html::after { + content: ""; + position: fixed; + top: 0px; left: 0px; + width: 100%; height: 100%; + pointer-events: none; + background-color: #b4f998; mix-blend-mode: multiply; z-index: 100; } diff --git a/index.md b/index.md index 9397511..f403f01 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,5 @@ --- +title: boot screen layout: barebones --- @@ -28,10 +29,10 @@ layout: barebones } @keyframes flicker { - 39% { background-color: #fcca5f } - 40% { background-color: #ed9c5a } - 50% { background-color: #fcca5f } - 100% { background-color: #fcca5f } + 39% { background-color: #de8015 } + 40% { background-color: #b4f998 } + 60% { background-color: #de8015 } + 100% { background-color: #de8015 } } #textbox { diff --git a/personal/gallery/disco_experiment.png b/personal/gallery/disco_experiment.png new file mode 100644 index 0000000..976d724 Binary files /dev/null and b/personal/gallery/disco_experiment.png differ diff --git a/personal/gallery/disco_goomy.png b/personal/gallery/disco_goomy.png new file mode 100644 index 0000000..17ec352 Binary files /dev/null and b/personal/gallery/disco_goomy.png differ diff --git a/personal/gallery/pi_day_25.png b/personal/gallery/pi_day_25.png new file mode 100644 index 0000000..e40ff19 Binary files /dev/null and b/personal/gallery/pi_day_25.png differ