diff --git a/public/css/_donate.css b/public/css/_donate.css index a0e7fb0..9a6ae61 100644 --- a/public/css/_donate.css +++ b/public/css/_donate.css @@ -1,5 +1,5 @@ .header-bg { - background: linear-gradient(rgba(32,32,32,0) 0%, var(--background) 40%), url(../images/raster/donate_top.webp); + background: linear-gradient(rgba(32,32,32,0) 0%, var(--background) 40%), url(../images/raster/donate_top.jpg); background-position: top; background-origin: border-box; background-repeat: no-repeat; diff --git a/public/css/_first_run.css b/public/css/_first_run.css index ed5f4f2..f8b7efa 100644 --- a/public/css/_first_run.css +++ b/public/css/_first_run.css @@ -63,7 +63,7 @@ h1, p { .fr-1 { width: 100vw; height: 100vh; - background: url('/images/raster/updates_header.webp'), #8e7ebb; + background: url('/images/raster/updates_header.jpg'), #8e7ebb; background-size: cover; background-blend-mode: multiply; background-position: right; @@ -73,7 +73,7 @@ h1, p { .fr-2 { width: 100vw; height: 100vh; - background-image: url('/images/raster/updates_header.webp') #291561; + background-image: url('/images/raster/updates_header.jpg') #291561; background-size: cover; background-position: right; padding: 27vh 0rem 0 0; diff --git a/public/css/_updates.css b/public/css/_updates.css index a0f4ae0..df9bade 100644 --- a/public/css/_updates.css +++ b/public/css/_updates.css @@ -4,7 +4,7 @@ } .header-bg { - background: linear-gradient(rgba(32,32,32,0) 0%, var(--background) 40%), url(../images/raster/updates_header.webp); + background: linear-gradient(rgba(32,32,32,0) 0%, var(--background) 40%), url(../images/raster/updates_header.jpg); background-position: top; background-origin: border-box; background-repeat: no-repeat; diff --git a/public/images/raster/boy-horz.jpg b/public/images/raster/boy-horz.jpg new file mode 100644 index 0000000..6b2ed2e Binary files /dev/null and b/public/images/raster/boy-horz.jpg differ diff --git a/public/images/raster/covid_pandemic.jpg b/public/images/raster/covid_pandemic.jpg new file mode 100644 index 0000000..bb730f9 Binary files /dev/null and b/public/images/raster/covid_pandemic.jpg differ diff --git a/public/images/raster/donate_top.jpg b/public/images/raster/donate_top.jpg new file mode 100644 index 0000000..835657e Binary files /dev/null and b/public/images/raster/donate_top.jpg differ diff --git a/public/images/raster/donate_vert.jpg b/public/images/raster/donate_vert.jpg new file mode 100644 index 0000000..a37485b Binary files /dev/null and b/public/images/raster/donate_vert.jpg differ diff --git a/public/images/raster/hands-vert.jpg b/public/images/raster/hands-vert.jpg new file mode 100644 index 0000000..50d2524 Binary files /dev/null and b/public/images/raster/hands-vert.jpg differ diff --git a/public/images/raster/updates_header.jpg b/public/images/raster/updates_header.jpg new file mode 100644 index 0000000..c0e2bcb Binary files /dev/null and b/public/images/raster/updates_header.jpg differ diff --git a/public/images/raster/video-horz.jpg b/public/images/raster/video-horz.jpg new file mode 100644 index 0000000..4c805b1 Binary files /dev/null and b/public/images/raster/video-horz.jpg differ diff --git a/public/images/raster/wallpaper-quote.png b/public/images/raster/wallpaper-quote.png new file mode 100644 index 0000000..e4316af Binary files /dev/null and b/public/images/raster/wallpaper-quote.png differ diff --git a/public/index.html b/public/index.html index 5b04084..0d53176 100644 --- a/public/index.html +++ b/public/index.html @@ -63,6 +63,7 @@