mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
enterprise hero
This commit is contained in:
parent
e903ae7a17
commit
73eceeafde
BIN
_src/_assets/images/hero-enterprise.jpg
Normal file
BIN
_src/_assets/images/hero-enterprise.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 KiB |
@ -17,8 +17,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero--enterprise {
|
.hero--enterprise {
|
||||||
background-image: none;
|
|
||||||
|
|
||||||
&,
|
&,
|
||||||
.section-title,
|
.section-title,
|
||||||
.section-description {
|
.section-description {
|
||||||
|
@ -82,88 +82,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
// Section backgrounds
|
|
||||||
//
|
|
||||||
.background--blue {
|
|
||||||
background: $brand-main-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background--darker {
|
|
||||||
background: $gray-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background--light {
|
|
||||||
background: $brand-main-gray-lighter;
|
|
||||||
|
|
||||||
.section-title,
|
|
||||||
p {
|
|
||||||
color: $brand-main-gray;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.background--gray {
|
|
||||||
background: $brand-main-gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background--green {
|
|
||||||
background: $brand-main-green;
|
|
||||||
|
|
||||||
.section-title,
|
|
||||||
p {
|
|
||||||
color: $brand-main-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title {
|
|
||||||
&:after {
|
|
||||||
background: darken($brand-main-green, 10%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature__icon {
|
|
||||||
stroke: $brand-main-blue;
|
|
||||||
color: $brand-main-gray-lighter;
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature__title {
|
|
||||||
color: $brand-main-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature__text {
|
|
||||||
color: $brand-main-gray-lighter;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
// Photo background
|
|
||||||
//
|
|
||||||
.background--photo {
|
|
||||||
@include color-overlay;
|
|
||||||
|
|
||||||
// background
|
|
||||||
background: url('../img/hero-berlin.jpg') no-repeat top center;
|
|
||||||
background-size: cover;
|
|
||||||
|
|
||||||
.row * {
|
|
||||||
position: relative;
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title {
|
|
||||||
&::after {
|
|
||||||
background: rgba($brand-main-blue-light, .5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title,
|
|
||||||
.section-description,
|
|
||||||
.header__title {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Specific sections
|
// Specific sections
|
||||||
//
|
//
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
$menu-height-md: 66px;
|
$menu-height-md: 66px;
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
@extend .background--photo;
|
@include background--photo();
|
||||||
background-image: url('../img/hero-berlin.jpg');
|
background-image: url('../img/hero-berlin.jpg');
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -8,3 +8,4 @@
|
|||||||
@import '_mixins/buttons';
|
@import '_mixins/buttons';
|
||||||
@import '_mixins/alerts';
|
@import '_mixins/alerts';
|
||||||
@import '_mixins/color-overlay';
|
@import '_mixins/color-overlay';
|
||||||
|
@import '_mixins/backgrounds';
|
||||||
|
84
_src/_assets/styles/bigchain/_mixins/_backgrounds.scss
Normal file
84
_src/_assets/styles/bigchain/_mixins/_backgrounds.scss
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
//
|
||||||
|
// Backgrounds
|
||||||
|
//
|
||||||
|
.background--blue {
|
||||||
|
background: $brand-main-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background--darker {
|
||||||
|
background: $gray-dark;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background--light {
|
||||||
|
background: $brand-main-gray-lighter;
|
||||||
|
|
||||||
|
.section-title,
|
||||||
|
p {
|
||||||
|
color: $brand-main-gray;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.background--gray {
|
||||||
|
background: $brand-main-gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background--green {
|
||||||
|
background: $brand-main-green;
|
||||||
|
|
||||||
|
.section-title,
|
||||||
|
p {
|
||||||
|
color: $brand-main-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
&:after {
|
||||||
|
background: darken($brand-main-green, 10%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature__icon {
|
||||||
|
stroke: $brand-main-blue;
|
||||||
|
color: $brand-main-gray-lighter;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature__title {
|
||||||
|
color: $brand-main-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature__text {
|
||||||
|
color: $brand-main-gray-lighter;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Photo background
|
||||||
|
//
|
||||||
|
@mixin background--photo() {
|
||||||
|
@include color-overlay;
|
||||||
|
|
||||||
|
// background
|
||||||
|
background: url('../img/hero-berlin.jpg') no-repeat top center;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
.row * {
|
||||||
|
position: relative;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
&::after {
|
||||||
|
background: rgba($brand-main-blue-light, .5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title,
|
||||||
|
.section-description,
|
||||||
|
.header__title {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.background--photo {
|
||||||
|
@include background--photo();
|
||||||
|
}
|
@ -3,6 +3,7 @@ layout: base
|
|||||||
|
|
||||||
title: Enterprise
|
title: Enterprise
|
||||||
|
|
||||||
|
image: hero-enterprise.jpg
|
||||||
js: page-enterprise.min.js
|
js: page-enterprise.min.js
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
@ -95,7 +96,7 @@ contact:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<header class="hero hero--enterprise">
|
<header class="hero hero--enterprise" {% if page.image %}style="background-image:url('/assets/img/{{ page.image }}')"{% endif %}>
|
||||||
|
|
||||||
{% include menu-main.html %}
|
{% include menu-main.html %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user