Browse Source

landingpage fixes

pull/256/head
Marius 3 years ago
parent
commit
4fc7634ee8
  1. BIN
      Resources/landing-page/assets/img/plex-small.jpg
  2. BIN
      Resources/landing-page/assets/img/plex.png
  3. 14
      Resources/landing-page/css/custom.css
  4. 2
      index.html

BIN
Resources/landing-page/assets/img/plex-small.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 65 KiB

BIN
Resources/landing-page/assets/img/plex.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

14
Resources/landing-page/css/custom.css

@ -319,15 +319,15 @@ p {
} }
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.aquamarine-hover { #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 { #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 { #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 { #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 { #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 { #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 { #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 { #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 { #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%);
} }

2
index.html

@ -21,7 +21,7 @@
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="Resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" /> <link href="Resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" />
<link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css"> <link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.7"> <link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.8">
</head> </head>
<body id="page-top"> <body id="page-top">

Loading…
Cancel
Save