-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
70 lines (61 loc) · 2.12 KB
/
contact.html
File metadata and controls
70 lines (61 loc) · 2.12 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
69
70
---
layout: template
bodyClass: page-contact
---
<div id="title-bar" class="colored-border">
<div class="title-bar-wrapper container_16">
<div class="title-bar-inner">
<h1 class='title-urban'>Urban</h1>
<h1 class='title-separator'>:</h1>
<h1 class='title-coding colored-text'>Coding</h1>
<div class="nav-highlight colored-background"></div>
<ol class="nav">
<li class="home"><a href="index.html"></a></li>
<li class="team"><a href="team.html">Team</a></li>
<li class="blog"><a href="blog.html">Blog</a></li>
<li class="contact selected"><a href="contact.html">Contact</a></li>
</ol>
</div>
</div>
</div>
<section id="contact">
<div class="container_16">
<div class="contact-us alpha grid_12">
<h2>Let's Get Together</h2>
<p>
We love hearing about interesting projects. If you need help, you've come to
the right place. We're only a click away.
</p>
<hr/>
<h3>Request for Proposal</h3>
<form name="ContactForm" action="http://securewfte.appspot.com/post/agpzZWN1cmV3ZnRlchELEglGb3JtTW9kZWwY0JEcDA" method="POST">
<div class='form-input name'>
<label for="name">Name:</label>
<input type="text" name="name" id="name" />
</div>
<div class='form-input email'>
<label for="email">Email:</label>
<input type="text" name="email" id="email" />
</div>
<div class='form-input message'>
<label>Project:</label>
<textarea name="message" rows="5"></textarea>
</div>
<div class='actions'>
<a href="#" class="button submit-contact-form">Submit</a>
</div>
</form>
</div>
<div class="media omega grid_4">
<p>
If you have a comment, question, or just want to say hello, you
can always get in touch with us at our favorite outposts:
</p>
<ol>
<li class="email"><a href="mailto:info@urbancoding.net" alt="Email us">info@urbancoding.net</a></li>
<li class="twitter"><a href="http://twitter.com/urban_coding" alt="Twitter">Twitter</a></li>
<li class="facebook"><a href="http://www.facebook.com/urbancoding" alt="Facebook">Facebook</a></li>
</ol>
</div>
</div>
</section>