From dfda76379aae9992b2b7c758936488951e6bd4d3 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 17 Feb 2019 15:21:32 +0000 Subject: [PATCH] update --- TODO.md | 6 +--- components/ContentPage.vue | 2 +- components/GalleryPage.vue | 9 +++++- pages/about.vue | 4 +-- pages/contact.vue | 44 ++++++++++++++++++--------- pages/galleries.vue | 12 +++++--- pages/services.vue | 12 +++++--- static/img/contact-form.jpg | Bin 0 -> 37591 bytes static/img/keyboard--crop-rotate.jpg | Bin 45424 -> 0 bytes static/img/keyboard--crop.jpg | Bin 43117 -> 0 bytes static/img/keyboard.jpg | Bin 3159203 -> 0 bytes 11 files changed, 58 insertions(+), 31 deletions(-) create mode 100755 static/img/contact-form.jpg delete mode 100644 static/img/keyboard--crop-rotate.jpg delete mode 100755 static/img/keyboard--crop.jpg delete mode 100644 static/img/keyboard.jpg diff --git a/TODO.md b/TODO.md index e95fe02..32f668e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,5 @@ ## TODO -* General - fallbacks in case no api response -* General - about page api call -* General - sort things by sort_order -* General - page headings etc - use api * mailer -* remove testing/dev mode or whatever its called from axios in nuxt.config.js ## Maybes * gallery page - featured images in same style as on services page with the @@ -73,6 +68,7 @@ ] ``` ```html +// about

I Imagine Myself

"As a photographic artist, my creative pursuit is to escape the attempts to categorize, characterize, compartmentalize, explain, or limit my photographic expression. It is always pleasing to see how observers respond with delight to the ultimate visualizations of my quest. My fondest wish is to pursue my life as a photographer, unbridled and always with a resolve to improve and be the best I can, with a constant yearning to be better."

diff --git a/components/ContentPage.vue b/components/ContentPage.vue index 28a5bfa..963b215 100644 --- a/components/ContentPage.vue +++ b/components/ContentPage.vue @@ -98,7 +98,7 @@ $z-index-top: 10; } .page-heading { - z-index: $z-index-top; + z-index: $z-index-top + 5; position: relative; } diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index c61f9a5..30b852b 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -12,7 +12,7 @@ @clickNext="handleClickNext" @close="imageViewerIsVisible = false" />