Skip to content

Commit bee6619

Browse files
committed
Mailchimp signup
1 parent b08877d commit bee6619

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

news/index.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,36 @@ title: News
44
permalink: /news/
55
---
66

7-
<p>Subscribe to receive the news with <a href="{{ site.baseurl }}/feed.xml"><i class="fa fa-rss"></i> RSS</a></p>
7+
<h2>Subscribe to receive the news</h2>
8+
<div id="mc_embed_shell">
9+
<div id="mc_embed_signup">
10+
<form action="https://tudelft.us12.list-manage.com/subscribe/post?u=e232253e1c3c3152374abfdd1&amp;id=53540258a3&amp;f_id=004e8fe0f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_self" novalidate="">
11+
<p>By e-mail:</p>
12+
<p class="control has-icons-left">
13+
<input class="input" type="email" name="EMAIL" id="mce-EMAIL" placeholder="Email" />
14+
<span class="icon is-small is-left">
15+
<i class="fas fa-envelope"></i>
16+
</span>
17+
</p>
18+
<div style="position: absolute; left: -5000px;" aria-hidden="true">
19+
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
20+
<input type="text" name="b_e232253e1c3c3152374abfdd1_53540258a3" tabindex="-1" value="">
21+
</div>
22+
<div class="optionalParent">
23+
<div class="clear foot">
24+
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
25+
</div>
26+
</div>
27+
</form>
28+
</div>
29+
</div>
30+
<br />
31+
<p>Or with <a href="{{ site.baseurl }}/feed.xml"><i class="fa fa-rss"></i> RSS</a></p>
832

933
<hr>
1034

35+
<h2>All news</h2>
36+
1137
{% for post in site.posts %}
1238

1339
<h5><small>{{ post.date | date_to_string }}</small><br><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h5>

0 commit comments

Comments
 (0)