From 0c9c07773ea19a8e34b677c2941c8f58c030fc15 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 4 Jun 2023 17:51:26 +0400 Subject: [PATCH] All photographs placed in a photos subdirectory. --- web/assets/img/{ => photos}/acer.webp | Bin web/assets/img/{ => photos}/acer_thumb.webp | Bin web/assets/img/{ => photos}/my_cat.webp | Bin web/assets/img/{ => photos}/my_cat_2.webp | Bin web/assets/img/{ => photos}/my_cat_2_thumb.webp | Bin web/assets/img/{ => photos}/my_cat_thumb.webp | Bin web/assets/img/{ => photos}/raspi.webp | Bin web/assets/img/{ => photos}/raspi_thumb.webp | Bin web/templates/about.pug | 16 ++++++++-------- 9 files changed, 8 insertions(+), 8 deletions(-) rename web/assets/img/{ => photos}/acer.webp (100%) rename web/assets/img/{ => photos}/acer_thumb.webp (100%) rename web/assets/img/{ => photos}/my_cat.webp (100%) rename web/assets/img/{ => photos}/my_cat_2.webp (100%) rename web/assets/img/{ => photos}/my_cat_2_thumb.webp (100%) rename web/assets/img/{ => photos}/my_cat_thumb.webp (100%) rename web/assets/img/{ => photos}/raspi.webp (100%) rename web/assets/img/{ => photos}/raspi_thumb.webp (100%) diff --git a/web/assets/img/acer.webp b/web/assets/img/photos/acer.webp similarity index 100% rename from web/assets/img/acer.webp rename to web/assets/img/photos/acer.webp diff --git a/web/assets/img/acer_thumb.webp b/web/assets/img/photos/acer_thumb.webp similarity index 100% rename from web/assets/img/acer_thumb.webp rename to web/assets/img/photos/acer_thumb.webp diff --git a/web/assets/img/my_cat.webp b/web/assets/img/photos/my_cat.webp similarity index 100% rename from web/assets/img/my_cat.webp rename to web/assets/img/photos/my_cat.webp diff --git a/web/assets/img/my_cat_2.webp b/web/assets/img/photos/my_cat_2.webp similarity index 100% rename from web/assets/img/my_cat_2.webp rename to web/assets/img/photos/my_cat_2.webp diff --git a/web/assets/img/my_cat_2_thumb.webp b/web/assets/img/photos/my_cat_2_thumb.webp similarity index 100% rename from web/assets/img/my_cat_2_thumb.webp rename to web/assets/img/photos/my_cat_2_thumb.webp diff --git a/web/assets/img/my_cat_thumb.webp b/web/assets/img/photos/my_cat_thumb.webp similarity index 100% rename from web/assets/img/my_cat_thumb.webp rename to web/assets/img/photos/my_cat_thumb.webp diff --git a/web/assets/img/raspi.webp b/web/assets/img/photos/raspi.webp similarity index 100% rename from web/assets/img/raspi.webp rename to web/assets/img/photos/raspi.webp diff --git a/web/assets/img/raspi_thumb.webp b/web/assets/img/photos/raspi_thumb.webp similarity index 100% rename from web/assets/img/raspi_thumb.webp rename to web/assets/img/photos/raspi_thumb.webp diff --git a/web/templates/about.pug b/web/templates/about.pug index 8e25e08..cca307a 100755 --- a/web/templates/about.pug +++ b/web/templates/about.pug @@ -35,11 +35,11 @@ block content h2 My kot Boris :3 div.columns.figs figure - a(href='/assets/img/my_cat.webp') - img(src='/assets/img/my_cat_thumb.webp' title=':3' alt='My cat. :3') + a(href='/assets/img/photos/my_cat.webp') + img(src='/assets/img/photos/my_cat_thumb.webp' title=':3' alt='My cat. :3') figure - a(href='/assets/img/my_cat_2.webp') - img(src='/assets/img/my_cat_2_thumb.webp' title='xDDDD' alt='xDDDD') + a(href='/assets/img/photos/my_cat_2.webp') + img(src='/assets/img/photos/my_cat_2_thumb.webp' title='xDDDD' alt='xDDDD') p And here we continue. :) section#more-about-me h3 Hobbies @@ -90,12 +90,12 @@ block content section#servers-photos div.columns.figs figure - a(href='/assets/img/raspi.webp') - img(src='/assets/img/raspi_thumb.webp' alt='Raspberry Pi 3 rev. B') + a(href='/assets/img/photos/raspi.webp') + img(src='/assets/img/photos/raspi_thumb.webp' alt='Raspberry Pi 3 rev. B') figcaption Raspberry Pi 3 rev. B figure - a(href='/assets/img/acer.webp') - img(src='/assets/img/acer_thumb.webp' title='Screen and keyboard are broken anyway.' alt='Laptop') + a(href='/assets/img/photos/acer.webp') + img(src='/assets/img/photos/acer_thumb.webp' title='Screen and keyboard are broken anyway.' alt='Laptop') figcaption Acer Packard Bell TE69CX section#servers-public-services h2 Public services