diff --git a/src/App.vue b/src/App.vue index 1cf4c6f..98da713 100644 --- a/src/App.vue +++ b/src/App.vue @@ -106,7 +106,7 @@ p { background-image: -moz-linear-gradient(top, lightgray, #FFFAFA); background-image: linear-gradient(to bottom, lightgray, #FFFAFA); } -.site-header a:link, header a:visited { +.site-header a:link, .site-header a:visited { color: black; } .site-header a:hover { diff --git a/src/components/AppData.vue b/src/components/AppData.vue index 0ae6d07..204f108 100644 --- a/src/components/AppData.vue +++ b/src/components/AppData.vue @@ -314,7 +314,20 @@ const APPS = [ heading: 'What We Still Do', narrative: 'We continue to provide backups, WordPress support, and content updates for Mindy’s site.' } - ] + ], + quotes: { + name: 'Mindy Mackenzie', + full: `Daniel is the best partner you could hope for in a web designer and for handling web maintenance! He is + smart, creative, resourceful and fast. Daniel is able to produce high quality work on short time frames and + with minimal creative direction and hit the mark over and over. The best part, is Daniel is a joy to work + with. He is smart, customer-centric and trustworthy. If he says he will get it done, he does. After having a + poor experience with another firm, I can highly recommend Daniel for all your website design and support + needs – he’s terrific!`, + pull: [ + `…Daniel is able to produce high quality work on short time frames…`, + `[Daniel] is smart, customer-centric and trustworthy.` + ] + } }, { id: 'my-prayer-journal', diff --git a/src/components/Application.vue b/src/components/Application.vue index c81f088..d5a44bd 100644 --- a/src/components/Application.vue +++ b/src/components/Application.vue @@ -19,8 +19,10 @@ div h3 What They Say blockquote p.quote(v-html='application.quotes.full') - p.source. - — #[strong.app-info-heading {{ application.quotes.name }}], {{ application.quotes.from }} + p.source + != '— ' + strong.app-info-heading {{ application.quotes.name }} + span(v-if='application.quotes.from') , {{ application.quotes.from }} p(v-for='(p, idx) in application.footnotes' :key='idx' v-html='p') p br