-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
executable file
·101 lines (87 loc) · 2.87 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
---
layout: page0
title: h-rm | Contact
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Get In Touch</h1>
<p>Share your views, ideas and thoughts...</p>
</div>
<div class="block"> <!-- id="contact-box" -->
<ul class="social-icons">
<li>
<a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/hengrumay/"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/hengrumay"><i class="fa fa-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-12"></div>
<div class="col-md-6 col-sm-12">
<div class="block">
<!-- <form> -->
<form action="https://formspree.io/[email protected]" method="POST">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" name="_replyto" placeholder="Email Address">
</div>
<div class="form-group">
<input type="text" class="form-control" name="_subject" placeholder="Subject">
</div>
<!--
</form>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<form>
-->
<div class="form-group-2">
<textarea class="form-control" rows="3" name="_message"placeholder="Your Message"></textarea>
</div>
<!-- <input type="submit" value="Email This Form"> -->
<button class="btn btn-default" type="submit" value="Send email">Send Message</button>
</form>
</div>
</div>
</div>
<div class="col-md-3 col-sm-12"></div>
</div>
</section>
<div>
<br>
</div>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Let's collaborate</h2>
<p>Great discoveries, insights and creations do not happen in isolation.</p>
<!-- <p>If you are interested in the work I do and would like to explore working together, let's chat over a cuppa.</p> -->
<a class="btn btn-default btn-call-to-action" href="#" >~ Get in touch ~</a>
</div>
</div>
</div>
</div>
</section>