Browse Source

landing page updates

pull/256/head
gilbn 3 years ago
parent
commit
7cdb4583aa
  1. BIN
      Resources/landing-page/assets/img/hotline-small.jpg
  2. BIN
      Resources/landing-page/assets/img/hotline.png
  3. BIN
      Resources/landing-page/assets/img/slides/10.jpg
  4. 2
      Resources/landing-page/css/custom.css
  5. 2
      index.html

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 78 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
Resources/landing-page/assets/img/slides/10.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 294 KiB

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

@ -323,7 +323,7 @@ p {
}
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.hotline-hover {
background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
background: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
}
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.space-gray-hover {

2
index.html

@ -21,7 +21,7 @@
<!-- Core theme CSS (includes Bootstrap)-->
<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/custom.css?v=1.6">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.7">
</head>
<body id="page-top">

Loading…
Cancel
Save