36 lines
1 KiB
Text
36 lines
1 KiB
Text
<div class="container content-container">
|
|
<div class="row">
|
|
<div class="col contact-leftpane">
|
|
<h2>We'd be happy to hear from you...</h1>
|
|
<p>
|
|
a question, some feedback, a lunch invitation or anything you
|
|
see fit. We're human though, and will do out best to reply
|
|
within two working days.
|
|
</p>
|
|
|
|
<h2>Or reach out in a traditional way</h2>
|
|
<p>
|
|
e-Durable SA<br />
|
|
Domaine des Pins C<br />
|
|
1196 Gland<br />
|
|
Switzerland<br />
|
|
</p>
|
|
|
|
<p>
|
|
<img src="assets/images/contact.png" alt="Contact logo"/>
|
|
</p>
|
|
</div>
|
|
<div class="col contact-rightpane">
|
|
<h2>Send a message</h2>
|
|
<form method="post" action="https://meta.recycled.cloud/support/new">
|
|
<input type="text" name="support_request[name]" placeholder="Name">
|
|
<br />
|
|
<input type="email" name="support_request[email]" placeholder="Email">
|
|
<br />
|
|
<textarea name="support_request[message]" placeholder="Your Message"></textarea>
|
|
<br />
|
|
<input type="submit" class="btn btn-green" value="Send">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|