mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
banner updates
This commit is contained in:
parent
fbe210fb7e
commit
8199f4bb33
3
_src/_assets/img/icon-meetup.svg
Normal file
3
_src/_assets/img/icon-meetup.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.8 KiB |
@ -1,8 +1,8 @@
|
|||||||
.oceanprotocol {
|
.banner {
|
||||||
display: block;
|
display: block;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #141414;
|
background: $brand-01;
|
||||||
padding-top: $spacer / 2;
|
padding-top: $spacer / 2;
|
||||||
padding-bottom: $spacer / 2;
|
padding-bottom: $spacer / 2;
|
||||||
|
|
||||||
@ -10,12 +10,12 @@
|
|||||||
&:focus {
|
&:focus {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
.oceanprotocol__title {
|
.banner__title {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: #141414;
|
color: #141414;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oceanprotocol__logo {
|
.banner__logo {
|
||||||
fill: #141414;
|
fill: #141414;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -28,22 +28,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.oceanprotocol__title {
|
.banner__title {
|
||||||
font-size: .65rem;
|
font-size: .7rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: .8;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
@media ($screen-sm) {
|
@media ($screen-sm) {
|
||||||
font-size: .75rem;
|
font-size: $font-size-small;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.oceanprotocol__logo {
|
.banner__logo {
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-right: $spacer / 4;
|
margin-right: $spacer / 4;
|
||||||
margin-bottom: -.3rem;
|
margin-bottom: -.2rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
@ -19,7 +19,7 @@
|
|||||||
@import 'alerts';
|
@import 'alerts';
|
||||||
@import 'cookiebanner';
|
@import 'cookiebanner';
|
||||||
@import 'syntax';
|
@import 'syntax';
|
||||||
@import 'oceanprotocol';
|
@import 'banner';
|
||||||
|
|
||||||
.content--page--markdown {
|
.content--page--markdown {
|
||||||
padding-top: $spacer * 2;
|
padding-top: $spacer * 2;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: Joachim Lohkamp
|
- name: Joachim Lohkamp
|
||||||
position: Member-at-Large
|
position: President
|
||||||
|
|
||||||
bio: |
|
bio: |
|
||||||
Joachim Lohkamp is an entrepreneur and tech-enthusiast with a heart for activism. As the founder of Jolocom, he has been working at the forefront of the decentralization movement in Berlin since 2014. With Jolocom, he is providing the identity solution that will enable real world use cases in smart contract based business models.
|
Joachim Lohkamp is an entrepreneur and tech-enthusiast with a heart for activism. As the founder of Jolocom, he has been working at the forefront of the decentralization movement in Berlin since 2014. With Jolocom, he is providing the identity solution that will enable real world use cases in smart contract based business models.
|
||||||
|
9
_src/_includes/banner.html
Executable file
9
_src/_includes/banner.html
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
<a class="banner" href="https://www.meetup.com/blockchain-and-identity/">
|
||||||
|
<div class="row row--wide">
|
||||||
|
<h1 class="banner__title">
|
||||||
|
<svg class="banner__logo">
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#icon-meetup"></use>
|
||||||
|
</svg>
|
||||||
|
Join us at our next IPDB meetup for the test net launch!</h1>
|
||||||
|
</div>
|
||||||
|
</a>
|
@ -1,9 +0,0 @@
|
|||||||
<a class="banner--ocean oceanprotocol" href="https://oceanprotocol.com/?utm_source=ipdb.io&utm_medium=banner&utm_campaign=ocean_banner">
|
|
||||||
<div class="row row--wide">
|
|
||||||
<h1 class="oceanprotocol__title">
|
|
||||||
<svg class="oceanprotocol__logo">
|
|
||||||
<use xlink:href="/assets/img/sprite.svg#logo-oceanprotocol"></use>
|
|
||||||
</svg>
|
|
||||||
Meet Ocean. A Decentralized Data Exchange Protocol</h1>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
@ -12,7 +12,7 @@ redirect_from:
|
|||||||
|
|
||||||
{% assign content = site.data.content-front %}
|
{% assign content = site.data.content-front %}
|
||||||
|
|
||||||
{% include oceanprotocol.html %}
|
{% include banner.html %}
|
||||||
|
|
||||||
<header class="hero section">
|
<header class="hero section">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user