forked from organicmaps/website
dis fix 16
This commit is contained in:
parent
c3c6134e15
commit
182be99168
8 changed files with 48 additions and 24 deletions
|
@ -9,14 +9,18 @@ extra:
|
|||
community_hero_description: Organic Maps is created and maintained by people like you
|
||||
hero_image: /community/community-bg.png
|
||||
preview_image: donate/donate.png
|
||||
community_card_title_1: Join the
|
||||
community_card_title_1: Join the
|
||||
community_card_title_sub_1: Discussion
|
||||
community_card_description_1: Report, bugs, discuss idea, and propose features
|
||||
community_card_title_2: Contribute
|
||||
community_card_description_2: Help fix bugs, do code reviews, and develop new features.
|
||||
community_card_title_sub_2: Code
|
||||
community_card_title_3: Add
|
||||
community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap
|
||||
community_card_title_sub_3: Place Info
|
||||
community_card_title_4: Provide
|
||||
community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix
|
||||
community_card_title_sub_4: Support
|
||||
community_card_title_5: Translate
|
||||
community_card_description_5: Add and update translations in the app's interface, app stores and this website.
|
||||
community_card_title_6: Design & Product Management
|
||||
|
|
|
@ -23,7 +23,7 @@ extra:
|
|||
users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change
|
||||
users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you!
|
||||
users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort
|
||||
users_way_donation_name_1: Name Donat
|
||||
users_way_donation_name_1: Emily Johnson
|
||||
users_way_donation_name_2: Emanuel Matis
|
||||
users_way_donation_name_3: Rosa
|
||||
---
|
||||
|
|
|
@ -248,9 +248,12 @@
|
|||
&__icons {
|
||||
display: flex;
|
||||
gap: 5rem;
|
||||
|
||||
max-width: 750rem ;
|
||||
margin: 0 auto;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
@media (max-width: $media-sm) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
@ -258,7 +261,14 @@
|
|||
&__icon {
|
||||
text-decoration: none;
|
||||
transition: transform 0.5s;
|
||||
|
||||
width: 72rem;
|
||||
height: 72rem;
|
||||
flex-shrink: 0;
|
||||
img {
|
||||
width: 100%;
|
||||
width: 72rem;
|
||||
height: 72rem;
|
||||
}
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
static/images/donate/donat-service/icon01_1.png
Normal file
BIN
static/images/donate/donat-service/icon01_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -24,7 +24,7 @@
|
|||
<a class="p-sm footer__link" href="/volunteering/"><span class="p-sm footer__link">Volunteering</span></a>
|
||||
<a class="p-sm footer__link" href="/news/"><span class="p-sm footer__link">News</span></a>
|
||||
<a class="p-sm footer__link" href="/download/"><span class="p-sm footer__link">Download</span></a>
|
||||
<a class="p-sm footer__link" href="/donate/"><span class="p-sm footer__link">Help</span></a>
|
||||
<a class="p-sm footer__link" href="/support/"><span class="p-sm footer__link">Help</span></a>
|
||||
<a class="p-sm footer__link" href="/faq/"><span class="p-sm footer__link">FAQ</span></a>
|
||||
<a class="p-sm footer__link" href="https://omaps.app/api"><span class="p-sm footer__link">API</span></a>
|
||||
<a class="p-sm footer__link" href="/about/"><span class="p-sm footer__link">About</span></a>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
<h2 class="h5 section-community__title">
|
||||
{{ page.extra.community_card_title_1 | safe }}
|
||||
<span class="section-community__title-color">Discussion</span>
|
||||
<span class="section-community__title-color"> {{ page.extra.community_card_title_sub_1 | safe }}</span>
|
||||
</h2>
|
||||
<div class="section-community__line"></div>
|
||||
<p class="p-card section-community__description">
|
||||
|
@ -59,7 +59,10 @@
|
|||
</div>
|
||||
<h2 class="h5 section-community__title">
|
||||
{{ page.extra.community_card_title_2 | safe }}
|
||||
<span class="section-community__title-color">Code</span>
|
||||
<span class="section-community__title-color">
|
||||
{{ page.extra.community_card_title_sub_2 | safe }}
|
||||
|
||||
</span>
|
||||
</h2>
|
||||
<div class="section-community__line"></div>
|
||||
<p class="p-card section-community__description">
|
||||
|
@ -77,7 +80,9 @@
|
|||
</div>
|
||||
<h2 class="h5 section-community__title">
|
||||
{{ page.extra.community_card_title_3 | safe }}
|
||||
<span class="section-community__title-color">Place Info</span>
|
||||
<span class="section-community__title-color">
|
||||
{{ page.extra.community_card_title_sub_3 | safe }}
|
||||
</span>
|
||||
</h2>
|
||||
<div class="section-community__line"></div>
|
||||
<p class="p-card section-community__description">
|
||||
|
@ -94,7 +99,9 @@
|
|||
</div>
|
||||
<h2 class="h5 section-community__title">
|
||||
{{ page.extra.community_card_title_4 | safe }}
|
||||
<span class="section-community__title-color">Support</span>
|
||||
<span class="section-community__title-color">
|
||||
{{ page.extra.community_card_title_sub_4 | safe }}
|
||||
</span>
|
||||
</h2>
|
||||
<div class="section-community__line"></div>
|
||||
<p class="p-card section-community__description">
|
||||
|
|
|
@ -121,46 +121,49 @@
|
|||
<h2 class="h7 donate-services__title">{{ page.extra.service_title }}</h2>
|
||||
<p class="h1-sub donate-services__text">{{ page.extra.service_text }}</p>
|
||||
<div class="donate-services__icons">
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/7sIcPX5ivg2Y2v6145" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon01.png" alt="icon" width="75">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon01_1.png" alt="icon" width="75">
|
||||
</a>
|
||||
<a href="https://www.paypal.com/donate" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon02.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://github.com/sponsors/organicmaps/" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon03.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://liberapay.com/OrganicMaps" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon04.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://www.patreon.com/OrganicMaps" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon05.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://organicmaps.app/donate/#bank-transfer" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon06.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://opencollective.com/organicmaps" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon07.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon08.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon09.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon10.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon11.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon12.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://organicmaps.app/donate#crypto" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon13.png" alt="icon" width="72">
|
||||
</a>
|
||||
<a href="#" target="_blank" class="donate-services__icon">
|
||||
<a href="https://donate.stripe.com/28odU16mzg2Yc5GfYY" target="_blank" class="donate-services__icon">
|
||||
<img src="/images/donate/donat-service/icon14.png" alt="icon" width="72">
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue