1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

put back whitepaper section

This commit is contained in:
Matthias Kretschmann 2015-12-22 13:26:13 +01:00
parent 24a4273176
commit 6253b8f18b
2 changed files with 28 additions and 3 deletions

View File

@ -127,10 +127,22 @@
margin: auto; margin: auto;
margin-bottom: $spacer; margin-bottom: $spacer;
} }
}
.comingsoon { .comingsoon {
display: block;
color: $gray-light;
}
.section-whitepaper {
.icon {
stroke: $brand-main-gray;
stroke-dasharray: 4,4;
opacity: .3;
display: block; display: block;
color: $gray-light; margin: auto;
margin-bottom: $spacer;
} }
} }

View File

@ -47,13 +47,26 @@ front_page: true
<svg class="icon"> <svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-tree"></use> <use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
</svg> </svg>
Open Source &amp; Whitepaper Open Source
<span class="comingsoon">Coming Soon</span> <span class="comingsoon">Coming Soon</span>
</p> </p>
</div> </div>
</div> </div>
</section> </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"> <section id="earlyaccess" class="section section-earlyaccess background--gray">
<div class="row"> <div class="row">
<header class="section-header"> <header class="section-header">