diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 0eb23b618..a190b08aa 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -260,6 +260,10 @@ background-repeat: no-repeat; background-image: url("/images/home/4.png"); z-index: 2; + &.en { + height: 3619px; + background-image: url("/images/home/4-en.png"); + } .title-black-h2 { margin-top: 107px; @@ -316,6 +320,10 @@ height: 1778px; background-image: url("/images/home/8.png"); margin-top: -308px; + &.en { + height: 1706px; + background-image: url("/images/home/8.png"); + } } .tabs { position: relative; diff --git a/layouts/_default/features.html b/layouts/_default/features.html index 764996a39..725fee0f9 100644 --- a/layouts/_default/features.html +++ b/layouts/_default/features.html @@ -13,7 +13,7 @@ {{range .children}}
  • {{ .name }} -

    {{ .name | safeHTML }}

    +

    {{ .name | safeHTML }}

    {{ .content | safeHTML }}

    {{if eq .label "extension"}}

    {{ i18n "Extension" }}

    diff --git a/layouts/index.html b/layouts/index.html index 2565a98c5..6484dbde2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -52,7 +52,7 @@ {{ end }}
    -
    +
    {{ with .Params.section2 }}

    {{ .title | safeHTML }}

    @@ -119,7 +119,7 @@
    -
    +
    {{ with .Params.section8 }}

    {{ .title | safeHTML }}

    diff --git a/static/images/home/4-en.png b/static/images/home/4-en.png new file mode 100644 index 000000000..613a2a789 Binary files /dev/null and b/static/images/home/4-en.png differ