-
Notifications
You must be signed in to change notification settings - Fork 20
/
contact.html
41 lines (40 loc) · 1.43 KB
/
contact.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
39
40
41
---
layout: post
title: Contact
permalink: "/contact/"
---
<p class="page-description">If you're interested to work with us on a project, get in touch!</p>
<table class="table-minimal">
<tbody>
<tr>
<td><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span> Email</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
</span> Phone</td>
<td>(919) 432-4660</td>
</tr>
<tr>
<td><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span> Twitter</td>
<td><a href="https://twitter.com/savas_labs">@savas_labs</a></td>
</tr>
<tr>
<td><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-building-o fa-stack-1x fa-inverse"></i>
</span> Durham office</td>
<td>American Underground<br />
201 W Main St.<br />
Durham, NC 27701<br /></td>
</tr>
</tbody>
</table>