mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-11 08:09:33 +01:00
ERDF logo & page (#83)
This commit is contained in:
parent
620d4bea4a
commit
9ce873df0c
20
_src/_assets/images/logo-erdf.svg
Normal file
20
_src/_assets/images/logo-erdf.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 37 KiB |
@ -182,24 +182,68 @@
|
||||
border-top: 1px solid $gray-dark;
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-top: ($spacer * 4);
|
||||
margin-top: ($spacer * 2);
|
||||
padding-top: ($spacer * 2);
|
||||
|
||||
@media ($screen-sm) {
|
||||
@media ($screen-md) {
|
||||
padding-bottom: $spacer * 2;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.menu__link {
|
||||
display: inline-block;
|
||||
text-transform: none;
|
||||
padding: ($spacer * 2) ($spacer/2);
|
||||
|
||||
@media ($screen-md) {
|
||||
padding: 0 $spacer;
|
||||
}
|
||||
|
||||
&:first-child { margin-left: ($spacer/2); }
|
||||
&:last-child { padding-right: 0; }
|
||||
}
|
||||
|
||||
&,
|
||||
small,
|
||||
.menu__link {
|
||||
@extend .mini;
|
||||
@extend .small;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// ERDF logo
|
||||
//
|
||||
.erdf {
|
||||
display: block;
|
||||
margin-top: $spacer * 2;
|
||||
margin-bottom: $spacer;
|
||||
box-shadow: none;
|
||||
text-align: center;
|
||||
|
||||
@media ($screen-md) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: none;
|
||||
|
||||
.logo-erdf {
|
||||
fill: $brand-main-green;
|
||||
color: $brand-main-green;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo-erdf {
|
||||
@extend .transition;
|
||||
fill: $gray-light;
|
||||
color: $gray-light;
|
||||
width: 150px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -52,19 +52,28 @@
|
||||
|
||||
</div>
|
||||
|
||||
<small class="footer__copyright">
|
||||
© {{ site.time | date: "%Y" }} {{ site.address.company }}
|
||||
<div class="footer__copyright">
|
||||
<small>
|
||||
© {{ site.time | date: "%Y" }} {{ site.address.company }}
|
||||
|
||||
{% for link in site.data.menus.legal %}
|
||||
{% for link in site.data.menus.legal %}
|
||||
|
||||
{% assign active = nil %}
|
||||
{% if page.url contains link.url %}
|
||||
{% assign active = 'active' %}
|
||||
{% endif %}
|
||||
{% assign active = nil %}
|
||||
{% if page.url contains link.url %}
|
||||
{% assign active = 'active' %}
|
||||
{% endif %}
|
||||
|
||||
<a class="menu__link {{ active }} js-tracking-menu" href="{{ link.url }}">{{ link.title }}</a>
|
||||
<a class="menu__link {{ active }} js-tracking-menu" href="{{ link.url }}">{{ link.title }}</a>
|
||||
|
||||
{% endfor %}
|
||||
</small>
|
||||
{% endfor %}
|
||||
</small>
|
||||
|
||||
<a class="erdf" href="/erdf/" title="BigchainDB is partially supported by the European Regional Development Fund (ERDF)">
|
||||
<svg class="logo logo-erdf" aria-labelledby="title">
|
||||
<title>European Regional Development Fund (ERDF)</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#logo-erdf"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
17
_src/erdf.md
Normal file
17
_src/erdf.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
|
||||
title: The European Regional Development Fund - ERDF
|
||||
---
|
||||
|
||||
BigchainDB is partially supported by the European Regional Development Fund (ERDF) to develop a scalable blockchain database technology and open public network.
|
||||
|
||||
### Projected goals
|
||||
|
||||
- Scalable blockchain database technology that handles at least 100,000 writes per second
|
||||
- Scalable blockchain database as a service
|
||||
- Scalable blockchain with 3-15 nodes
|
||||
|
||||
### Expected outcomes
|
||||
|
||||
- Establish partnerships with distributed database providers and enterprises
|
Loading…
Reference in New Issue
Block a user