From 28eb19ff41835fc6c7b820f9fa8fed7863ec87e5 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 22 Sep 2024 21:39:06 +0200 Subject: [PATCH] move styles and scripts into directories --- Makefile | 4 +-- index.html | 12 ++++---- run.ts => script/run.ts | 0 shuffle.ts => script/shuffle.ts | 0 base.css => style/base.css | 50 ++++++++++++++++----------------- cube.css => style/cube.css | 0 flat.css => style/flat.css | 0 static.css => style/static.css | 0 8 files changed, 33 insertions(+), 33 deletions(-) rename run.ts => script/run.ts (100%) rename shuffle.ts => script/shuffle.ts (100%) rename base.css => style/base.css (87%) rename cube.css => style/cube.css (100%) rename flat.css => style/flat.css (100%) rename static.css => style/static.css (100%) diff --git a/Makefile b/Makefile index 53021fa..c2e772a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -CSS = $(wildcard *.css) $(shell find fonts -type f) +CSS = $(wildcard style/*.css) $(shell find fonts -type f) PAGES = index.html pubkey.txt MEDIA = \ $(wildcard media/*.png) $(wildcard media/*.gif) $(wildcard media/*.webp) \ $(wildcard media/flags/*) $(wildcard media/buttons/*) \ $(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png -SCRIPTS = $(patsubst %.ts,%.js,$(wildcard *.ts)) +SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts)) MISC = $(shell find .well-known -type f) ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC) diff --git a/index.html b/index.html index b1955db..eb90d20 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ - - - + + + @@ -26,8 +26,8 @@ --> - - + +