Re-add contact page, change back to Elsewhere
This commit is contained in:
parent
ffe4e4ee52
commit
6d52961a15
|
@ -27,6 +27,10 @@
|
||||||
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
|
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="{{ page.url == '/contact' or '/contact/' in page.url ? 'active' }}">
|
||||||
|
<a href="/contact">Contact</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>{# .nav-collapse #}
|
</div>{# .nav-collapse #}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Contact
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>To send me an email, complete the form below. The form is powered by <a href="https://formspree.io">Formspree</a>.</p>
|
<p>To send me an email, complete the form below.</p>
|
||||||
|
|
||||||
<form action="https://formspree.io/{{ site.email }}" method="POST">
|
<form action="https://formspree.io/{{ site.email }}" method="POST">
|
||||||
<div class="form__name">
|
<div class="form__name">
|
||||||
|
@ -31,6 +31,7 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="_next" value="{{ site.url }}/contact-thanks/" />
|
<input type="hidden" name="_next" value="{{ site.url }}/contact-thanks/" />
|
||||||
|
|
||||||
<input type="text" name="_gotcha" style="display: none" />
|
<input type="text" name="_gotcha" style="display: none" />
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -44,12 +44,16 @@ The services that I offer are:
|
||||||
* Static website development with Sculpin or Jekyll.
|
* Static website development with Sculpin or Jekyll.
|
||||||
* Linux server administration and maintenance.
|
* Linux server administration and maintenance.
|
||||||
|
|
||||||
## Contact Me
|
## Elsewhere
|
||||||
|
|
||||||
* [Twitter][21] - @{{ site.twitter.name }}
|
* [Twitter][21] - @{{ site.twitter.name }}
|
||||||
* [LinkedIn][27]
|
* [LinkedIn][27]
|
||||||
* [Drupal.org][22]
|
* [Drupal.org][22]
|
||||||
* [GitHub][23]
|
* [GitHub][23]
|
||||||
|
* [Packagist][24]
|
||||||
|
* [Ansible Galaxy][25]
|
||||||
|
* [Speaker Deck][26]
|
||||||
|
* [YouTube][28]
|
||||||
* IRC (freenode) - {{ site.irc.name }}
|
* IRC (freenode) - {{ site.irc.name }}
|
||||||
|
|
||||||
[1]: https://www.google.com/#q=opdavies
|
[1]: https://www.google.com/#q=opdavies
|
||||||
|
|
Reference in a new issue