-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (53 loc) · 1.76 KB
/
contact.html
File metadata and controls
56 lines (53 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: default
stylesheets:
- contact.css
title: "Contact | indigoBox Studios"
---
<main id="content" >
<div class="left">
indigo<span>Box</span>
</div>
<div class="right">
<h1>Talk to us. We don't bite.</h1>
<ul id="contact-methods">
<li>
<main id="email">
<h1>Drop us a line.</h1>
<p>
Any questions or comments, or just want to say hi?
Send all inquiries to <a href="#" id="email-link">main@indigobox.us</a>.
</p>
</main>
<aside>
<a href="mailto:main@indigobox.us"><img src="img/mail.png" alt="Email indigoBox"></a>
</aside>
</li>
<li>
<main id="facebook">
<h1>Like our Facebook page.</h1>
<p>
Get all the latest indigoBox news, sneak peeks, and more on our Facebook page.
</p>
</main>
<aside>
<a href="https://www.facebook.com/indigoBoxStudios/" target="_blank"><img src="img/fb.png" alt="indigoBox on Facebook"></a>
</aside>
</li>
<!--
<li>
<main id="apply">
<h1>Tweet, or be tweeted to.</h1>
<p>
indigoBox is currently at capacity, but you can check here to see when we're hiring.
</p>
</main>
<aside>
<img src="img/people.png" style="opacity: 0.5;">
</aside>
</li>
-->
</ul>
</div>
</main>
{% include footer.html %}