mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
new guides hero
This commit is contained in:
parent
6ed5eef6cc
commit
4a1e714a09
141
_src/_assets/images/nosprite/starbase-guides.svg
Normal file
141
_src/_assets/images/nosprite/starbase-guides.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 45 KiB |
@ -1,3 +1,25 @@
|
||||
.header--guides {
|
||||
background: url('../img/nosprite/starbase-guides.svg') no-repeat center bottom;
|
||||
background-size: contain;
|
||||
padding-bottom: 17%;
|
||||
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> .row {
|
||||
@extend .row--wide;
|
||||
}
|
||||
|
||||
.header__tagline {
|
||||
@media ($screen-sm) {
|
||||
max-width: 40rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content--guide {
|
||||
.content--page--markdown {
|
||||
padding-top: $spacer * 4;
|
||||
@ -66,6 +88,7 @@
|
||||
@include color-overlay;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-image: url('../img/hero-berlin.jpg');
|
||||
display: block;
|
||||
box-shadow: none;
|
||||
background-color: $brand-main-blue-dark;
|
||||
|
@ -1,4 +1,4 @@
|
||||
<header role="banner" class="header"
|
||||
<header role="banner" class="header header--{{ page.url | replace: '/','' }}"
|
||||
{% if page.header %}
|
||||
{% if page.path contains '_guides' %}
|
||||
style="background-image:url('../{{ page.header }}')"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
|
||||
title: Guides
|
||||
title: The Hitchhiker Guides to BigchainDB
|
||||
tagline: "These guides explain you how to get started and build apps with BigchainDB/IPDB"
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user