diff --git a/Resources/landing-page/assets/img/plex-small.jpg b/Resources/landing-page/assets/img/plex-small.jpg index bd781357..9da859a8 100644 Binary files a/Resources/landing-page/assets/img/plex-small.jpg and b/Resources/landing-page/assets/img/plex-small.jpg differ diff --git a/Resources/landing-page/assets/img/plex.png b/Resources/landing-page/assets/img/plex.png index e3dd2907..9a6dda5f 100644 Binary files a/Resources/landing-page/assets/img/plex.png and b/Resources/landing-page/assets/img/plex.png differ diff --git a/Resources/landing-page/css/custom.css b/Resources/landing-page/css/custom.css index 75e1e135..c790dc92 100644 --- a/Resources/landing-page/css/custom.css +++ b/Resources/landing-page/css/custom.css @@ -319,15 +319,15 @@ p { } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.aquamarine-hover { - background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.hotline-hover { - background: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed; + background: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.space-gray-hover { - background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed; + background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.organizr-dark-hover { @@ -335,11 +335,11 @@ p { } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.dark-hover { - background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.plex-hover { - background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; + background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.dracula-hover { @@ -347,9 +347,9 @@ p { } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.overseer-hover { - background: #111827; + background: linear-gradient(360deg, hsl(221, 39%, 11%) 65%, hsl(215, 28%, 17%) 100%); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.hotpink-hover { - background: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%) center center/cover no-repeat fixed; + background: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%); } \ No newline at end of file diff --git a/index.html b/index.html index 3ca4813c..e7030961 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - +