-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (32 loc) · 1.17 KB
/
about.html
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
---
layout: default
stylesheets:
- about.css
title: "About | indigoBox Studios"
---
<main id="content">
<div id="background">
<main id="page-focus">
<div id="slogan">
<center><h1>Made in Chicago</h1></center>
</div>
<div id="brief">
<p>
Founded in 2012 as an extension of personal software endeavors turned
collaborative, indigoBox now serves as a focused development studio
dedicated to bringing cutting-edge software projects to a variety of
markets.
</p>
<br>
<p>
indigoBox closed in June of 2019, and we appreciate the hard work
of all of our former members and the endless support we received
from our family, friends and customers! You can still find all of
our projects on our
<a href="https://github.com/IndigoBox">GitHub</a>.
</p>
</div>
</main>
</div>
</main>
{% include footer.html %}