page contact en rédaction
This commit is contained in:
parent
44265a84c7
commit
8ce57cf457
54
contact.html
54
contact.html
@ -2,14 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title> Karäfon </title>
|
||||
<title> Karäfon contact</title>
|
||||
<link rel="stylesheet" href="karafon_style.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="titre">
|
||||
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||||
<img src="images/logo.png" alt="logo de l'association" height="70" width="70"/>
|
||||
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||
<p id="festival_itinerant">Festival itinérant</p>
|
||||
</div>
|
||||
@ -18,26 +18,36 @@
|
||||
<input name="button" id="boutonPresentation" onclick="fonctionPrésentation()" value="Présentation" type="button" > <br/>
|
||||
<input name="button" id="boutonHistorique" onclick="fonctionHistorique()" value="Historique" type="button" > <br/>
|
||||
<input name="button" id="boutonProchainsEvenements" onclick="fonctionProchainsEvenements()" value="Prochaine événements" type="button" > <br/>
|
||||
<input name="button" id="boutonContact" onclick="fonctioncontact()" value="Contact" type="button" > <br/>
|
||||
<input name="button" id="boutonContact" onclick="fonctionContact()" value="Contact" type="button" > <br/>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="corps">
|
||||
<div class="centrer">
|
||||
<img src="/images/instagram.png" alt="logo instagram"/>
|
||||
<p> Vous pouvez contacter le collectif Karäfon à l'adresse mail ___ ou bien au numéro de téléphone ___ </p>
|
||||
<a href="https://www.facebook.com/CollectifKarafon">Instagram <img src="/images/instagram.png" alt="logo instagram"/></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
|
||||
</body>
|
||||
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
@ -2,14 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title> Karäfon </title>
|
||||
<title> Karäfon historique</title>
|
||||
<link rel="stylesheet" href="karafon_style.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="titre">
|
||||
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||||
<img src="images/logo.png" alt="logo de l'association" height="70" width="70"/>
|
||||
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||
<p id="festival_itinerant">Festival itinérant</p>
|
||||
</div>
|
||||
@ -23,22 +23,22 @@
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
</body>
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
BIN
images/instagram.jpeg
Normal file
BIN
images/instagram.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
BIN
images/instagram.png
Normal file
BIN
images/instagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
images/instagrammoche.jpg
Normal file
BIN
images/instagrammoche.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
BIN
images/logo.png
Normal file
BIN
images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
@ -2,14 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title> Karäfon </title>
|
||||
<title> Karäfon accueil</title>
|
||||
<link rel="stylesheet" href="karafon_style.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="titre">
|
||||
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||||
<img src="images/logo.png" alt="logo de l'association" height="70" width="70"/>
|
||||
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||
<p id="festival_itinerant">Festival itinérant</p>
|
||||
</div>
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
<div class="corps">
|
||||
<div class="centrer">
|
||||
<img src="/photos/festival.jpg" alt="photo du festival"/>
|
||||
<img src="/images/festival.jpg" alt="photo du festival"/>
|
||||
<h1> prochaine édition en juillet</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,14 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title> Karäfon </title>
|
||||
<title> Karäfon présentation</title>
|
||||
<link rel="stylesheet" href="karafon_style.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="titre">
|
||||
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||||
<img src="images/logo.png" alt="logo de l'association" height="70" width="70"/>
|
||||
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||
<p id="festival_itinerant">Festival itinérant</p>
|
||||
</div>
|
||||
@ -22,6 +22,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
|
@ -2,14 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title> Karäfon </title>
|
||||
<title> Karäfon prochains événements</title>
|
||||
<link rel="stylesheet" href="karafon_style.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="titre">
|
||||
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||||
<img src="images/logo.png" alt="logo de l'association" height="70" width="70"/>
|
||||
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||
<p id="festival_itinerant">Festival itinérant</p>
|
||||
</div>
|
||||
@ -21,22 +21,22 @@
|
||||
<input name="button" id="boutonContact" onclick="fonctioncontact()" value="Contact" type="button" > <br/>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
</body>
|
||||
<script id=historique type="text/javascript">
|
||||
function fonctionHistorique(){
|
||||
window.location.href("historique.html");
|
||||
}
|
||||
function fonctionAccueil(){
|
||||
window.location.href("accueil.html");
|
||||
}
|
||||
function fonctionPresentation(){
|
||||
window.location.href("presentation.html");
|
||||
}
|
||||
function fonctionContact(){
|
||||
window.location.href("contact.html");
|
||||
}
|
||||
function fonctionProchainsEvenements(){
|
||||
window.location.href("prochains_evenements.html");
|
||||
}
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user