54 lines
2.1 KiB
PHP
54 lines
2.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>Contact | Don't meet me</title>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<link rel="stylesheet" class="css" type="text/css" href="styles/today/main.css"/>
|
|
<link rel="stylesheet" class="css" type="text/css" href="styles/today/index.css"/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
|
|
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
|
|
|
|
<script src="js/nav.js" defer></script>
|
|
<script src="js/themeManager.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<?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>
|
|
<p>
|
|
N'hesitez pas a faire par de votre avis !
|
|
</p>
|
|
</section>
|
|
</main>
|
|
<?php include("footer.php") ?>
|
|
</body>
|