fix
Before Width: | Height: | Size: 1,013 KiB After Width: | Height: | Size: 321 KiB |
|
@ -21,6 +21,8 @@ extra:
|
|||
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
|
||||
community_card_description_6: Shape the direction of the product and the user experience
|
||||
community_card_title_7: Volunteer
|
||||
community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support
|
||||
stay_connected_section_title: Stay Connected
|
||||
donate:
|
||||
title: Donate
|
||||
|
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 500 KiB |
|
@ -19,7 +19,9 @@ extra:
|
|||
funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails.
|
||||
users_way_section_title: Our users say
|
||||
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: I stopped using Google Maps and want to have an alternative to grow, for everyone to benefit from this
|
||||
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_2: Name Donat
|
||||
users_way_donation_name_2: Emanuel Matis
|
||||
users_way_donation_name_3: Rosa
|
||||
---
|
||||
|
|
Before Width: | Height: | Size: 686 KiB After Width: | Height: | Size: 184 KiB |
|
@ -2,10 +2,18 @@
|
|||
|
||||
.hero-sub {
|
||||
background-size: cover;
|
||||
padding: 20rem 0 124rem;
|
||||
padding: 120rem 0 124rem;
|
||||
position: relative;
|
||||
background-position: center center;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
height: 80rem;
|
||||
background-color: var(--common-green-primery);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
height: 100%;
|
||||
|
@ -16,7 +24,9 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 18rem 40rem;
|
||||
}
|
||||
&--big {
|
||||
padding:calc(var(--menu-height) + 30rem) 0 274rem;
|
||||
@media (max-width: $media-sm) {
|
||||
|
|
|
@ -31,10 +31,7 @@ max-width: 130rem;
|
|||
overflow: hidden;
|
||||
}
|
||||
.main {
|
||||
padding-top: 80rem;
|
||||
@media(max-width: $media-md) {
|
||||
padding-top: 65rem;
|
||||
}
|
||||
|
||||
}
|
||||
.line {
|
||||
width: 100%;
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 84rem 34rem;
|
||||
display: flex;
|
||||
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-around;
|
||||
gap: 80rem 10rem;
|
||||
@media (max-width: $media-md) {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
gap: 30rem 34rem;
|
||||
}
|
||||
}
|
||||
|
@ -28,6 +30,11 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
max-width: 523rem;
|
||||
width: 50%;
|
||||
@media (max-width: $media-md) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
|
@ -43,6 +50,7 @@
|
|||
|
||||
&__description {
|
||||
text-align: center;
|
||||
color: var(--text-com-color);
|
||||
}
|
||||
|
||||
&__line {
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
&__icon {
|
||||
color: var(--green-button);
|
||||
opacity: 0.1;
|
||||
@media (max-width: $media-md) {
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Hero Section
|
||||
.hero {
|
||||
margin: -80rem 0 0;
|
||||
//margin: -80rem 0 0;
|
||||
background: var(--common-black) url('/images/hero/hero-bg.jpg') center center / cover no-repeat fixed;
|
||||
height: 100vh;
|
||||
max-height: 900rem;
|
||||
|
@ -18,7 +18,9 @@
|
|||
padding: 120rem 0 51rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 18rem 40rem;
|
||||
}
|
||||
&__container {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
// Theme COLOR change
|
||||
.light {
|
||||
--text-com-color: var( --common-grey-v2);
|
||||
--map-grey-text: var(--common-grey-v7);
|
||||
--point-color: var(--common-green);
|
||||
--link-map-section: var(--common-white);
|
||||
|
@ -53,6 +54,7 @@
|
|||
}
|
||||
|
||||
.dark {
|
||||
--text-com-color: var( --common-white);
|
||||
--map-grey-text: var(--common-white);
|
||||
--point-color: var(--common-green-primery);
|
||||
--link-map-section: var(--common-grey-v6);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
--h1: 300 48rem/60rem var(--sub-fonst);
|
||||
--h1-inter: 700 36rem/46rem var(--main-font);
|
||||
--h1-sub: 400 24rem/32rem var(--main-font);
|
||||
--h1-sub_v2: 300 24rem/32rem var(--main-font);
|
||||
--h1-sub_v2: 500 24rem/32rem var(--main-font);
|
||||
--h3-boold: 700 24rem/32rem var(--main-font);
|
||||
--h3-normal: 600 24rem/32rem var(--main-font);
|
||||
--h4: 500 18rem/28rem var(--main-font);
|
||||
|
|
BIN
static/images/community/Volunteer-banner.png
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 505 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 645 KiB After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 598 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 632 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 344 KiB |
BIN
static/images/crowdfunding/dabl-img.png
Normal file
After Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 583 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 588 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 461 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 297 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 555 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 801 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 18 KiB |
BIN
static/images/donate/icon01.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
static/images/donate/icon02.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 727 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 15 KiB |
|
@ -131,6 +131,22 @@
|
|||
{{ page.extra.community_card_description_6 | safe }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="section-community__item">
|
||||
|
||||
<div class="section-community__img-row">
|
||||
<div class="icon-green section-community__icon">
|
||||
{% include 'ui/icons/community/icon-06.html' %}
|
||||
</div>
|
||||
<img class="section-community__img" src="/images/community/Volunteer-banner.png" alt="img">
|
||||
</div>
|
||||
<h2 class="h5 section-community__title">
|
||||
{{ page.extra.community_card_title_7 | safe }}
|
||||
</h2>
|
||||
<div class="section-community__line"></div>
|
||||
<p class="p-card section-community__description">
|
||||
{{ page.extra.community_card_description_7 | safe }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-social">
|
||||
|
|
|
@ -116,7 +116,8 @@
|
|||
<div class="swiper-slide">
|
||||
<div class="reviews__item">
|
||||
<p class="p reviews__text">{{ page.extra.users_way_donation_description_1 | safe }}</p>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_1| safe }}</h3>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_1| safe }} <br>
|
||||
<br> </h3>
|
||||
<img class="reviews__icon" src="/images/donate/first-donate-ico.png" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -124,24 +125,18 @@
|
|||
<div class="reviews__item">
|
||||
<p class="p reviews__text">{{ page.extra.users_way_donation_description_2 | safe }}</p>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_2| safe }}</h3>
|
||||
<img class="reviews__icon" src="/images/donate/second-donate-ico.png" alt="img">
|
||||
<img class="reviews__icon" src="/images/donate/icon01.png" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="reviews__item">
|
||||
<p class="p reviews__text">{{ page.extra.users_way_donation_description_2 | safe }}</p>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_2| safe }}</h3>
|
||||
<img class="reviews__icon" src="/images/donate/second-donate-ico.png" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="reviews__item">
|
||||
<p class="p reviews__text">{{ page.extra.users_way_donation_description_2 | safe }}</p>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_2| safe }}</h3>
|
||||
<img class="reviews__icon" src="/images/donate/second-donate-ico.png" alt="img">
|
||||
<p class="p reviews__text">{{ page.extra.users_way_donation_description_3 | safe }}</p>
|
||||
<h3 class="p-md-bold reviews__s-title">{{ page.extra.users_way_donation_name_3| safe }} <br><br> </h3>
|
||||
<img class="reviews__icon" src="/images/donate/icon02.png" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="reviews__pag">
|
||||
<div class="swiper-pagination"></div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{%- block content %}
|
||||
|
||||
|
||||
<section class="hero-sub" style="background-image: url({{ page.extra.hero_image | safe }})">
|
||||
<section class="hero-sub" style="background-image: url(/{{ page.extra.hero_image | safe }})">
|
||||
<div class="container hero-sub__container">
|
||||
<nav class="bred-crum">
|
||||
<ul class="bred-crum__row">
|
||||
|
|