Add contact page
This commit is contained in:
parent
ea277ae757
commit
2c725fcc4f
6 changed files with 61 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue