diff --git a/content/about-us/about-bg.png b/content/about-us/about-bg.png index bc38f238..2decf83a 100644 Binary files a/content/about-us/about-bg.png and b/content/about-us/about-bg.png differ diff --git a/content/community/index.md b/content/community/index.md index 13b7b0bc..d0007c56 100644 --- a/content/community/index.md +++ b/content/community/index.md @@ -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 diff --git a/content/new-donate/donate-bg.png b/content/new-donate/donate-bg.png index 7efe63a7..c69dcf5d 100644 Binary files a/content/new-donate/donate-bg.png and b/content/new-donate/donate-bg.png differ diff --git a/content/new-donate/index.md b/content/new-donate/index.md index 6e2eb154..c5fd3e46 100644 --- a/content/new-donate/index.md +++ b/content/new-donate/index.md @@ -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 --- diff --git a/content/volunteering/kv.png b/content/volunteering/kv.png index 19269ffa..7e464364 100644 Binary files a/content/volunteering/kv.png and b/content/volunteering/kv.png differ diff --git a/sass/component/header-sub.scss b/sass/component/header-sub.scss index a24405ce..38ebcacd 100644 --- a/sass/component/header-sub.scss +++ b/sass/component/header-sub.scss @@ -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) { diff --git a/sass/global/index.scss b/sass/global/index.scss index 56419418..09786621 100644 --- a/sass/global/index.scss +++ b/sass/global/index.scss @@ -31,10 +31,7 @@ max-width: 130rem; overflow: hidden; } .main { - padding-top: 80rem; - @media(max-width: $media-md) { -padding-top: 65rem; - } + } .line { width: 100%; diff --git a/sass/pages/community.scss b/sass/pages/community.scss index 412d26e5..18f23df5 100644 --- a/sass/pages/community.scss +++ b/sass/pages/community.scss @@ -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 { diff --git a/sass/pages/download.scss b/sass/pages/download.scss index 05df8efb..624648c6 100644 --- a/sass/pages/download.scss +++ b/sass/pages/download.scss @@ -39,6 +39,7 @@ &__icon { color: var(--green-button); + opacity: 0.1; @media (max-width: $media-md) { width: 18rem; height: 18rem; diff --git a/sass/pages/home.scss b/sass/pages/home.scss index f03ebe5d..1899e4be 100644 --- a/sass/pages/home.scss +++ b/sass/pages/home.scss @@ -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; diff --git a/sass/variables/color-theme.scss b/sass/variables/color-theme.scss index ca511b77..893c796b 100644 --- a/sass/variables/color-theme.scss +++ b/sass/variables/color-theme.scss @@ -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); diff --git a/sass/variables/fonts.scss b/sass/variables/fonts.scss index c4aadcd1..cc69b20e 100644 --- a/sass/variables/fonts.scss +++ b/sass/variables/fonts.scss @@ -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); diff --git a/static/images/community/Volunteer-banner.png b/static/images/community/Volunteer-banner.png new file mode 100644 index 00000000..d4be836e Binary files /dev/null and b/static/images/community/Volunteer-banner.png differ diff --git a/static/images/community/contribute-code-banner.png b/static/images/community/contribute-code-banner.png index f0e8c823..fbbed828 100644 Binary files a/static/images/community/contribute-code-banner.png and b/static/images/community/contribute-code-banner.png differ diff --git a/static/images/community/design-product-banner.png b/static/images/community/design-product-banner.png index ab845e9e..ffabcdee 100644 Binary files a/static/images/community/design-product-banner.png and b/static/images/community/design-product-banner.png differ diff --git a/static/images/community/discussion-card-banner.png b/static/images/community/discussion-card-banner.png index 9f57cbb2..c7728b90 100644 Binary files a/static/images/community/discussion-card-banner.png and b/static/images/community/discussion-card-banner.png differ diff --git a/static/images/community/location-info-banner.png b/static/images/community/location-info-banner.png index 8c5e7ab5..71663aea 100644 Binary files a/static/images/community/location-info-banner.png and b/static/images/community/location-info-banner.png differ diff --git a/static/images/community/provide-support-banner.png b/static/images/community/provide-support-banner.png index b5dd9871..83ba512f 100644 Binary files a/static/images/community/provide-support-banner.png and b/static/images/community/provide-support-banner.png differ diff --git a/static/images/community/translate-banner.png b/static/images/community/translate-banner.png index f912a10f..7e74fb42 100644 Binary files a/static/images/community/translate-banner.png and b/static/images/community/translate-banner.png differ diff --git a/static/images/crowdfunding/benefits-banner-1.png b/static/images/crowdfunding/benefits-banner-1.png index 80be3a3a..89b41831 100644 Binary files a/static/images/crowdfunding/benefits-banner-1.png and b/static/images/crowdfunding/benefits-banner-1.png differ diff --git a/static/images/crowdfunding/benefits-banner-2.png b/static/images/crowdfunding/benefits-banner-2.png index 766b2c74..a982f53c 100644 Binary files a/static/images/crowdfunding/benefits-banner-2.png and b/static/images/crowdfunding/benefits-banner-2.png differ diff --git a/static/images/crowdfunding/benefits-banner-3.png b/static/images/crowdfunding/benefits-banner-3.png index 5f752175..be1bc358 100644 Binary files a/static/images/crowdfunding/benefits-banner-3.png and b/static/images/crowdfunding/benefits-banner-3.png differ diff --git a/static/images/crowdfunding/benefits-banner-4.png b/static/images/crowdfunding/benefits-banner-4.png index 96b36651..80dcd3d9 100644 Binary files a/static/images/crowdfunding/benefits-banner-4.png and b/static/images/crowdfunding/benefits-banner-4.png differ diff --git a/static/images/crowdfunding/benefits-banner-5.png b/static/images/crowdfunding/benefits-banner-5.png index 97697c08..0766a8a0 100644 Binary files a/static/images/crowdfunding/benefits-banner-5.png and b/static/images/crowdfunding/benefits-banner-5.png differ diff --git a/static/images/crowdfunding/benefits-banner-6.png b/static/images/crowdfunding/benefits-banner-6.png index 2bb5e362..8b573878 100644 Binary files a/static/images/crowdfunding/benefits-banner-6.png and b/static/images/crowdfunding/benefits-banner-6.png differ diff --git a/static/images/crowdfunding/benefits-banner-7.png b/static/images/crowdfunding/benefits-banner-7.png index 40be6e04..268e0eec 100644 Binary files a/static/images/crowdfunding/benefits-banner-7.png and b/static/images/crowdfunding/benefits-banner-7.png differ diff --git a/static/images/crowdfunding/dabl-img.png b/static/images/crowdfunding/dabl-img.png new file mode 100644 index 00000000..ddef0e20 Binary files /dev/null and b/static/images/crowdfunding/dabl-img.png differ diff --git a/static/images/crowdfunding/join-us-banner.png b/static/images/crowdfunding/join-us-banner.png index 248c6824..d2cbf7ce 100644 Binary files a/static/images/crowdfunding/join-us-banner.png and b/static/images/crowdfunding/join-us-banner.png differ diff --git a/static/images/crowdfunding/rewards-banner-1.png b/static/images/crowdfunding/rewards-banner-1.png index 5654f592..16e5daae 100644 Binary files a/static/images/crowdfunding/rewards-banner-1.png and b/static/images/crowdfunding/rewards-banner-1.png differ diff --git a/static/images/crowdfunding/rewards-banner-2.png b/static/images/crowdfunding/rewards-banner-2.png index c5d736a1..747c32fa 100644 Binary files a/static/images/crowdfunding/rewards-banner-2.png and b/static/images/crowdfunding/rewards-banner-2.png differ diff --git a/static/images/crowdfunding/rewards-banner-3.png b/static/images/crowdfunding/rewards-banner-3.png index a6fe799b..59eca8f0 100644 Binary files a/static/images/crowdfunding/rewards-banner-3.png and b/static/images/crowdfunding/rewards-banner-3.png differ diff --git a/static/images/crowdfunding/rewards-banner-4.png b/static/images/crowdfunding/rewards-banner-4.png index 88d460b3..c11c8b90 100644 Binary files a/static/images/crowdfunding/rewards-banner-4.png and b/static/images/crowdfunding/rewards-banner-4.png differ diff --git a/static/images/crowdfunding/support-banner-1.png b/static/images/crowdfunding/support-banner-1.png index 9346292b..9dc229f2 100644 Binary files a/static/images/crowdfunding/support-banner-1.png and b/static/images/crowdfunding/support-banner-1.png differ diff --git a/static/images/crowdfunding/support-banner-2.png b/static/images/crowdfunding/support-banner-2.png index 57c346ec..41e3672a 100644 Binary files a/static/images/crowdfunding/support-banner-2.png and b/static/images/crowdfunding/support-banner-2.png differ diff --git a/static/images/crowdfunding/why-us-banner.png b/static/images/crowdfunding/why-us-banner.png index 90fc63d5..a958ac73 100644 Binary files a/static/images/crowdfunding/why-us-banner.png and b/static/images/crowdfunding/why-us-banner.png differ diff --git a/static/images/donate/first-card-banner.png b/static/images/donate/first-card-banner.png index f69292ba..60cd6417 100644 Binary files a/static/images/donate/first-card-banner.png and b/static/images/donate/first-card-banner.png differ diff --git a/static/images/donate/first-donate-ico.png b/static/images/donate/first-donate-ico.png index 9849fd31..c61e658c 100644 Binary files a/static/images/donate/first-donate-ico.png and b/static/images/donate/first-donate-ico.png differ diff --git a/static/images/donate/icon01.png b/static/images/donate/icon01.png new file mode 100644 index 00000000..36055711 Binary files /dev/null and b/static/images/donate/icon01.png differ diff --git a/static/images/donate/icon02.png b/static/images/donate/icon02.png new file mode 100644 index 00000000..e08c836a Binary files /dev/null and b/static/images/donate/icon02.png differ diff --git a/static/images/donate/second-card-banner.png b/static/images/donate/second-card-banner.png index e02c43e6..f7d52fbe 100644 Binary files a/static/images/donate/second-card-banner.png and b/static/images/donate/second-card-banner.png differ diff --git a/static/images/donate/second-donate-ico.png b/static/images/donate/second-donate-ico.png index 38a537a0..ee460351 100644 Binary files a/static/images/donate/second-donate-ico.png and b/static/images/donate/second-donate-ico.png differ diff --git a/templates/community.html b/templates/community.html index 64593784..edee036d 100644 --- a/templates/community.html +++ b/templates/community.html @@ -131,6 +131,22 @@ {{ page.extra.community_card_description_6 | safe }}
++ {{ page.extra.community_card_description_7 | safe }} +
+