summaryrefslogtreecommitdiff
path: root/kiffe.php
diff options
context:
space:
mode:
Diffstat (limited to 'kiffe.php')
-rw-r--r--kiffe.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/kiffe.php b/kiffe.php
index 96ce436..5db8aac 100644
--- a/kiffe.php
+++ b/kiffe.php
@@ -1,15 +1,15 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="fr" > 2<html lang="fr" >
3 <head> 3 <head>
4 <meta charset="utf-8" /> 4 <meta charset="utf-8">
5 <title>Sites à visiter !</title> 5 <title>Sites à visiter !</title>
6 <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" /> 6 <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
7 <link rel="icon" type="image/png" href="images/favicon.png" > 7 <link rel="icon" type="image/png" href="images/favicon.png">
8 <link rel="stylesheet" href="ordipolo.css" /> 8 <link rel="stylesheet" href="ordipolo.css">
9 <meta name="description" content="Liens vers les sites des amis" /> 9 <meta name="description" content="Liens vers les sites des amis">
10 <meta name="viewport" content="width=device-width" /> 10 <meta name="viewport" content="width=device-width">
11 <style> 11 <style>
12 .photoenhaut 12 .photoenhaut
13 { 13 {
14 display: flex; 14 display: flex;
15 } 15 }
@@ -30,13 +30,13 @@
30 <?php include ("menu.php"); ?> 30 <?php include ("menu.php"); ?>
31 31
32 <p><a href="index.php" > 32 <p><a href="index.php" >
33 <img id="logohaut" src="images/logo.png" alt="ordipolo" /> 33 <img id="logohaut" src="images/logo.png" alt="ordipolo">
34 <img id="logotitre" src="images/ordipolo.png" alt="ordipolo" /> 34 <img id="logotitre" src="images/ordipolo.png" alt="ordipolo">
35 </a></p> 35 </a></p>
36 </header> 36 </header>
37 37
38 <div class="parties"> 38 <div class="parties">
39 <a href="https://lelionetlecolibri.ordipolo.fr" > 39 <a href="https://lelionetlecolibri.ordipolo.fr">
40 <h1 >Le lion et le colibri</h1> 40 <h1 >Le lion et le colibri</h1>
41 </a> 41 </a>
42 <div class="photoenhaut"> 42 <div class="photoenhaut">
@@ -49,7 +49,7 @@
49 </div> 49 </div>
50 50
51 <div class="parties"> 51 <div class="parties">
52 <a href="https://melainefavennec.com" > 52 <a href="https://melainefavennec.com">
53 <h1 >Melaine Favennec</h1> 53 <h1 >Melaine Favennec</h1>
54 </a> 54 </a>
55 <div class="photoenhaut"> 55 <div class="photoenhaut">
@@ -66,22 +66,22 @@
66 <a href="julian/maths.html"> 66 <a href="julian/maths.html">
67 <h1>Recherches en mathématiques</h1> 67 <h1>Recherches en mathématiques</h1>
68 </a> 68 </a>
69 <div class="photoenhaut" > 69 <div class="photoenhaut">
70 <p>de Julian Favennec à la cité de la ruche.</p> 70 <p>de Julian Favennec à la cité de la ruche.</p>
71 <a href="julian/maths.html" > 71 <a href="julian/maths.html">
72 <img class="photo" src="julian/polygones.png" alt="" /> 72 <img class="photo" src="julian/polygones.png" alt="">
73 </a> 73 </a>
74 </div> 74 </div>
75 </div> 75 </div>
76 76
77 <div class="parties" > 77 <div class="parties">
78 <a href="http://www.romainlebadezet.com" > 78 <a href="http://www.romainlebadezet.com">
79 <h1>Romain Le Badezet</h1> 79 <h1>Romain Le Badezet</h1>
80 </a> 80 </a>
81 <div class="photoenhaut" > 81 <div class="photoenhaut">
82 <p>Artistre peintre, dessinateur, plasticien</p> 82 <p>Artistre peintre, dessinateur, plasticien</p>
83 <a href="http://www.romainlebadezet.com" > 83 <a href="http://www.romainlebadezet.com">
84 <img class="photo" src="images/oneline.jpg" alt="ligne" /> 84 <img class="photo" src="images/oneline.jpg" alt="ligne">
85 </a> 85 </a>
86 </div> 86 </div>
87 </div> 87 </div>
@@ -90,6 +90,6 @@
90 <h1><a href="#bloc_page" >Remonter en haut de la page.</a></h1> 90 <h1><a href="#bloc_page" >Remonter en haut de la page.</a></h1>
91 </footer> 91 </footer>
92 </div> 92 </div>
93 <script src="detecteur.js"></script>
93 </body> 94 </body>
94 <script src="detecteur.js"></script>
95</html> 95</html>