diff --git a/view/template/page/home2.php b/view/template/page/home2.php index a21d594e..6956e751 100644 --- a/view/template/page/home2.php +++ b/view/template/page/home2.php @@ -2,34 +2,29 @@ false, 'isBordered' => false]) ?> -
-
-
-
-
-

Content Freedom.

-

Watch, read or play what you choose. Earn full value for what you create.

-

You own your data. You control the network. Indeed, you are the network.

-

Hollywood films, college lessons, amazing streamers and more are on the first media platform ruled by you.

-
- +
+
+
+
+

Content Freedom

+

LBRY is a free, open, and community-run digital marketplace.

+

You own your data. You control the network. Indeed, you are the network.

+

Hollywood films, college lessons, amazing streamers and more are on the first media network ruled by you.

-
-

GitHub user? Try our API immediately.

-

Early access begins April 2017.

+ -
- +
+

Want a super early version and willing to suffer?
+ Join our Slack.

+
+
+ +
false, 'isBordered' => false]) ?> diff --git a/web/img/lbry-ui.png b/web/img/lbry-ui.png index ec71765c..745d1d7a 100644 Binary files a/web/img/lbry-ui.png and b/web/img/lbry-ui.png differ diff --git a/web/scss/_basic.scss b/web/scss/_basic.scss index 0a5cb601..4442db1d 100644 --- a/web/scss/_basic.scss +++ b/web/scss/_basic.scss @@ -31,6 +31,20 @@ body background-attachment: fixed; @include background-size(cover); } +.bg-image-tile +{ + position: fixed; + left: 0; + top: 0; + right: 0; + bottom: 0; + height: 100vh; + width: 100vw; + z-index: -1; + background: #fff; + background-repeat: repeat; + background-position: top left; +} iframe, img { max-width: 100%; } iframe { margin: 0 auto; display: block; } diff --git a/web/scss/_content.scss b/web/scss/_content.scss index 26e2bcb4..935aa262 100644 --- a/web/scss/_content.scss +++ b/web/scss/_content.scss @@ -12,10 +12,6 @@ { max-width: none; } - &.content-wide - { - max-width: 1400px; - } &.content-tile { max-width: $max-text-width; diff --git a/web/scss/_cover.scss b/web/scss/_cover.scss index 25e3b77d..3123ad91 100644 --- a/web/scss/_cover.scss +++ b/web/scss/_cover.scss @@ -20,21 +20,25 @@ font-size: 1.2em; background-position: center; } -@media (max-width: $mobile-width-threshold) { +@media (max-width: 1199px) { .cover { padding: $spacing-vertical $spacing-vertical * 2 / 3; } - .cover-title { font-size: 2.8em; margin-bottom: $spacing-vertical; } + .cover-title { font-size: 2.6em; margin-bottom: $spacing-vertical; } .cover-subtitle { font-size: 1.2em; } } -@media (min-width: $mobile-width-threshold) { +@media (min-width: 1200px) and (max-width: 1599px) { + .cover-title { font-size: 3.2em; &.cover-title-tile { font-size: 2.4em; max-width: 660px; margin-left: auto; margin-right: auto; } } + .cover-subtitle { font-size: 1.4em; } +} +@media (min-width: 1600px) { .cover-title { font-size: 4.0em; &.cover-title-tile { font-size: 2.8em; max-width: 660px; margin-left: auto; margin-right: auto; } } .cover-subtitle { font-size: 1.4em; } } @media (max-width: $max-content-width) and (min-width: $mobile-width-threshold) { - .cover { padding: $spacing-vertical * 1.5 $spacing-vertical * 2; } + .cover { padding: $spacing-vertical $spacing-vertical * 1.5; } .cover-column { padding-left: $spacing-vertical * 0.5; padding-right: $spacing-vertical * 0.5; } } @media (min-width: $max-content-width) { - .cover { padding: $spacing-vertical * 1.5 $spacing-vertical * 3; } + .cover { padding: $spacing-vertical $spacing-vertical * 2; } .cover-column { padding-left: $spacing-vertical * 1.5; padding-right: $spacing-vertical * 1.5; } } diff --git a/web/scss/_grid.scss b/web/scss/_grid.scss index a3315b53..12b749e5 100644 --- a/web/scss/_grid.scss +++ b/web/scss/_grid.scss @@ -102,4 +102,13 @@ $gutter_fluid: 4; margin-bottom: $spacing-vertical; } } +} + +@media(max-width: 1199px) { + .column-fluid--home [class*="span"] { + float: none !important; + width: 100% !important; + margin-left: 0 !important; + display: block !important; + } } \ No newline at end of file