-
+
diff --git a/src/pages/call.mdx b/src/pages/call.mdx
index 80bc92c8..1492b06f 100644
--- a/src/pages/call.mdx
+++ b/src/pages/call.mdx
@@ -11,7 +11,12 @@ price: 199
- Once payment is received, you’ll obtain a link to schedule a meeting in my calendar.
- The meeting will take place over Zoom.
-
Book your call now →
+
+ Book your call now →
+
If you don’t find the call valuable, I’ll refund 100% of the cost.
diff --git a/src/pages/contact.mdx b/src/pages/contact.mdx
index b4b961db..dae5e8f1 100644
--- a/src/pages/contact.mdx
+++ b/src/pages/contact.mdx
@@ -3,7 +3,7 @@ layout: ~/layouts/PageLayout.astro
title: Contact Oliver
---
-export const email = 'oliver@oliverdavies.uk'
+export const email = "oliver@oliverdavies.uk";
The best way to get in touch with me is via email:
{email}. I usually reply within one business day.
diff --git a/src/pages/daily.mdx b/src/pages/daily.mdx
index 708c0ffb..400cce2a 100644
--- a/src/pages/daily.mdx
+++ b/src/pages/daily.mdx
@@ -3,32 +3,32 @@ layout: ~/layouts/PageLayout.astro
title: Oliver's Daily List
---
-import AboutMe from '~/components/AboutMe.astro';
-import DailyEmailForm from '~/components/DailyEmailForm.astro';
-import Markdown from '~/components/Markdown.astro';
-import _ from 'lodash'
+import AboutMe from "~/components/AboutMe.astro";
+import DailyEmailForm from "~/components/DailyEmailForm.astro";
+import Markdown from "~/components/Markdown.astro";
+import _ from "lodash";
export const testimonials = [
{
name: "Patty O'Callaghan",
text: "
Just wanted to say that your blog is amazing <3 I absolutely love it and usually share it with colleagues and some of the kids at my Code Club.
Thanks for contributing to the community with your amazing content! :)
",
- image: "patty-ocallaghan.jpg"
+ image: "patty-ocallaghan.jpg",
},
{
name: "Stephen Mulvihill",
- text: "I like the \"$ git log -S\" and \"$ git log --grep\" commands, will definitely be using these, thanks!",
- image: "stephen-mulvihill.jpg"
+ text: 'I like the "$ git log -S" and "$ git log --grep" commands, will definitely be using these, thanks!',
+ image: "stephen-mulvihill.jpg",
},
{
name: "Marcos Duran",
text: "
I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable.
",
- image: "marcos-duran.jpg"
- }
-]
+ image: "marcos-duran.jpg",
+ },
+];
-export const sortedTestimonials = _.reverse(testimonials)
+export const sortedTestimonials = _.reverse(testimonials);
-A daily newsletter on software development, DevOps, community, and open-source.
+A daily newsletter on software development, DevOps, community, and open-source.
@@ -45,7 +45,7 @@ A daily newsletter on software development, DevOps, community, and open-source.
-
+
{testimonial.name}
@@ -62,6 +62,7 @@ A daily newsletter on software development, DevOps, community, and open-source.
)}
+