diff --git a/TODO.md b/TODO.md index 87e95ae..6992be7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ ## General * loading transitions - also transitioning elements in when page loads (especially gallery thumbs in gallery) -* social nav items -> put in store or whatever +* image urls, page links, social nav items, etc -> put in store or whatever * facebook/twitter social card thingies * favicon * page descriptions etc diff --git a/pages/contact.vue b/pages/contact.vue index 70c241c..a5a5b3b 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -171,7 +171,7 @@ export default { rgba(#fff, .95), rgba($color__neutral-800, .9) ), - url(/img/keyboard--crop.jpg); + url(/img/keyboard--crop-rotate.jpg); background-size: cover; background-position: center center; diff --git a/static/img/keyboard--crop-rotate.jpg b/static/img/keyboard--crop-rotate.jpg new file mode 100644 index 0000000..4820add Binary files /dev/null and b/static/img/keyboard--crop-rotate.jpg differ