diff --git a/docs/landing_source/source/images/browser.png b/docs/landing_source/source/images/browser.png deleted file mode 100644 index b3e6c6605311a..0000000000000 Binary files a/docs/landing_source/source/images/browser.png and /dev/null differ diff --git a/docs/landing_source/source/images/fork.svg b/docs/landing_source/source/images/fork.svg new file mode 100644 index 0000000000000..f70a08a005e06 --- /dev/null +++ b/docs/landing_source/source/images/fork.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/landing_source/source/images/key.png b/docs/landing_source/source/images/key.png deleted file mode 100644 index a57bee2cd2c7d..0000000000000 Binary files a/docs/landing_source/source/images/key.png and /dev/null differ diff --git a/docs/landing_source/source/images/languages.svg b/docs/landing_source/source/images/languages.svg new file mode 100644 index 0000000000000..4b4a246c83f06 --- /dev/null +++ b/docs/landing_source/source/images/languages.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + PHP + + Ook! + + diff --git a/docs/landing_source/source/images/laptop.png b/docs/landing_source/source/images/laptop.png deleted file mode 100644 index ad78f18d2f6b6..0000000000000 Binary files a/docs/landing_source/source/images/laptop.png and /dev/null differ diff --git a/docs/landing_source/source/images/safe.png b/docs/landing_source/source/images/safe.png deleted file mode 100644 index 3dcac3cc7666c..0000000000000 Binary files a/docs/landing_source/source/images/safe.png and /dev/null differ diff --git a/docs/landing_source/source/images/speed.svg b/docs/landing_source/source/images/speed.svg new file mode 100644 index 0000000000000..c0ea81f4b5085 --- /dev/null +++ b/docs/landing_source/source/images/speed.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/landing_source/source/localizable/index.html.erb b/docs/landing_source/source/localizable/index.html.erb index 4adc80e240959..97448f8e4e403 100644 --- a/docs/landing_source/source/localizable/index.html.erb +++ b/docs/landing_source/source/localizable/index.html.erb @@ -20,7 +20,7 @@ layout: layout
- +

@@ -42,13 +42,13 @@ layout: layout

- +
- +

diff --git a/docs/landing_source/source/stylesheets/modules/landing/_introduction.scss b/docs/landing_source/source/stylesheets/modules/landing/_introduction.scss index 7ef6c909333c8..c3798077e3e31 100644 --- a/docs/landing_source/source/stylesheets/modules/landing/_introduction.scss +++ b/docs/landing_source/source/stylesheets/modules/landing/_introduction.scss @@ -62,7 +62,7 @@ .intro-graphic { &-one { - background: image_url("key.png"); + background: image_url("languages.svg"); background-size: 130px; background-repeat: no-repeat; background-position: 50%; @@ -71,12 +71,12 @@ @include media($medium-screen-up) { background-size: 239px; - height: 21em; + height: 17em; } } &-two { - background: image_url("safe.png"); + background: image_url("speed.svg"); background-size: 163px; background-repeat: no-repeat; background-position: 50%; @@ -85,12 +85,12 @@ @include media($medium-screen-up) { background-size: 256px; - height: 21em; + height: 18em; } } &-three { - background: image_url("browser.png"); + background: image_url("fork.svg"); background-size: 183px; background-repeat: no-repeat; background-position: 50%; @@ -99,7 +99,7 @@ @include media($medium-screen-up) { background-size: 256px; - height: 21em; + height: 16em; } } } @@ -111,6 +111,7 @@ @include media($medium-screen-up) { text-align: left; + margin-top: 4em; } }