-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
53 lines (52 loc) · 1.45 KB
/
contact.html
File metadata and controls
53 lines (52 loc) · 1.45 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
---
layout: default
title: Symmetric Infinity Contact Information
active_id: contact
---
<section class="section alt" id="promo">
<div class="map-top-shadow"></div>
<div id="map"></div>
<div class="map-bottom-shadow"></div>
</section>
<section class="section">
<div class="container">
<div class="page-header">
<h1>
We love talking to developers
</h1>
</div>
<div class="row-fluid">
<address id="contact-info" class="span6 span-false" itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
<meta itemprop="name" content="Symmetric Infinity LLC"/>
<p>
Our office is conveniently located in center city Philadelphia.
</p>
<ul class="icons">
<li>
<p>
<i class="icon-home"></i>
<span itemprop="street-address">2016 Walnut Street</span>,
<span itemprop="locality">Philadelphia</span>,
<span itemprop="postal-code">PA 19103</span>
</p>
</li>
<li>
<p itemprop="tel">
<i class="icon-phone"></i>(267) 702-6762
</p>
</li>
<li>
<p>
<i class="icon-envelope"></i>info@symmetricinfinity.com
</p>
</li>
<li>
<p itemprop="url">
<i class="icon-globe"></i>symmetricinfinity.com
</p>
</li>
</ul>
</address>
</div>
</div>
</section>