using jean-cloud mailer
This commit is contained in:
parent
b4904187ab
commit
ccfb6f015f
@ -33,18 +33,25 @@
|
||||
</span>
|
||||
<a href="https://git.jean-cloud.net">La forge git</a> pour stocker ses projets et travailler collaborativement. (Avec Gitea)
|
||||
</li>
|
||||
<li>
|
||||
<!--<li>
|
||||
<span class="icon">
|
||||
<img src="{static}/static/img/latex.svg">
|
||||
</span>
|
||||
<a href="https://latex.jean-cloud.net">L’éditeur de Latex</a> pour stocker ses documents Latex et les éditer collaborativement. (Avec ShareLatex)
|
||||
</li>
|
||||
</li>-->
|
||||
<li>
|
||||
<span class="icon">
|
||||
<img src="{static}/static/img/video.svg">
|
||||
</span>
|
||||
<a href="https://videos.jean-cloud.net">La plateforme vidéo</a> À VENIR pour partager et visioner les vidéos du réseau <a href="https://joinpeertube.org">PeerTube</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon">
|
||||
<img src="{static}/static/img/wordpress-icon.svg">
|
||||
</span>
|
||||
<a href="{filename}/Services/wordpress.md">Wordpress</a> pour héberger son site internet perso, pro ou associatif !
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<footer>
|
||||
<p>L’utilisation de tous ces services est soumise à nos <a href="{filename}/Meta/cgu.md">Conditions générales d’utilisation</a></p>
|
||||
@ -102,21 +109,29 @@
|
||||
<!-- Contact -->
|
||||
<section id="contact">
|
||||
<h2>Nous contacter</h2>
|
||||
<form method="post" action="/contact">
|
||||
|
||||
<form method="post" action="https://mailer.jean-cloud.net/submit">
|
||||
<input type="hidden" name="token" value="eYEqyDXk4bKgFrwuWdN0B9UZtOnIlJcRzx8mh2jCsPTAH7V5QS" />
|
||||
|
||||
<div class="fields">
|
||||
<div class="field">
|
||||
<label for="address">Adresse mail</label>
|
||||
<input type="text" name="address" id="address" />
|
||||
<label for="mail">Adresse mail</label>
|
||||
<input type="email" name="mail" id="address" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="subject">Sujet</label>
|
||||
<input type="text" name="subject" id="subject" />
|
||||
<label for="nom">Nom</label>
|
||||
<input type="text" name="nom" id="name" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="content">Message</label>
|
||||
<textarea name="content" id="content" rows="3"></textarea>
|
||||
<label for="objet">Sujet</label>
|
||||
<input type="text" name="objet" id="subject" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="contenu">Message</label>
|
||||
<textarea name="contenu" id="content" rows="3"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="admin_pass" value="test" />
|
||||
<ul class="actions">
|
||||
<li><input type="submit" value="Envoyer" /></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user