-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
61 lines (60 loc) · 2.73 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
---
layout: page
title: Contact me!
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>
<b><p><big>I am very keen to discuss ways to innovate technology in Petroleum Industry. Feel free to contact me with any questions or feedback: I would really appreciate your input!</big></p></b>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<h3>Send me an email:</h3>
<div class="row">
<div class="block">
<div class="form-group">
<form action="https://getsimpleform.com/messages?form_api_token=de1ba2f2f947822946fb6e835437ec78" method="post">
<input type='hidden' name='redirect_to' value='{{ site.url }}/success' />
<input type="text" name="Name" class="form-control" placeholder="Your Name" required />
<input type="text" name="Email" class="form-control" placeholder="Email Address" required />
<input type="text" name="Subject" class="form-control" placeholder="Subject" required />
<textarea class="form-control" name="Message" rows="3" placeholder="Your Message" required></textarea>
<button class="btn btn-default" type="submit" name='redirect_to' value='{{ site.url }}/success'>Send Message</button>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="block">
<!-- contact form end -->
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h3>My address</h3>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>BaRia City, BaRia - VungTau, Vietnam
</li>
<li>
<i class="fa fa-envelope-o"></i>Email: [email protected]
</li>
<li>
<a href="https://www.facebook.com/profile.php?id=100010390832943"><i class="fa fa-facebook"></i></a> Add me on Facebook to keep in touch!
</li>
</ul>
</div>
</div>
</div>
</div>
</div>