-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
59 lines (59 loc) · 1.73 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
54
55
56
57
58
59
---
layout: page
permalink: contact/index.html
active_menu : contact
title : Contact
section_title: Say hello!
description: Flipside is a web development agency based in Lisbon. On our about page, you can find out more about who we are, what we do and how we do it.
classes: contact-page diptych
contact: false
---
<div class="contact-info panel">
<h2>Get in touch</h2>
<p class="lead">Want to talk about a project or have a question or suggestion? We'd love to hear from you.</p>
<ul>
<li class="phone">
<a href="tel:+351926526465" title="Call us">
<h3>Phone</h3>
+351 926 526 465
</a>
</li>
<li class="email" title="Email us">
<a href="mailto:[email protected]">
<h3>Email</h3>
</a>
</li>
<li class="address" title="Visit us">
<a href="http://www.openstreetmap.org/?mlat=38.72277&mlon=-9.14852#map=18/38.72277/-9.14852&layers=H" title="Our address on OSM" target="_blank">
<h3>Address</h3>
Avenida da Liberdade 229, 2º<br/>
1250-142 Lisboa, Portugal
</a>
</li>
</ul>
</div>
<div class="social panel">
<h2>Follow us</h2>
<p class="lead">If you want to stay up to date about our work, make sure to check us out elsewhere as well.</p>
<ul>
<li class="twitter">
<a href="http://twitter.com/flipside_org" title="Flipside on Twitter" target="_blank">
<h3>Twitter</h3>
@flipside_org
</a>
</li>
<li class="github">
<a href="http://github.com/flipside-org" title="Flipside on Github" target="_blank">
<h3>Github</h3>
flipside-org
</a>
</li>
<li class="flickr">
<a href="http://flickr.com/photos/flipside-org" title="Flipside on Flickr" target="_blank">
<h3>Flickr</h3>
flipside-org
</a>
</li>
</ul>
</div>