Add mailchimp sign up; update about texts

This commit is contained in:
Ariejan de Vroom 2017-03-18 12:33:57 +01:00
parent 731e02f3f9
commit c891479d05
3 changed files with 31 additions and 7 deletions

View File

@ -6,8 +6,8 @@ title = "About Ariejan"
Hey, and welcome to this about page!
I'm a software engineer building rock solid back-end systems
using Ruby, Ruby on Rails and Golang. Besides programming I like to repair
audio equipment, experiment with electronics and play the piano.
using Ruby, Ruby on Rails and Elixir. In my free time I love to
repair audio equipment, experiment with electronics, and play the piano.
If you want to stay updated about new posts, subscribe to the <a href="https://www.devroom.io/index.xml">RSS feed</a>.

View File

@ -12,13 +12,35 @@
{{ if eq .Section "posts" }}
<aside class="about">
<h4>Ready to learn more?</h4>
<p>
Want to read more? Check out my <a href="/recommendations">book recommendations</a>.
Check out my various <a href="/recommendations">book recommendations</a>.
</p>
<h4>Shall I keep you posted?</h4>
<p>
Would you like to be the first to know about my new endeavours? Your
email address is safe with me: No Spam! Also, this is a very low traffic
newsletter, 1 mail per week at most.
</p>
<p>
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="//devroom.us15.list-manage.com/subscribe/post?u=594871deec0c66aecb9ae48a7&amp;id=2a30856170" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_594871deec0c66aecb9ae48a7_2a30856170" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</p>
<h4>Get in touch</h4>
<p>
I'd love to hear your questions and comments on this article!
<a href="http://twitter.com/ariejan">Mention @ariejan on twitter</a> or <a href="mailto:ariejan@ariejan.net">shoot me an email</a>.
<a href="http://twitter.com/ariejan">Mention @ariejan on twitter</a> or <a href="mailto:ariejan@devroom.io">shoot me an email</a> (<a href="/gpg">gpg</a> available).
</p>
<img class="avatar" alt="Ariejan's Avatar" src="/img/ariejan-150.jpg" />
@ -27,8 +49,8 @@
<p>
Hey! I'm a software engineer building rock solid back-end systems
using Ruby, Ruby on Rails and Golang. In my free time I like to
repair audio equipment, play the piano and experiment with electronics.
using Ruby, Ruby on Rails and Elixir. In my free time I love to
repair audio equipment, experiment with electronics, and play the piano.
</p>
</aside>
{{ end }}

View File

@ -74,5 +74,7 @@
</div>
<div class="content">
<div class="alert">
<strong>Ariejan.net</strong> is now <strong>devroom.io</strong>. Welcome to my new home on the interwebs!
<strong>Welcome to my new home on the interwebs!</strong>
<br>
Ariejan.net is now available at <a href="https://www.devroom.io">https://www.devroom.io</a>
</div>