Re-add book form
This commit is contained in:
parent
8cd9782160
commit
a46909ed3c
7 changed files with 26 additions and 7 deletions
|
@ -16,6 +16,3 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
|
||||
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
||||
|
|
|
@ -15,6 +15,10 @@ talks:
|
|||
type: Workshop
|
||||
events:
|
||||
- { event: drupal_bristol, date: '2018-06-27' }
|
||||
- title: 'Episode #175 - Automated Testing'
|
||||
type: Podcast
|
||||
events:
|
||||
- { event: talking_drupal, date: '2018-09-05' }
|
||||
---
|
||||
{% block content %}
|
||||
<p>
|
||||
|
|
|
@ -4,6 +4,7 @@ title: 'Test Driven Drupal: The Book'
|
|||
mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd177796d37b93f9c285&id=033c84e0d5'
|
||||
contact_email: 'oliver@testdrivendrupal.com'
|
||||
---
|
||||
{% block content %}
|
||||
<div class="markdown" markdown="1">
|
||||
Having [given talks][1] and [written blog posts][0] about automated testing in Drupal, I’m currently in the planning phase of a book and potentially some accompanying screencasts about it, focussing on Drupal 8.
|
||||
|
||||
|
@ -42,8 +43,14 @@ If you have questions or would like to suggest something for me to include in th
|
|||
Enter your email address to subscribe to the Test Driven Drupal mailing list.
|
||||
</div>
|
||||
|
||||
<!-- {% include 'pages/book/signup-form' %} -->
|
||||
{% include 'pages/book/signup-form' %}
|
||||
{% endblock %}
|
||||
|
||||
[0]: {{site.url}}/blog/tags/testing
|
||||
[1]: {{site.url}}/talks/tdd-test-driven-drupal
|
||||
[2]: {{site.url}}/contact
|
||||
{% block scripts %}
|
||||
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
|
||||
<script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
||||
{% endblock %}
|
||||
|
||||
[0]: /blog/tags/testing
|
||||
[1]: /talks/tdd-test-driven-drupal
|
||||
[2]: /contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue