Add contact page

This commit is contained in:
Korbs 2022-09-08 00:54:47 -04:00
parent ea277ae757
commit 2c725fcc4f
6 changed files with 61 additions and 4 deletions

View file

@ -2,7 +2,7 @@
{% include master/header.html %}
<banner>
<img src="/assets/images/Christmas with Friends.png">
<img src="/assets/images/Christmas with Friends.png" alt="Christmas with Friend">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>

View file

@ -11,7 +11,7 @@
<div>
<h1>Welcome!</h1>
<p>I am a 3D artist who primarily works with Minecraft-style creations and renders! You can find out more about me on my FAQ page.</p>
<a href="mailto:hello@blueanimates.com"><button>Contact Me</button></a>
<a href="/contact/"><button>Contact Me</button></a>
</div>
</div>
</section>