diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index aca82d73..fb057232 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -73,9 +73,59 @@ body { .header__image { display: none; } } .header__download-box { - outline: 1px solid green; + transition: all .2s; margin: 30vh auto 0 auto; - width: 30vw; } + width: calc(95%); + font-family: 'Open Sans', sans-serif; + font-size: 2rem; } @media (max-width: 56.25em) { .header__download-box { - width: 70vw; } } + margin: 10vh auto 0 auto; } } + .header__download-box--title { + font-weight: 300; + font-size: 5rem; + margin: 0 0 1rem 2rem; } + .header__download-box--subtitle { + font-weight: 400; + font-size: 2rem; + margin-bottom: .5rem; } + +.download-button { + transition: all .2s; + background-color: white; + display: block; + border: 1px solid #cdcdcd; + border-radius: 2px; + float: left; + margin-right: 5px; + padding: 0 15px 2px 15px; + font-size: 38px; + color: #3f3f3f; + text-decoration: none; } + .download-button:hover { + color: #faa424; } + .download-button__web { + font-size: 25px; + background-color: #04d431; + background-color: #faa424; + background-color: #fd9d0d; + background-color: #3f3f3f; + color: white; + color: #202020; + color: white; + padding: 10px 20px 10px 15px; + border-radius: 3px; + border: 1px solid #ffffff; + border: 1px solid #e7e7e7; } + .download-button__web--label { + font-size: 25px; + font-weight: normal; + padding-left: 10px; } + .download-button__web:hover { + color: #3d3d3d; + background-color: #ffe5be; + background-color: #faa424; } + +.fa-apple { + position: relative; + top: -2px; } diff --git a/docs/assets/sass/layout/_header.scss b/docs/assets/sass/layout/_header.scss index bfcc6ea6..bcbdbb65 100644 --- a/docs/assets/sass/layout/_header.scss +++ b/docs/assets/sass/layout/_header.scss @@ -1,4 +1,5 @@ .header { + background-color: rgb(247, 247, 247); height: calc(100vh - 3rem); overflow: hidden; @@ -6,28 +7,108 @@ &__image { display: block; margin: 8vh auto 0 auto; - - @include respond(tab-port){ - display: none; + + @include respond(tab-port) { + display: none; } + // @include respond(phone){ // display: none; // } } &__download-box { + transition: all .2s; // display: inline-block; - outline: 1px solid green; + // outline: 1px solid green; margin: 30vh auto 0 auto; - width: 30vw; + width: calc(95%); - @include respond(tab-port){ - width: 70vw; + @include respond(tab-port) { + margin: 10vh auto 0 auto; } // position: relative; // top: 50%; // transform: translateY(-50%); + font-family: 'Open Sans', + sans-serif; + font-size: 2rem; + + &--title { + font-weight: 300; + font-size: 5rem; + margin: 0 0 1rem 2rem; + } + + &--subtitle { + font-weight: 400; + font-size: 2rem; + margin-bottom: .5rem; + } + } +} + +.download-button { + // -webkit-appearance: button; + // -moz-appearance: button; + // appearance: button; + transition: all .2s; + + background-color: white; + display: block; + border: 1px solid #cdcdcd; + border-radius: 2px; + float: left; + margin-right: 5px; + padding: 0 15px 2px 15px; + font-size: 38px; + color: rgb(63, 63, 63); + //color: black; + //opacity: .80; + text-decoration: none; + // outline-color: rgb(141, 140, 140); + + &:hover { + color: rgb(250, 164, 36); + + } + + &__web { + font-size: 25px; + background-color: rgb(4, 212, 49); + background-color: rgb(250, 164, 36); + background-color: rgb(253, 157, 13); + background-color: rgb(63, 63, 63);; + color: white; + color: rgb(32, 32, 32); + color: white; + + + padding: 10px 20px 10px 15px; + border-radius: 3px; + + // border: 1px solid #ececec; + border: 1px solid #ffffff; + border: 1px solid #e7e7e7; + + &--label { + font-size: 25px; + font-weight: normal; + padding-left: 10px; + } + + &:hover { + color: rgb(61, 61, 61); + background-color: rgb(255, 229, 190); + background-color: rgb(250, 164, 36); + } + } +} + +.fa-apple { + position: relative; + top: -2px; } \ No newline at end of file diff --git a/docs/images/[EN]-snap-store-black-uneditable@1x.png b/docs/images/[EN]-snap-store-black-uneditable@1x.png new file mode 100644 index 00000000..76301e4a Binary files /dev/null and b/docs/images/[EN]-snap-store-black-uneditable@1x.png differ diff --git a/docs/images/[EN]-snap-store-white-uneditable@1x.png b/docs/images/[EN]-snap-store-white-uneditable@1x.png new file mode 100644 index 00000000..90ff85de Binary files /dev/null and b/docs/images/[EN]-snap-store-white-uneditable@1x.png differ diff --git a/docs/images/sengi_image.png b/docs/images/sengi_image.png index 1ddc66d1..7d0cfe34 100644 Binary files a/docs/images/sengi_image.png and b/docs/images/sengi_image.png differ diff --git a/docs/index.html b/docs/index.html index 30110ee3..ef11325c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,6 +9,9 @@