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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title> Karäfon </title>
|
<title> Karäfon contact</title>
|
||||||
<link rel="stylesheet" href="karafon_style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="titre">
|
<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>
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||||
<p id="festival_itinerant">Festival itinérant</p>
|
<p id="festival_itinerant">Festival itinérant</p>
|
||||||
</div>
|
</div>
|
||||||
@ -18,26 +18,36 @@
|
|||||||
<input name="button" id="boutonPresentation" onclick="fonctionPrésentation()" value="Présentation" type="button" > <br/>
|
<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="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="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>
|
</div>
|
||||||
</header>
|
</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(){
|
</body>
|
||||||
window.location.href("historique.html");
|
|
||||||
}
|
<script id=historique type="text/javascript">
|
||||||
function fonctionAccueil(){
|
function fonctionHistorique(){
|
||||||
window.location.href("accueil.html");
|
window.location.href("historique.html");
|
||||||
}
|
}
|
||||||
function fonctionPresentation(){
|
function fonctionAccueil(){
|
||||||
window.location.href("presentation.html");
|
window.location.href("accueil.html");
|
||||||
}
|
}
|
||||||
function fonctionContact(){
|
function fonctionPresentation(){
|
||||||
window.location.href("contact.html");
|
window.location.href("presentation.html");
|
||||||
}
|
}
|
||||||
function fonctionProchainsEvenements(){
|
function fonctionContact(){
|
||||||
window.location.href("prochains_evenements.html");
|
window.location.href("contact.html");
|
||||||
}
|
}
|
||||||
</script>
|
function fonctionProchainsEvenements(){
|
||||||
</html>
|
window.location.href("prochains_evenements.html");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</html>
|
@ -2,14 +2,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title> Karäfon </title>
|
<title> Karäfon historique</title>
|
||||||
<link rel="stylesheet" href="karafon_style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="titre">
|
<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>
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||||
<p id="festival_itinerant">Festival itinérant</p>
|
<p id="festival_itinerant">Festival itinérant</p>
|
||||||
</div>
|
</div>
|
||||||
@ -23,22 +23,22 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
<script id=historique type="text/javascript">
|
<script id=historique type="text/javascript">
|
||||||
function fonctionHistorique(){
|
function fonctionHistorique(){
|
||||||
window.location.href("historique.html");
|
window.location.href("historique.html");
|
||||||
}
|
}
|
||||||
function fonctionAccueil(){
|
function fonctionAccueil(){
|
||||||
window.location.href("accueil.html");
|
window.location.href("accueil.html");
|
||||||
}
|
}
|
||||||
function fonctionPresentation(){
|
function fonctionPresentation(){
|
||||||
window.location.href("presentation.html");
|
window.location.href("presentation.html");
|
||||||
}
|
}
|
||||||
function fonctionContact(){
|
function fonctionContact(){
|
||||||
window.location.href("contact.html");
|
window.location.href("contact.html");
|
||||||
}
|
}
|
||||||
function fonctionProchainsEvenements(){
|
function fonctionProchainsEvenements(){
|
||||||
window.location.href("prochains_evenements.html");
|
window.location.href("prochains_evenements.html");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title> Karäfon </title>
|
<title> Karäfon accueil</title>
|
||||||
<link rel="stylesheet" href="karafon_style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="titre">
|
<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>
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||||
<p id="festival_itinerant">Festival itinérant</p>
|
<p id="festival_itinerant">Festival itinérant</p>
|
||||||
</div>
|
</div>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<div class="corps">
|
<div class="corps">
|
||||||
<div class="centrer">
|
<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>
|
<h1> prochaine édition en juillet</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title> Karäfon </title>
|
<title> Karäfon présentation</title>
|
||||||
<link rel="stylesheet" href="karafon_style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="titre">
|
<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>
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||||
<p id="festival_itinerant">Festival itinérant</p>
|
<p id="festival_itinerant">Festival itinérant</p>
|
||||||
</div>
|
</div>
|
||||||
@ -22,6 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
</body>
|
||||||
<script id=historique type="text/javascript">
|
<script id=historique type="text/javascript">
|
||||||
function fonctionHistorique(){
|
function fonctionHistorique(){
|
||||||
window.location.href("historique.html");
|
window.location.href("historique.html");
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title> Karäfon </title>
|
<title> Karäfon prochains événements</title>
|
||||||
<link rel="stylesheet" href="karafon_style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="titre">
|
<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>
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
||||||
<p id="festival_itinerant">Festival itinérant</p>
|
<p id="festival_itinerant">Festival itinérant</p>
|
||||||
</div>
|
</div>
|
||||||
@ -21,22 +21,22 @@
|
|||||||
<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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
</body>
|
||||||
<script id=historique type="text/javascript">
|
<script id=historique type="text/javascript">
|
||||||
function fonctionHistorique(){
|
function fonctionHistorique(){
|
||||||
window.location.href("historique.html");
|
window.location.href("historique.html");
|
||||||
}
|
}
|
||||||
function fonctionAccueil(){
|
function fonctionAccueil(){
|
||||||
window.location.href("accueil.html");
|
window.location.href("accueil.html");
|
||||||
}
|
}
|
||||||
function fonctionPresentation(){
|
function fonctionPresentation(){
|
||||||
window.location.href("presentation.html");
|
window.location.href("presentation.html");
|
||||||
}
|
}
|
||||||
function fonctionContact(){
|
function fonctionContact(){
|
||||||
window.location.href("contact.html");
|
window.location.href("contact.html");
|
||||||
}
|
}
|
||||||
function fonctionProchainsEvenements(){
|
function fonctionProchainsEvenements(){
|
||||||
window.location.href("prochains_evenements.html");
|
window.location.href("prochains_evenements.html");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user