diff --git a/content/download/index.md b/content/download/index.md index bed5754d..59fd6347 100644 --- a/content/download/index.md +++ b/content/download/index.md @@ -21,7 +21,7 @@ extra: desktop_shop_name_2: Linux download_section_title: Already downloaded? download_section_list_title_1: Offline Maps and Exploration - download_section_list_title_2: Offline Maps and Exploration - download_section_list_title_3: Offline Maps and Exploration - download_section_list_title_4: Offline Maps and Exploration + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No Ads, No Tracking + download_section_list_title_4: Open-Source and Community-Driven --- \ No newline at end of file diff --git a/sass/main.scss b/sass/main.scss index 42e5fda7..6faf1104 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -33,5 +33,6 @@ @import "./pages/faq-page"; @import "./pages/about-us"; @import "./pages/crowdfunding"; +@import "./pages/download"; diff --git a/sass/pages/download.scss b/sass/pages/download.scss new file mode 100644 index 00000000..05df8efb --- /dev/null +++ b/sass/pages/download.scss @@ -0,0 +1,112 @@ +@import "../variables/media"; + + +.section-device { + padding: var(--container-mob-section) 0; + + &__container { + display: flex; + gap: 10rem; + @media (max-width: $media-md) { + flex-direction: column; + } + } + + &__img { + max-width: 130rem; + } + + &__item { + background-color: var(--bg-green); + border-radius: 10rem; + padding: 30rem 20rem; + flex-grow: 1; + @media (max-width: $media-md) { + padding: 20rem; + + } + } + + &__title-row { + display: flex; + justify-content: space-between; + align-items: center; + @media (max-width: $media-md) { + margin-bottom: 16rem; + + } + } + + &__icon { + color: var(--green-button); + @media (max-width: $media-md) { + width: 18rem; + height: 18rem; + svg { + height: 100%; + width: 100%; + } + } + } + + &__content-item { + padding: 26rem 16rem; + border-radius: 10rem; + border: 1px solid var(--common-line-color); + display: flex; + gap: 10rem; + align-items: flex-end; + justify-content: space-between; + + &:last-of-type { + flex-grow: 1; + } + + @media (max-width: $media-md) { + display: grid; + grid-template-columns: 1fr 1fr; + padding: 20rem 16rem; + } + } + + &__content-title { + margin-bottom: 20rem; + } + + &__content { + display: flex; + gap: 10rem; + @media (max-width: $media-md) { + flex-direction: column; + } + } +} + +.section-step { + padding-bottom: var(--container-mob-section); + + &__title { + margin-bottom: 30rem; + } + + &__content { + display: grid; + grid-template-columns: repeat(4, 1fr); + justify-content: space-between; + @media (max-width: $media-md) { + grid-template-columns:1fr; + gap: 30rem; + } + } + + &__text { + margin-top: 15rem; + } + &__item { + @media (max-width: $media-md) { + display: flex; + align-items: center; + gap: 23rem; + } + } +} \ No newline at end of file diff --git a/templates/download.html b/templates/download.html index da271076..6cc86dcb 100644 --- a/templates/download.html +++ b/templates/download.html @@ -35,7 +35,6 @@
-

{{ page.extra.mobile_payment_title | safe }}

@@ -45,64 +44,102 @@
-

{{ page.extra.mobile_payment_methods_1 | safe }}

-

{{ page.extra.mobile_shop_name_1 | safe }}

- img +
+

{{ page.extra.mobile_payment_methods_1 | safe }}

+

{{ page.extra.mobile_shop_name_1 | safe }}

+ img +
+ +
+
+
+

{{ page.extra.mobile_payment_methods_2 | safe }}

+

{{ page.extra.mobile_shop_name_2 | safe }}

+ img +
+
+

{{ page.extra.mobile_shop_name_3 | safe }}

+ img +
+
+

{{ page.extra.mobile_shop_name_4 | safe }}

+ img +
-
-
+
+
+

{{ page.extra.desktop_payment_title | safe }}

+
+ {% include 'ui/icons/social/upload.html' %} +
+
-
-

{{ page.extra.mobile_payment_methods_1 | safe }}

+
+
+
+

{{ page.extra.desktop_payment_methods_1 | safe }}

+

{{ page.extra.desktop_shop_name_1 | safe }}

+ img +
+
+

{{ page.extra.desktop_payment_methods_2 | safe }}

+

{{ page.extra.desktop_shop_name_2 | safe }}

+ img +
+
-
-
-
-

{{ page.extra.mobile_payment_methods_2 | safe }}

-

{{ page.extra.mobile_shop_name_2 | safe }}

-
-
-

{{ page.extra.mobile_shop_name_3 | safe }}

- -
-
-

{{ page.extra.mobile_shop_name_4 | safe }}

- -
-
-
-
-

{{ page.extra.desktop_payment_title | safe }}

-
-

{{ page.extra.desktop_payment_methods_1 | safe }}

-

{{ page.extra.desktop_shop_name_1 | safe }}

- -
-
-

{{ page.extra.desktop_payment_methods_2 | safe }}

-

{{ page.extra.desktop_shop_name_2 | safe }}

-
-
-

{{ page.extra.download_section_title | safe }}

-
-

{{ page.extra.download_section_list_title_1 | safe }}

-
-
-

{{ page.extra.download_section_list_title_2 | safe }}

-
-
-

{{ page.extra.download_section_list_title_3 | safe }}

-
-
-

{{ page.extra.download_section_list_title_4 | safe }}

+ +
+
+

{{ page.extra.download_section_title | safe }}

+
+
+
+ 01 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_1 | safe }}

+
+
+
+ 02 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_2 | safe }}

+
+
+
+ 03 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_3 | safe }}

+
+
+
+ 04 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_4 | safe }}

+
+
+ +
{% include 'section/donate.html' %} {%- endblock content %} \ No newline at end of file