Add daily email page
This commit is contained in:
parent
b3f9bc1f9f
commit
19f504311e
11 changed files with 735 additions and 19 deletions
634
source/_includes/daily-email-form.html.twig
Normal file
634
source/_includes/daily-email-form.html.twig
Normal file
File diff suppressed because one or more lines are too long
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 %}
|
BIN
source/assets/images/recommendations/adam-nuttall.jpg
Normal file
BIN
source/assets/images/recommendations/adam-nuttall.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
source/assets/images/recommendations/alexander-carr.jpg
Normal file
BIN
source/assets/images/recommendations/alexander-carr.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
source/assets/images/recommendations/marcos-duran.jpg
Normal file
BIN
source/assets/images/recommendations/marcos-duran.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
source/assets/images/recommendations/patty-ocallaghan.jpg
Normal file
BIN
source/assets/images/recommendations/patty-ocallaghan.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
source/assets/images/recommendations/stephen-mulvihill.jpg
Normal file
BIN
source/assets/images/recommendations/stephen-mulvihill.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Add table
Add a link
Reference in a new issue