-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
101 lines (61 loc) · 2.3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
<script type=”text/javascript” src=”//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js“></script>
<link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
</head>
<body>
<img src="http://static.pexels.com/wp-content/uploads/2014/05/blur-evening-sun-macbook-air-170-825x550.jpg" width="100%" height="100%"style="opacity:0.3" alt="Technology"/>
<header>
<div id="header-wrapper">
<div id="header">
<div id="navigation" class="nav-wrapper">
<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a="nav-social" href="http://twitter.com/aminaya227" class="twitter" title="Twitter" target="_blank">Twitter</a>
</div>
</div>
</div>
</header>
<div id="global-wrapper">
<div id="content-wrapper">
<div id="container">
<div id="reachout" class="page contact">
<h1>Contact</h1>
<p id="getintouch"> <strong>If you have a project or creative need that I can help with, please get in touch.</strong></p>
<form class="form-style-9">
<ul>
<li>
<input type="text" name="field1" class="field-style field-split align-left" placeholder="Name" />
<input type="email" name="field2" class="field-style field-split align-right" placeholder="Email" />
</li>
<li>
<textarea name="field5" class="field-style" placeholder="Message"></textarea>
</li>
<li>
<input type="submit" value="Send Message" />
</li>
</ul>
</form>
</div>
</div><!--/container-->
</div><!--content-wrapper-->
</div><!--global-wrapper-->
<footer>
<p>© Copyright Ana Minaya 2014.</p><br>
<a href="https://twitter.com/aminaya227" class="twitter-follow-button" data-show-count="false">Follow @aminaya227</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</footer>
</div>
</body>
</html>