bitgoblin-website/views/contact.twig

14 lines
342 B
Twig
Raw Permalink Normal View History

2022-07-09 13:20:07 -04:00
{% extends 'layout.twig' %}
{% block title %}Contact Me{% endblock %}
2022-07-09 13:20:07 -04:00
{% 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>
2022-07-09 13:20:07 -04:00
{% endblock %}