diff --git a/README b/README index e1e391d..add69f2 100644 --- a/README +++ b/README @@ -46,3 +46,21 @@ details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + +Background image from the unDraw project: + # https://undraw.co/ + # + # All images, assets and vectors published on unDraw can be used for free. You + # can use them for noncommercial and commercial purposes. You do not need to ask + # permission from or provide credit to the creator or unDraw. + # + # More precisely, unDraw grants you an nonexclusive, worldwide copyright + # license to download, copy, modify, distribute, perform, and use the assets + # provided from unDraw for free, including for commercial purposes, without + # permission from or attributing the creator or unDraw. This license does not + # include the right to compile assets, vectors or images from unDraw to + # replicate a similar or competing service, in any form or distribute the assets + # in packs. This extends to automated and non-automated ways to link, embed, + # scrape, search or download the assets included on the website without our + # consent. diff --git a/lingo/manager/static/css/home_background.svg b/lingo/manager/static/css/home_background.svg new file mode 100644 index 0000000..29dbfae --- /dev/null +++ b/lingo/manager/static/css/home_background.svg @@ -0,0 +1,128 @@ + + + + + + + + + printing invoices + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lingo/manager/static/css/style.scss b/lingo/manager/static/css/style.scss index b59f433..6b5dbcd 100644 --- a/lingo/manager/static/css/style.scss +++ b/lingo/manager/static/css/style.scss @@ -49,12 +49,9 @@ a.button.button-paragraph:hover p { #lingo-manager-main { background: none bottom right no-repeat; - // TODO background-image + background-image: url(home_background.svg); + background-size: 100vh auto; min-height: 80vh; - background-size: 600px auto; - @media screen and (max-width: 1200px) { - background-size: 100% auto; - } width: 99%; height: 90%; @media screen and (max-width: $mobile-limit) {