Added customer quotes
This commit is contained in:
parent
6096ecff10
commit
12c654130b
|
@ -106,7 +106,7 @@ p {
|
||||||
background-image: -moz-linear-gradient(top, lightgray, #FFFAFA);
|
background-image: -moz-linear-gradient(top, lightgray, #FFFAFA);
|
||||||
background-image: linear-gradient(to bottom, 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;
|
color: black;
|
||||||
}
|
}
|
||||||
.site-header a:hover {
|
.site-header a:hover {
|
||||||
|
|
|
@ -314,7 +314,20 @@ const APPS = [
|
||||||
heading: 'What We Still Do',
|
heading: 'What We Still Do',
|
||||||
narrative: 'We continue to provide backups, WordPress support, and content updates for Mindy’s site.'
|
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',
|
id: 'my-prayer-journal',
|
||||||
|
|
|
@ -19,8 +19,10 @@ div
|
||||||
h3 What They Say
|
h3 What They Say
|
||||||
blockquote
|
blockquote
|
||||||
p.quote(v-html='application.quotes.full')
|
p.quote(v-html='application.quotes.full')
|
||||||
p.source.
|
p.source
|
||||||
— #[strong.app-info-heading {{ application.quotes.name }}], {{ application.quotes.from }}
|
!= '— '
|
||||||
|
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(v-for='(p, idx) in application.footnotes' :key='idx' v-html='p')
|
||||||
p
|
p
|
||||||
br
|
br
|
||||||
|
|
Loading…
Reference in New Issue
Block a user