Add daily email page

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent b3f9bc1f9f
commit 19f504311e
11 changed files with 735 additions and 19 deletions

File diff suppressed because one or more lines are too long

25
source/_pages/daily.md Normal file
View file

@ -0,0 +1,25 @@
---
title: Register for daily software development emails
---
{% block content %}
Subscribe to my daily newsletter for software professionals on software development and delivery, DevOps, community, and open-source.
{% include 'daily-email-form.html.twig' %}
{% endblock %}
{% block content_bottom %}
{% include 'testimonials.html.twig' with {
names: [
'Alexander Carr',
'Adam Nuttall',
'Mike Karthauser',
'Marcos Duran',
'Stephen Mulvihill',
'Patty O\'Callaghan',
],
title: 'What subscribers have said',
} %}
{% include 'about-me.html.twig' %}
{% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB