contact.php w3c
This commit is contained in:
		
							parent
							
								
									12dea20843
								
							
						
					
					
						commit
						1502eeac2a
					
				
							
								
								
									
										76
									
								
								contact.php
									
									
									
									
									
								
							
							
						
						
									
										76
									
								
								contact.php
									
									
									
									
									
								
							| @ -18,43 +18,45 @@ | ||||
| <body> | ||||
|     <?php include("header.php") ?>
 | ||||
|     <main> | ||||
|         <h1>Notre équipe de spécialistes</h1> | ||||
|         <section id="devs"> | ||||
|             <!-- Fred --> | ||||
|             <section class="contactprofile"> | ||||
|                 <a href="mailto:frederic.egenscheviller@etu.univ-amu.fr" class="tuile"> | ||||
|                     <img src="img/profils/fred.jpg" alt="fred" class="profilsimg"> | ||||
|                     <p>Frédéric EGENSCHEVILLER</p> | ||||
|                 </a> | ||||
|             </section> | ||||
|             <!-- Marius --> | ||||
|             <section class="contactprofile"> | ||||
|                 <a href="mailto:marius.pistoresi@etu.univ-amu.fr" class="tuile"> | ||||
|                     <img src="img/profils/marius.jpg" alt="marius" class="profilsimg"> | ||||
|                     <p>Marius PISTORESI</p> | ||||
|                 </a> | ||||
|             </section> | ||||
|             <!-- Lucas --> | ||||
|             <section class="contactprofile"> | ||||
|                 <a href="mailto:lucas.fabre@etu.univ-amu.fr" class="tuile"> | ||||
|                     <img src="img/profils/lucas.jpg" alt="lucas" class="profilsimg"> | ||||
|                     <p>Lucas FABRE</p> | ||||
|                 </a> | ||||
|             </section> | ||||
|             <!-- Djalim --> | ||||
|             <section class="contactprofile"> | ||||
|                 <a href="mailto:djalim.simaila@etu.univ-amu.fr" class="tuile"> | ||||
|                     <img src="img/profils/djalim.jpg" alt="djalim" class="profilsimg"> | ||||
|                     <p>Djalim SIMAILA</p> | ||||
|                 </a> | ||||
|             </section> | ||||
|             <!-- Thomas --> | ||||
|             <section class="contactprofile"> | ||||
|                 <a href="mailto:thomas.rubini@etu.univ-amu.fr" class="tuile"> | ||||
|                     <img src="img/profils/thomas.jpg" alt="thomas" class="profilsimg"> | ||||
|                     <p>Thomas RUBINI</p> | ||||
|                 </a> | ||||
|             </section> | ||||
|         <section> | ||||
|             <h1>Notre équipe de spécialistes</h1> | ||||
|             <div id="devs"> | ||||
|                 <!-- Fred --> | ||||
|                 <div class="contactprofile"> | ||||
|                     <a href="mailto:frederic.egenscheviller@etu.univ-amu.fr" class="tuile"> | ||||
|                         <img src="img/profils/fred.jpg" alt="fred" class="profilsimg"> | ||||
|                         <p>Frédéric EGENSCHEVILLER</p> | ||||
|                     </a> | ||||
|                 </div> | ||||
|                 <!-- Marius --> | ||||
|                 <div class="contactprofile"> | ||||
|                     <a href="mailto:marius.pistoresi@etu.univ-amu.fr" class="tuile"> | ||||
|                         <img src="img/profils/marius.jpg" alt="marius" class="profilsimg"> | ||||
|                         <p>Marius PISTORESI</p> | ||||
|                     </a> | ||||
|                 </div> | ||||
|                 <!-- Lucas --> | ||||
|                 <div class="contactprofile"> | ||||
|                     <a href="mailto:lucas.fabre@etu.univ-amu.fr" class="tuile"> | ||||
|                         <img src="img/profils/lucas.jpg" alt="lucas" class="profilsimg"> | ||||
|                         <p>Lucas FABRE</p> | ||||
|                     </a> | ||||
|                 </div> | ||||
|                 <!-- Djalim --> | ||||
|                 <div class="contactprofile"> | ||||
|                     <a href="mailto:djalim.simaila@etu.univ-amu.fr" class="tuile"> | ||||
|                         <img src="img/profils/djalim.jpg" alt="djalim" class="profilsimg"> | ||||
|                         <p>Djalim SIMAILA</p> | ||||
|                     </a> | ||||
|                 </div> | ||||
|                 <!-- Thomas --> | ||||
|                 <div class="contactprofile"> | ||||
|                     <a href="mailto:thomas.rubini@etu.univ-amu.fr" class="tuile"> | ||||
|                         <img src="img/profils/thomas.jpg" alt="thomas" class="profilsimg"> | ||||
|                         <p>Thomas RUBINI</p> | ||||
|                     </a> | ||||
|                 </div> | ||||
|             </div> | ||||
|         </section> | ||||
|         <h2 id="review">N'hesitez pas a nous faire part de votre avis !</h2> | ||||
|     </main> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user