bitgoblin-website/views/contact.twig

14 lines
342 B
Twig

{% extends 'layout.twig' %}
{% block title %}Contact Me{% endblock %}
{% block content %}
<div class="row">
<div class="columns twelve">
<p>If you're looking to contact me for business inqueries, feel free to email me at <a href='mailto:gballantine@bitgoblin.tech'>gballantine@bitgoblin.tech</a>.</p>
</div>
</div>
{% endblock %}