un poil plus de contact + un poil plus de mailto dans footer
This commit is contained in:
parent
7d7d0ad1c5
commit
a1a0597198
30
contact.php
30
contact.php
@ -17,5 +17,35 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php include("header.php") ?>
|
<?php include("header.php") ?>
|
||||||
|
<main>
|
||||||
|
<h1> Notre equipe de specialites </h1>
|
||||||
|
<section id="devs">
|
||||||
|
<!-- Fred -->
|
||||||
|
<a href="mailto:fred@dontmeetme.hopto.org" class="tuile">
|
||||||
|
<img src="img/fred.jpeg" alt="fred" class="">
|
||||||
|
<p>Frédéric EGENSCHEVILLER</p>
|
||||||
|
</a>
|
||||||
|
<!-- Marius -->
|
||||||
|
<a href="mailto:marius@dontmeetme.hopto.org" class="tuile">
|
||||||
|
<img src="img/marius.jpeg" alt="marius" class="">
|
||||||
|
<p>Marius PISTORESI</p>
|
||||||
|
</a>
|
||||||
|
<!-- Lucas -->
|
||||||
|
<a href="mailto:lucas@dontmeetme.hopto.org" class="tuile">
|
||||||
|
<img src="img/lucas.jpeg" alt="lucas" class="">
|
||||||
|
<p>Lucas FABRE</p>
|
||||||
|
</a>
|
||||||
|
<!-- Djalim -->
|
||||||
|
<a href="mailto:djalim@dontmeetme.hopto.org" class="tuile">
|
||||||
|
<img src="img/djalim.jpeg" alt="djalim" class="">
|
||||||
|
<p>Djalim SIMAILA</p>
|
||||||
|
</a>
|
||||||
|
<!-- Thomas -->
|
||||||
|
<a href="mailto:thomas@dontmeetme.hopto.org" class="tuile">
|
||||||
|
<img src="img/thomas.jpeg" alt="thomas" class="">
|
||||||
|
<p>Thomas RUBINI</p>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
<?php include("footer.php") ?>
|
<?php include("footer.php") ?>
|
||||||
</body>
|
</body>
|
||||||
@ -2,7 +2,7 @@
|
|||||||
<section id="feedback">
|
<section id="feedback">
|
||||||
<h2>Donnez nous votre avis !</h2>
|
<h2>Donnez nous votre avis !</h2>
|
||||||
<form id="form" action="mailto:staff@dontmeetme.hopto.org" method="get" enctype="text/plain">
|
<form id="form" action="mailto:staff@dontmeetme.hopto.org" method="get" enctype="text/plain">
|
||||||
<textarea name="feedback" id="txtfeedback" cols="70" rows="2" placeholder="Donnez votre avis sur le site"></textarea>
|
<textarea name="body" id="txtfeedback" cols="70" rows="2" placeholder="Donnez votre avis sur le site"></textarea>
|
||||||
<input id="send" type="submit" value="Envoyer">
|
<input id="send" type="submit" value="Envoyer">
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user