From 7a7b2a6415e09fcaf596bad5c52fd9572633b073 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 27 Mar 2024 14:20:24 +0100 Subject: Move styles and images into subfolder See the updates to the README for a description of the new layout. Note that the /static/ prefix has also been removed from URLs. It felt kind of like we were leaking implementation details. The fact that these files are staic doesn't concern the consumer of the service. --- static/images/base.jpeg | Bin 0 -> 92603 bytes static/images/crew.jpeg | Bin 0 -> 261527 bytes static/images/hero.jpeg | Bin 0 -> 477217 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/images/base.jpeg create mode 100644 static/images/crew.jpeg create mode 100644 static/images/hero.jpeg (limited to 'static/images') diff --git a/static/images/base.jpeg b/static/images/base.jpeg new file mode 100644 index 0000000..c51aca5 Binary files /dev/null and b/static/images/base.jpeg differ diff --git a/static/images/crew.jpeg b/static/images/crew.jpeg new file mode 100644 index 0000000..9f93e76 Binary files /dev/null and b/static/images/crew.jpeg differ diff --git a/static/images/hero.jpeg b/static/images/hero.jpeg new file mode 100644 index 0000000..fb2967c Binary files /dev/null and b/static/images/hero.jpeg differ -- cgit v1.2.3