diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/images/base.jpeg (renamed from static/base.jpeg) | bin | 92603 -> 92603 bytes | |||
-rw-r--r-- | static/images/crew.jpeg (renamed from static/crew.jpeg) | bin | 261527 -> 261527 bytes | |||
-rw-r--r-- | static/images/hero.jpeg (renamed from static/hero.jpeg) | bin | 477217 -> 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 Binary files differindex c51aca5..c51aca5 100644 --- a/static/base.jpeg +++ b/static/images/base.jpeg diff --git a/static/crew.jpeg b/static/images/crew.jpeg Binary files differindex 9f93e76..9f93e76 100644 --- a/static/crew.jpeg +++ b/static/images/crew.jpeg diff --git a/static/hero.jpeg b/static/images/hero.jpeg Binary files differindex fb2967c..fb2967c 100644 --- a/static/hero.jpeg +++ b/static/images/hero.jpeg 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 */ |