mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
26 lines
765 B
Plaintext
26 lines
765 B
Plaintext
---
|
|
title: Contact | Start9
|
|
layout: layouts/peripheral.njk
|
|
---
|
|
|
|
<section id="hero">
|
|
<div id="hero-image" class="image-with-shadow">
|
|
<img src="/assets/images/contact-hero.png" alt="contact page hero: @ symbol emerging from an embassy" title="contact page hero: @ symbol emerging from an embassy"/>
|
|
<img class="img-shadow" src="/assets/images/contact-hero.png" alt=""/>
|
|
</div>
|
|
<div id="logo">
|
|
<h1>
|
|
<span>Contact Us</span>
|
|
</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="contact">
|
|
|
|
<p class="p--standalone center">Reach out anytime to<br/>
|
|
{% include 'components/_encoded-email.njk' %},</br>
|
|
or find us on social media.</p>
|
|
|
|
{% include "components/landing/_social-media.njk" %}
|
|
|
|
</section> |