-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
71 lines (65 loc) · 2.44 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
---
layout: page
title: Contact Me
---
<section id="one" class="wrapper style5">
<div class="inner">
<h3>Let's get a cup of coffee!</h3>
<p>Shoot me a message from here if you want to get in touch.</p>
<hr />
<section>
<h4>Email me</h4>
<form method="POST" action="//formspree.io/pavitthp@andrew.cmu.edu" id="contactform">
<div class="row uniform">
<div class="6u 12u$(xsmall)">
<input type="text" name="Name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="_replyto" id="demo-email" value="" placeholder="Email" />
</div>
<div class="3u 12u$(small)">
<input type="radio" id="demo-priority-low" name="type" checked>
<label for="demo-priority-low">Personal/Networking</label>
</div>
<div class="3u 12u$(small)">
<input type="radio" id="demo-priority-normal" name="type">
<label for="demo-priority-normal">Industry</label>
</div>
<div class="3u 12u$(small)">
<input type="radio" id="demo-priority-high" name="type">
<label for="demo-priority-high">Research</label>
</div>
<div class="3u$ 12u$(small)">
<input type="radio" id="demo-priority-mega" name="type">
<label for="demo-priority-mega">Other</label>
</div>
<div class="12u$">
<textarea name="message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_subject" value="Website contact" />
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>There's more to explore...</h2>
<p>Click on the these links to find out more about me.</p>
</header>
<ul class="actions vertical">
<li><a href="/index.html" class="button fit special">Main</a></li>
<li><a href="/projects.html" class="button fit specialThird">Projects</a></li>
<li><a href="/reading.html" class="button fit specialMain">Reading</a></li>
</ul>
</div>
</section>