mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
sprinkle in some IPDB in hero/SEO
This commit is contained in:
parent
b525748c1f
commit
df6ec0e131
@ -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
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user