From 33ca8d7f40e38f88d9b8e745a81632b107e29d65 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 3 Jul 2020 20:14:54 +0200 Subject: [PATCH] put images in subdir --- Makefile | 11 ++++++----- icon.png => images/icon.png | Bin mlem_bg.gif => images/mlem_bg.gif | Bin mlem_static.png => images/mlem_static.png | Bin niss_uwu_bg.png => images/niss_uwu_bg.png | Bin niss_wave.svg => images/niss_wave.svg | 0 shortcake.svg => images/shortcake.svg | 0 sparkles.svg => images/sparkles.svg | 0 star.svg => images/star.svg | 0 index.html | 8 ++++---- style.css | 12 +++++++----- 11 files changed, 17 insertions(+), 14 deletions(-) rename icon.png => images/icon.png (100%) rename mlem_bg.gif => images/mlem_bg.gif (100%) rename mlem_static.png => images/mlem_static.png (100%) rename niss_uwu_bg.png => images/niss_uwu_bg.png (100%) rename niss_wave.svg => images/niss_wave.svg (100%) rename shortcake.svg => images/shortcake.svg (100%) rename sparkles.svg => images/sparkles.svg (100%) rename star.svg => images/star.svg (100%) diff --git a/Makefile b/Makefile index fa390d7..f2b93a8 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ FONTS = $(shell find fonts -type f) CSS = style.css PAGES = index.html -IMAGES = \ - mlem.gif mlem_static.png icon.png \ - niss_uwu_bg_dim.png niss_uwu_bg.png \ - star_small.png sparkles_large.png niss_wave_large.png \ - shortcake_large.png +IMAGES = $(patsubst %,images/%, \ + mlem.gif mlem_static.png icon.png \ + niss_uwu_bg_dim.png niss_uwu_bg.png \ + star_small.png sparkles_large.png niss_wave_large.png \ + shortcake_large.png \ + ) BUILDDIR ?= _build TMPDIR ?= _tmp diff --git a/icon.png b/images/icon.png similarity index 100% rename from icon.png rename to images/icon.png diff --git a/mlem_bg.gif b/images/mlem_bg.gif similarity index 100% rename from mlem_bg.gif rename to images/mlem_bg.gif diff --git a/mlem_static.png b/images/mlem_static.png similarity index 100% rename from mlem_static.png rename to images/mlem_static.png diff --git a/niss_uwu_bg.png b/images/niss_uwu_bg.png similarity index 100% rename from niss_uwu_bg.png rename to images/niss_uwu_bg.png diff --git a/niss_wave.svg b/images/niss_wave.svg similarity index 100% rename from niss_wave.svg rename to images/niss_wave.svg diff --git a/shortcake.svg b/images/shortcake.svg similarity index 100% rename from shortcake.svg rename to images/shortcake.svg diff --git a/sparkles.svg b/images/sparkles.svg similarity index 100% rename from sparkles.svg rename to images/sparkles.svg diff --git a/star.svg b/images/star.svg similarity index 100% rename from star.svg rename to images/star.svg diff --git a/index.html b/index.html index 48e696f..1757e2e 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + web site more like web shite haha gottem @@ -17,8 +17,8 @@

“mlem”

“mlem also”

- - niss & nisse + + niss & nisse

@@ -67,7 +67,7 @@