From 5bdd7f4b03247402124907c4b56a848eb23e7cc7 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 7 Dec 2019 00:06:44 +0100 Subject: Add image --- components/JoinUs.vue | 7 +++++-- static/assets/bg.jpg | Bin 0 -> 1109136 bytes 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 static/assets/bg.jpg diff --git a/components/JoinUs.vue b/components/JoinUs.vue index d8bfadf..8c8911d 100644 --- a/components/JoinUs.vue +++ b/components/JoinUs.vue @@ -26,7 +26,10 @@ export default { padding: 80px 20%; - background: #dddddd; + background-image: url('/assets/bg.jpg'); + background-size: cover; + background-position: center; + background-repeat: no-repeat; display: flex; flex-direction: row; @@ -35,7 +38,7 @@ export default { .heading { width: 900px; - padding: 100px 0; + padding: 50px 0 150px 0; display: flex; flex-direction: column; diff --git a/static/assets/bg.jpg b/static/assets/bg.jpg new file mode 100644 index 0000000..912e89c Binary files /dev/null and b/static/assets/bg.jpg differ -- cgit 1.4.1 From 344bc2b18ce7038325fb5ecabb63124d93c9f06d Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 8 Dec 2019 12:48:00 +0100 Subject: Update photos --- static/assets/bg.jpg | Bin 1109136 -> 669154 bytes static/assets/preBg.jpg | Bin 0 -> 82967 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/assets/preBg.jpg diff --git a/static/assets/bg.jpg b/static/assets/bg.jpg index 912e89c..4e1456e 100644 Binary files a/static/assets/bg.jpg and b/static/assets/bg.jpg differ diff --git a/static/assets/preBg.jpg b/static/assets/preBg.jpg new file mode 100644 index 0000000..7dda4f7 Binary files /dev/null and b/static/assets/preBg.jpg differ -- cgit 1.4.1