diff --git a/pages/contact.vue b/pages/contact.vue index 3dbf5b7..927725c 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -157,13 +157,13 @@ export default { .contact-form { padding: 1rem 1rem 2rem; border-radius: 2px; - background-color: rgba(#fff, .95); + background-color: rgba(#fff, .9); background: linear-gradient( to bottom right, - rgba(#fff, .9), + rgba(#fff, .95), rgba($color__neutral-800, .9) ), - url(https://via.placeholder.com/800x800); + url(/img/keyboard--crop.jpg); background-size: cover; background-position: center center; diff --git a/static/img/keyboard--crop.jpg b/static/img/keyboard--crop.jpg new file mode 100755 index 0000000..1b2183f Binary files /dev/null and b/static/img/keyboard--crop.jpg differ diff --git a/static/img/keyboard.jpg b/static/img/keyboard.jpg new file mode 100644 index 0000000..7a61819 Binary files /dev/null and b/static/img/keyboard.jpg differ