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" />