summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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 */