forked from organicmaps/website
dis fix 9
This commit is contained in:
parent
084981c959
commit
1a85ba1cd2
2 changed files with 12 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
|||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
<h3 class="h3-bold support-block__title"> {{ trans(key='ged-involved-title', lang=lang) }}</h3>
|
||||
<div class="support-block__row">
|
||||
<div class="support-block__card">
|
||||
{% include 'ui/icons/header/donate.html' %}
|
||||
<a href="/new-donate" target="_blank">
|
||||
{% include 'ui/icons/header/donate.html' %}
|
||||
</a>
|
||||
<h5 class="h4 support-block__icon-title">
|
||||
{{ trans(key='donate-title', lang=lang) }}
|
||||
</h5>
|
||||
|
@ -14,7 +16,10 @@
|
|||
|
||||
</div>
|
||||
<div class="support-block__card">
|
||||
{% include 'ui/icons/header/code.html' %}
|
||||
<a href="/community" target="_blank">
|
||||
{% include 'ui/icons/header/code.html' %}
|
||||
</a>
|
||||
|
||||
<h5 class="h4 support-block__icon-title">
|
||||
{{ trans(key='contribute-code-title', lang=lang) }}
|
||||
</h5>
|
||||
|
@ -25,7 +30,10 @@
|
|||
|
||||
</div>
|
||||
<div class="support-block__card">
|
||||
{% include 'ui/icons/header/location.html' %}
|
||||
<a href="/community" target="_blank">
|
||||
{% include 'ui/icons/header/location.html' %}
|
||||
</a>
|
||||
|
||||
<h5 class="h4 support-block__icon-title">
|
||||
{{ trans(key='contribute-location-title', lang=lang) }}
|
||||
</h5>
|
||||
|
|
Loading…
Add table
Reference in a new issue