sprinkle in some IPDB in hero/SEO

This commit is contained in:
Matthias Kretschmann 2017-10-02 11:47:49 +02:00
parent b525748c1f
commit df6ec0e131
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 18 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# The Basics # The Basics
# -------------------- # --------------------
name: BigchainDB name: BigchainDB
description: 'The scalable blockchain database.' description: 'The scalable blockchain database powering IPDB.'
url: https://www.bigchaindb.com url: https://www.bigchaindb.com
ipdb_api_url: https://test.ipdb.io ipdb_api_url: https://test.ipdb.io

View File

@ -23,9 +23,10 @@ $menu-height-md: 66px;
height: 100vh; height: 100vh;
} }
.section-title { .hero__title {
color: #fff; color: #fff;
font-size: $font-size-h3; font-size: $font-size-h3;
margin-bottom: $spacer;
@media ($screen-sm) { @media ($screen-sm) {
font-size: $font-size-h2; font-size: $font-size-h2;
@ -38,6 +39,15 @@ $menu-height-md: 66px;
&:after { display: none; } &:after { display: none; }
} }
.hero__subtitle {
font-size: $font-size-h4;
margin-top: 0;
@media ($screen-sm) {
font-size: $font-size-h3;
}
}
.section-subtitle { .section-subtitle {
font-size: $font-size-h4; font-size: $font-size-h4;
@ -55,8 +65,8 @@ $menu-height-md: 66px;
// //
// intro animation // intro animation
// //
.hero .section-title, .hero__title,
.hero .section-description, .hero__subtitle,
.hero__action, .hero__action,
.logo-enterprise { .logo-enterprise {
.wf-active &, .wf-active &,
@ -66,7 +76,7 @@ $menu-height-md: 66px;
} }
} }
.hero .section-description { .hero__subtitle {
.wf-active &, .wf-active &,
.wf-inactive & { .wf-inactive & {
animation-delay: .3s; animation-delay: .3s;

View File

@ -4,7 +4,8 @@
<div class="hero__content row"> <div class="hero__content row">
<hgroup> <hgroup>
<h1 class="section-title">{{ page.tagline }}</h1> <h1 class="hero__title section-title">{{ page.tagline }}</h1>
<h2 class="hero__subtitle">{{ site.description }}</h2>
<a href="/getstarted/" class="hero__action btn btn-primary">Get Started</a> <a href="/getstarted/" class="hero__action btn btn-primary">Get Started</a>
</hgroup> </hgroup>
</div> </div>

View File

@ -1,7 +1,7 @@
--- ---
layout: base layout: base
tagline: 'Meet BigchainDB. <br>The scalable blockchain database.' tagline: 'Meet BigchainDB.'
front_page: true front_page: true
quotes: set1 quotes: set1