This repository was archived by the owner on Dec 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (50 loc) · 3.81 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
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: Contact Us
group: "navigation"
icon: envelope
weight: 3
---
<div class="container">
<div class="page-header">
<h1>Bark <small>is built and maintained by...</small></h1>
</div>
<div class="row">
<div class="span3"> </div>
<div class="span6 container">
<table class="table contactus">
<tr>
<th></th>
<th>Alexsander Akers</th>
<th><em style="font-weight:500">and</em> Zachary Waldowski</th>
</tr>
<tr>
<td></td>
<td><a href="http://alexsander.ca" class="btn"><img src="http://gravatar.com/avatar/4d00c4c07f26954a622ba72328f871e8?s=178" width="89" height="89"></a></td>
<td><a href="http://dizzytechnology.com" class="btn"><img src="http://gravatar.com/avatar/84c0d9b7f0f1945fc58910b4a63ed313?s=178" width="89" height="89"></a></td>
</tr>
<tr>
<td><i class="icon-twitter icon-large"></i> </td>
<td><a href="http://twitter.com/a2" class="btn btn-small btn-primary">@a2</a></td>
<td><a href="http://twitter.com/zwaldowski" class="btn btn-small btn-primary">@zwaldowski</a></td>
</tr>
<tr>
<td><i class="icon-envelope-alt icon-large"></i> </td>
<td><a href="mailto:a2@pandamonia.us" class="btn btn-small btn-danger">a2@pandamonia.us</a></td>
<td><a href="mailto:zach@dzzy.us" class="btn btn-small btn-danger">zach@dzzy.us</a></td>
</tr>
<tr>
<td><i class="icon-globe icon-large"></i> </td>
<td><a href="http://pandamonia.us" class="btn btn-small btn-success">http://pandamonia.us</a></td>
<td><a href="http://dzzy.us" class="btn btn-small btn-success">http://dzzy.us</a></td>
</tr>
<tr>
<td><i class="icon-github icon-large"></i> </td>
<td><a href="https://github.com/a2" class="btn btn-small btn-inverse">a2</a></td>
<td><a href="https://github.com/zwaldowski" class="btn btn-small btn-inverse">zwaldowski</a></td>
</tr>
</table>
</div>
<div class="span3"> </div>
</div>
</div>