From 9f7f96a6eab76d689a75090585239e3309add79f Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sun, 17 May 2020 20:46:39 -0400 Subject: [PATCH] Updated images for landing page --- public/images/be-there.svg | 351 +++++++++++++++++++------------------ public/images/coding.svg | 21 +-- public/images/flowers.svg | 212 +++++++++++----------- public/images/whale.svg | 58 +++--- public/style.css | 3 +- resources/sass/main.scss | 1 + 6 files changed, 339 insertions(+), 307 deletions(-) diff --git a/public/images/be-there.svg b/public/images/be-there.svg index a898d27..96c739d 100644 --- a/public/images/be-there.svg +++ b/public/images/be-there.svg @@ -2,174 +2,191 @@ - + id="svg4113" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" sodipodi:docname="clouds-bg.svg" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="719.965px" + height="617.969px" viewBox="0 0 719.965 617.969" enable-background="new 0 0 719.965 617.969" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/coding.svg b/public/images/coding.svg index c12962f..ac18f44 100644 --- a/public/images/coding.svg +++ b/public/images/coding.svg @@ -3,22 +3,23 @@ - + - - + + - - + + - - - - - + + + + + + diff --git a/public/images/flowers.svg b/public/images/flowers.svg index 27d98e7..2d34a8d 100644 --- a/public/images/flowers.svg +++ b/public/images/flowers.svg @@ -4,108 +4,120 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + - + diff --git a/public/images/whale.svg b/public/images/whale.svg index 7c2818b..29b0993 100644 --- a/public/images/whale.svg +++ b/public/images/whale.svg @@ -2,37 +2,37 @@ - + - + - - + - - + + diff --git a/public/style.css b/public/style.css index cba52e4..9ed6aea 100644 --- a/public/style.css +++ b/public/style.css @@ -7501,7 +7501,8 @@ html { .bg-flower { background-image: url("/images/flowers.svg"); background-position: right bottom; - background-repeat: no-repeat; } + background-repeat: no-repeat; + background-size: 40%; } .scroll-down-indicator { position: absolute; diff --git a/resources/sass/main.scss b/resources/sass/main.scss index 237bf5f..2924e02 100644 --- a/resources/sass/main.scss +++ b/resources/sass/main.scss @@ -51,6 +51,7 @@ html{ background-image: url('/images/flowers.svg'); background-position: right bottom; background-repeat: no-repeat; + background-size: 40%; // background-size: contain; }