2022-09-02 13:59:11 +00:00
|
|
|
---
|
2022-09-14 16:05:58 +00:00
|
|
|
title: Contact | Start9
|
|
|
|
|
layout: layouts/peripheral.njk
|
2022-09-02 13:59:11 +00:00
|
|
|
---
|
|
|
|
|
|
2022-09-14 16:05:58 +00:00
|
|
|
<section id="hero">
|
|
|
|
|
<div id="hero-image">
|
|
|
|
|
<img src="../assets/images/about-hero.png" alt=""/>
|
|
|
|
|
<img class="img-shadow" src="../assets/images/about-hero.png" alt=""/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="logo">
|
|
|
|
|
<h1>
|
|
|
|
|
<span>Contact Us</span>
|
|
|
|
|
</h1>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
{% include "components/landing/_contact.njk" %}
|