mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
use asset for Services logo
This commit is contained in:
parent
cc690702cb
commit
7dca3989b2
10
_src/_assets/images/logo-services.svg
Normal file
10
_src/_assets/images/logo-services.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
@ -36,14 +36,10 @@
|
||||
}
|
||||
|
||||
.hero--services {
|
||||
.logo-services {
|
||||
margin-bottom: $spacer;
|
||||
|
||||
.logo,
|
||||
.logo-services--text {
|
||||
.logo--services {
|
||||
display: inline-block;
|
||||
opacity: .75;
|
||||
}
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
margin-bottom: $spacer * 2;
|
||||
|
@ -5,7 +5,7 @@
|
||||
padding-bottom: $spacer * 7;
|
||||
}
|
||||
|
||||
.logo-services {
|
||||
.logo--services {
|
||||
margin-bottom: $spacer;
|
||||
transform: scale(.8);
|
||||
transform-origin: left;
|
||||
|
@ -45,32 +45,3 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
.logo-services {
|
||||
.logo {
|
||||
@extend .logo--sm;
|
||||
display: inline-block;
|
||||
color: $brand-main-blue-light;
|
||||
fill: $brand-main-blue-light;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-services--text {
|
||||
font-size: $font-size-h3 * 1.1;
|
||||
display: inline-block;
|
||||
color: $brand-main-blue-light;
|
||||
padding-left: $spacer;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: $spacer / 3;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background: $brand-main-violet;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
@ -2,13 +2,10 @@
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
|
||||
<div class="logo-services">
|
||||
<svg class="logo" aria-labelledby="title">
|
||||
<title>Logo</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
<svg class="logo logo--services" aria-labelledby="title">
|
||||
<title>Logo BigchainDB Services</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#logo-services"></use>
|
||||
</svg>
|
||||
<span class="logo-services--text">Services</span>
|
||||
</div>
|
||||
|
||||
<h1 class="section-title">Hands-on consulting and production support by blockchain experts.</h1>
|
||||
</header>
|
||||
|
@ -84,12 +84,9 @@ contact:
|
||||
|
||||
<div class="hero__content row">
|
||||
<hgroup>
|
||||
<div class="logo-services">
|
||||
<svg class="logo logo--white">
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
<svg class="logo logo--services logo--white">
|
||||
<use xlink:href="/assets/img/sprite.svg#logo-services"></use>
|
||||
</svg>
|
||||
<span class="logo-services--text">Services</span>
|
||||
</div>
|
||||
<h1 class="hero__title">{{ page.hero.title }}</h1>
|
||||
<h2 class="hero__subtitle">{{ page.hero.description }}</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user