-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
161 lines (128 loc) · 5.15 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<!-- Remove this line if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Designa Studio, a HTML5 / CSS3 template.">
<meta name="author" content="Sylvain Lafitte, Web Designer, sylvainlafitte.com">
<title>Contact // PlasMachine</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Prompt IE 7 users to install Chrome Frame -->
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="container">
<header id="navtop">
<a href="index.html" class="logo fleft">
<img src="img/logo.png" alt="PlasMachine">
</a>
<nav class="fright">
<ul>
<li><a href="news.html">News and Updates</a></li>
<li><a href="team.html">The Team</a></li>
</ul>
<ul>
<li><a href="tech.html">The Technology</a></li>
<li><a href="challenge.html">The Challenge</a></li>
</ul>
<ul>
<li><a href="contact.html" class="navactive">Contact</a></li>
<li><a href="pub.html">Publicity</a></li>
</ul>
</nav>
</header>
<div class="contact-page main grid-wrap">
<header class="grid col-full">
<hr>
<p class="fleft"><font size="20"> <b> Contact </b></font></p>
</header>
<aside class="grid col-one-quarter mq2-col-one-third mq3-col-full">
<p class="mbottom">We would love to talk to you and answer all of your questions!</p>
<address class="mbottom">
<h4>Graves Research Group</h4>
D75 Tan Hall, University of California, Berkeley, CA 94720<br >
<a href="https://maps.google.com/maps/place?q=Tan+Kah+Kee+Hall+Berkeley&ftid=0x80857c24f3bd0935:0x1605f58b0aaaf765">Get directions</a>
</address>
<p class="mbottom">
Office: 510-643-7130
</p>
<p class="mbottom">Cell: 619-756-8422 </p>
<p class="mbottom"><br >
</p>
</aside>
<section class="grid col-three-quarters mq2-col-two-thirds mq3-col-full">
<h2>Drop us a message</h2>
<form id="contact_form" class="contact_form" action="contact.php" method="post" name="contact_form">
<ul>
<li>
<label for="name">Your name:</label>
<input type="text" name="name" id="name" required class="required" >
</li>
<li>
<label for="email">Email:</label>
<input type="email" name="email" id="email" required placeholder="[email protected]" class="required email">
</li>
<li>
<label for="message">Message:</label>
<textarea name="message" id="message" cols="100" rows="6" required class="required" ></textarea>
</li>
<li>
<button type="submit" id="submit" name="submit" class="button fright">Send it</button>
</li>
</ul>
</form>
</section>
</div> <!--main-->
<div class="divide-top">
<footer class="grid-wrap">
<ul class="grid col-one-third social">
<li><a href="#">RSS</a></li>
<li><a href="http://www.facebook.com/plasmadisinfection">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Flickr</a></li>
</ul>
<div class="up grid col-one-third ">
<a href="#navtop" title="Go back up">↑</a>
</div>
<nav class="grid col-one-third ">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="tech.html">Tech</a></li>
<li><a href="challenge.html">Challenge</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="pub.html">Publicity</a></li>
</ul>
</nav>
</footer>
</div>
</div>
<!-- Javascript - jQuery -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="js/selectivizr.js"></script>
<![endif]-->
<script src="js/scripts.js"></script>
<script src="js/jquery.validate.min.js"></script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>