mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
put back whitepaper section
This commit is contained in:
parent
24a4273176
commit
6253b8f18b
@ -127,11 +127,23 @@
|
||||
margin: auto;
|
||||
margin-bottom: $spacer;
|
||||
}
|
||||
}
|
||||
|
||||
.comingsoon {
|
||||
display: block;
|
||||
color: $gray-light;
|
||||
}
|
||||
|
||||
|
||||
.section-whitepaper {
|
||||
.icon {
|
||||
stroke: $brand-main-gray;
|
||||
stroke-dasharray: 4,4;
|
||||
opacity: .3;
|
||||
display: block;
|
||||
margin: auto;
|
||||
margin-bottom: $spacer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,13 +47,26 @@ front_page: true
|
||||
<svg class="icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
|
||||
</svg>
|
||||
Open Source & Whitepaper
|
||||
Open Source
|
||||
<span class="comingsoon">Coming Soon</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section-whitepaper">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Whitepaper</h1>
|
||||
</header>
|
||||
|
||||
<svg class="icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
||||
</svg>
|
||||
<p class="text-center comingsoon">Coming soon</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="earlyaccess" class="section section-earlyaccess background--gray">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
|
Loading…
Reference in New Issue
Block a user