-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
65 lines (62 loc) · 2.51 KB
/
Copy pathcontact.html
File metadata and controls
65 lines (62 loc) · 2.51 KB
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
---
layout: default
title: "Contact"
weight: 100
spotlight:
imgDir: /img/spotlight/contact
imgAlt: "Triple D : Design, Develop, Deploy"
logoAnimation: false
qotd:
enabled: true
---
<section id="intro" class="py-4 py-md-10 bg-white text-gray">
<div class="container">
<div class="row">
<div class="col-12 col-md-10 col-lg-6 offset-0 offset-md-1 offset-lg-3 px-md-4 text-center">
<h2 class="h3 mb-2">Contact us</h2>
<p>{{ 'If you could use our help or want to work for us, let us know. Our normal base of operations in Belgium is Ghent, Antwerp, Brussels triangle. But we are open to any interesting proposals.' | markdownify }}</p>
<hr class="slab center w-25">
</div>
</div>
</div>
</section>
<div class="col-12 col-md-10 col-lg-8 offset-0 offset-md-1 offset-lg-2 pb-4 pb-md-10">
<form class="row" _lpchecked="1" action="https://formspree.io/f/xzbwzwly" method="POST">
<div class="form-group col-12 col-md-6 mb-2 mb-md-3">
<label for="name">Name <span>*</span></label>
<input type="text" class="form-control" id="name" placeholder="Name *" name="name" value="" required="">
</div>
<div class="form-group col-12 col-md-6 mb-2 mb-md-3">
<label for="email">Email <span>*</span></label>
<input type="email" class="form-control" id="email" placeholder="Email *" name="_replyto" value="" required="">
</div>
<div class="form-group col-12 mb-2 mb-md-3">
<label for="phone">Phone <span>*</span></label>
<input type="tel" class="form-control" id="phone" placeholder="Phone *" name="phone" value="" required="">
</div>
<div class="form-group col-12 mb-2 mb-md-3">
<label for="message">Message <span>*</span></label>
<textarea id="message" rows="6" placeholder="Message *" name="message" required=""></textarea>
</div>
<div class="form-group col-12">
<input type="hidden" name="_subject" value="New form submission!" />
<input type="hidden" name="_next" value="/contact-thanks" />
<input type="text" name="_gotcha" style="display:none" />
<input type="submit" class="btn btn-primary" value="Send" />
</div>
<hr class="slab center w-25">
</form>
</div>
<section id="info" class="col-12 col-md-10 col-lg-8 offset-0 offset-md-1 offset-lg-2 pb-4 pb-md-10 bg-white text-gray">
<div class="container">
<div class="row">
<div class="col-12 col-md-10 col-lg-6 offset-0 offset-md-1 offset-lg-3 px-md-4 text-center">
<h2 class="h3 mb-2">Triple D</h2>
<p>Melkerijlaan 27</p>
<p>9180 Moerbeke</p>
<p>Belgium</p>
<p>BE.0677.461.559</p>
</div>
</div>
</div>
</section>