summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-03-27 14:20:24 +0100
committerLinnnus <[email protected]>2024-03-31 15:40:19 +0200
commit7a7b2a6415e09fcaf596bad5c52fd9572633b073 (patch)
tree11b36261214bf9bbd39a418c6c64d33dafe36e56 /static
parent05394a2be90a0fdf8c9ab571d07ed6c4a82ce89d (diff)
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.
Diffstat (limited to 'static')
-rw-r--r--static/images/base.jpeg (renamed from static/base.jpeg)bin92603 -> 92603 bytes
-rw-r--r--static/images/crew.jpeg (renamed from static/crew.jpeg)bin261527 -> 261527 bytes
-rw-r--r--static/images/hero.jpeg (renamed from static/hero.jpeg)bin477217 -> 477217 bytes
-rw-r--r--static/styles/base.css (renamed from static/base.css)0
-rw-r--r--static/styles/index.css (renamed from static/index.css)2
5 files changed, 1 insertions, 1 deletions
diff --git a/static/base.jpeg b/static/images/base.jpeg
index c51aca5..c51aca5 100644
--- a/static/base.jpeg
+++ b/static/images/base.jpeg
Binary files differ
diff --git a/static/crew.jpeg b/static/images/crew.jpeg
index 9f93e76..9f93e76 100644
--- a/static/crew.jpeg
+++ b/static/images/crew.jpeg
Binary files differ
diff --git a/static/hero.jpeg b/static/images/hero.jpeg
index fb2967c..fb2967c 100644
--- a/static/hero.jpeg
+++ b/static/images/hero.jpeg
Binary files differ
diff --git a/static/base.css b/static/styles/base.css
index f9b1ae6..f9b1ae6 100644
--- a/static/base.css
+++ b/static/styles/base.css
diff --git a/static/index.css b/static/styles/index.css
index 3f07a45..22e6dd0 100644
--- a/static/index.css
+++ b/static/styles/index.css
@@ -17,7 +17,7 @@
/* Place a cool background image with a radial gradient over it, to give vibezzz and readability. */
background-image:
radial-gradient(circle at center, rgba(0, 0, 0, 20%) 0, rgba(0, 0, 0, 80%) 100%),
- url(/static/hero.jpeg);
+ url(/images/hero.jpeg);
background-size: cover;
/* TODO: Put some cool image here */