mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
unify bottom sections
This commit is contained in:
parent
918390dd99
commit
60aef59f33
@ -24,5 +24,31 @@
|
|||||||
|
|
||||||
|
|
||||||
.section-timeline {
|
.section-timeline {
|
||||||
@extend .background--light;
|
position: relative;
|
||||||
|
|
||||||
|
// background
|
||||||
|
background: url('../img/photo1.jpg') no-repeat center top;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
// color overlay
|
||||||
|
&:before {
|
||||||
|
content: "";
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(to top left, $brand-main-blue 0%, $brand-main-brown 100%);
|
||||||
|
opacity: .7;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row { z-index: 1 }
|
||||||
|
|
||||||
|
.section-title,
|
||||||
|
.section-description {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ title: Community
|
|||||||
<section class="section section-community">
|
<section class="section section-community">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Get in touch with Bigchain</h1>
|
<h1 class="section-title">Get involved</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="grid grid--full grid-small--fit grid--gutters">
|
<div class="grid grid--full grid-small--fit grid--gutters">
|
||||||
|
@ -63,11 +63,7 @@ title: Features
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Timeline.</h1>
|
<h1 class="section-title">Timeline.</h1>
|
||||||
|
<p class="section-description">Private beta is shipping now. Contact us more information. Public Bigchain will be released soon</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
|
||||||
Private beta is shipping now. Contact us more information. Public Bigchain will be released soon
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user