27 lines
680 B
Markdown
27 lines
680 B
Markdown
---
|
|
layout: page
|
|
permalink: /contact/
|
|
title: Comment nous rejoindre ?
|
|
show_meta: false
|
|
published: true
|
|
description: "contact: contact at crapaud-fou.org "
|
|
comments: false
|
|
mathjax: false
|
|
noindex: false
|
|
---
|
|
|
|
Envoyez-nous un mail à <i class="fa fa-envelope-o"></i> contact at crapaud-fou.org
|
|
|
|
|
|
<form method="POST" action="http://formspree.io/shelley@crapaud-fou.org">
|
|
<div class="contact-form">
|
|
<input type="email" class="contact-box" name="email" placeholder="Votre email">
|
|
</div>
|
|
|
|
<div class="contact-form">
|
|
<textarea class="contact-box" name="message" placeholder="Écrire votre message"></textarea>
|
|
</div>
|
|
|
|
<button type="submit" id="contact-button">Send</button>
|
|
</form>
|
|
|