Add daily email page
This commit is contained in:
parent
b3f9bc1f9f
commit
19f504311e
11 changed files with 735 additions and 19 deletions
25
source/_pages/daily.md
Normal file
25
source/_pages/daily.md
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue