-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
68 lines (58 loc) · 3.46 KB
/
contact.html
File metadata and controls
68 lines (58 loc) · 3.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
layout: default
title: Contact - minuscode
description: We are a contact away to help you with your projects. We will jump into your challenges with our focused yet flexible commitment.
permalink: /contact/index.html
---
<div class="masthead masthead-contact">
<div class="wrapper">
<h1>
<img src="/public/images/misc/contact.png" alt="Just get in touch">
</h1>
<p>
<span>We provide development, design and management services and we also have been working</span> <span>closely in the startup environment. Our goal is to deliver the most flexible and simple project</span> <span>to fit your needs so that you can manage and work it out after we’ve concluded our work.</span>
<span>We can also arrange you a marketing strategy based on your objectives and target audience.</span>
<span class="block-element"><strong>Twitter: </strong><a href="https://twitter.com/minuscode">@minuscode</a></span>
</p>
</div>
</div><!-- /masthead -->
<div class="content contact">
<div class="wrapper">
<div class="grid grid--full">
<div class="grid__item three-fifths portable-one-whole">
<div class="contacts" itemscope itemtype="http://schema.org/Organization">
<a href="http://goo.gl/maps/PbVoI" target="_blank"><img src="/public/images/misc/map_garrett.jpg" alt="Rua Garrett, nº80, 3ºB"></a>
<div class="contacts-container">
<h2 itemprop="name"><i class="icon-briefcase"></i>Minuscode</h2>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<p><a href="http://goo.gl/maps/yVApP" target="_blank">
<span itemprop="streetAddress">Rua Garrett, nº80, 3ºB</span>
</a></p>
<p><span itemprop="postalCode">1200-204</span> <span itemprop="addressLocality">Lisboa</span></p>
</div>
<p itemprop="email"><i class="icon-mail"></i><span>E-mail:</span> <a href="mailto:contact@minuscode.com">contact@minuscode.com</a></p>
<p itemprop="telephone"><i class="icon-mobile"></i><span>Phone:</span> +351 914 317 367</p>
<!--<p itemprop="telephone"><i class="icon-mobile"></i><span>Phone:</span> +351 215 924 018</p>-->
</div>
<img class="shade" src="/public/images/misc/bottom-shade.png" alt="">
</div>
</div><!--
--><div class="grid__item two-fifths portable-one-whole">
<form id="contact" action="http://getsimpleform.com/messages?form_api_token=96f9586e999fff7b823b805ea2dafd5a" method="post">
<fieldset>
<legend>Drop us a line</legend>
<!-- the redirect_to is optional, the form will redirect to the referrer on submission -->
<input type='hidden' name='redirect_to' value='http://www.minuscode.com/contact' />
<label for="name" class="u-visibility-hidden">Name</label>
<input id="name" type="text" name="name" placeholder="Name" required>
<label for="email" class="u-visibility-hidden">Email</label>
<input id="email" type="email" name="email" placeholder="E-mail" autocomplete="off" required>
<label for="message" for="name" class="u-visibility-hidden">Message</label>
<textarea id="message" rows="9" name="message" placeholder="Message" required></textarea>
</fieldset>
<button type="submit" class="btn btn--red">Send →</button>
</form>
</div>
</div>
</div>
</div><!-- /about-us -->