From 0b69d61564397aa7777618c14d0f4a5b14b86114 Mon Sep 17 00:00:00 2001 From: William Wu Date: Fri, 6 Dec 2019 17:20:04 -0500 Subject: [PATCH 1/2] Shapes now fade to the edges, doesn't really fit non-mobile --- app/assets/stylesheets/home/layout.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/home/layout.scss b/app/assets/stylesheets/home/layout.scss index b5c39d6d6..b5a30644f 100644 --- a/app/assets/stylesheets/home/layout.scss +++ b/app/assets/stylesheets/home/layout.scss @@ -356,8 +356,12 @@ body { */ .footer-break { - background: asset-url("home/footer-background.png") no-repeat center center, asset-url("bh-logos/brickhack-6.png") no-repeat center center; - background-size: auto 120px; + background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0) 40%, + rgba(255,255,255,0) 60%, rgba(255,255,255,0.9)), + + asset-url("bh-logos/brickhack-6.png") no-repeat center center, + asset-url("home/footer-background.png") no-repeat center center; + //background-size: auto 120px; width: 100%; height: 300px; margin-bottom: 5em; From c462a2b41ab7aa0c4d286b57977b343f320084db Mon Sep 17 00:00:00 2001 From: William Wu Date: Fri, 6 Dec 2019 18:12:17 -0500 Subject: [PATCH 2/2] footer more opaque --- app/assets/stylesheets/home/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/home/layout.scss b/app/assets/stylesheets/home/layout.scss index b5a30644f..0b1a53ab0 100644 --- a/app/assets/stylesheets/home/layout.scss +++ b/app/assets/stylesheets/home/layout.scss @@ -365,7 +365,7 @@ body { width: 100%; height: 300px; margin-bottom: 5em; - opacity: 0.75; + opacity: 1; background-size: 1200px, 250px; z-index: 100;