diff options
| author | Bobby <[email protected]> | 2022-10-02 11:55:14 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-02 11:55:14 -0400 |
| commit | 1e624f30c11e22699e6f6933b18a7a257a2ab73b (patch) | |
| tree | 2dbe7838a7ada5e1cd61339119d6b43de3e148d5 /static | |
| parent | fb1225d85d9291a394e9b371231b02a85272d121 (diff) | |
| download | thatcomputerscientist-1e624f30c11e22699e6f6933b18a7a257a2ab73b.tar.xz thatcomputerscientist-1e624f30c11e22699e6f6933b18a7a257a2ab73b.zip | |
Added announcements
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 4 | ||||
| -rw-r--r-- | static/images/gifs/underconstruction.gif | bin | 0 -> 5554 bytes | |||
| -rw-r--r-- | static/images/gifs/update.gif | bin | 0 -> 43010 bytes | |||
| -rw-r--r-- | static/images/logo/logo.png (renamed from static/images/logo.png) | bin | 14179 -> 14179 bytes | |||
| -rw-r--r-- | static/images/site/banner.png (renamed from static/images/banner.png) | bin | 206270 -> 206270 bytes | |||
| -rw-r--r-- | static/images/site/bg.jpeg (renamed from static/images/bg.jpeg) | bin | 131609 -> 131609 bytes |
6 files changed, 2 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css index 5db4ab57..1cf23d41 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,5 +1,5 @@ body { - background-image: url("../images/bg.jpeg"); + background-image: url("../images/site/bg.jpeg"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; @@ -12,7 +12,7 @@ body { } .header { - background-image: url("../images/banner.png"); + background-image: url("../images/site/banner.png"); background-size: contain; background-repeat: no-repeat; background-position: center; diff --git a/static/images/gifs/underconstruction.gif b/static/images/gifs/underconstruction.gif Binary files differnew file mode 100644 index 00000000..a8e4ad6c --- /dev/null +++ b/static/images/gifs/underconstruction.gif diff --git a/static/images/gifs/update.gif b/static/images/gifs/update.gif Binary files differnew file mode 100644 index 00000000..4ff3a313 --- /dev/null +++ b/static/images/gifs/update.gif diff --git a/static/images/logo.png b/static/images/logo/logo.png Binary files differindex 3546d8b2..3546d8b2 100644 --- a/static/images/logo.png +++ b/static/images/logo/logo.png diff --git a/static/images/banner.png b/static/images/site/banner.png Binary files differindex b437579f..b437579f 100644 --- a/static/images/banner.png +++ b/static/images/site/banner.png diff --git a/static/images/bg.jpeg b/static/images/site/bg.jpeg Binary files differindex 396e3bca..396e3bca 100644 --- a/static/images/bg.jpeg +++ b/static/images/site/bg.jpeg |
