|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<title>Prends-en de la graine, collectif étudiants écolo à Valence</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="collectif écolo Valence, prends-en de la graine, ">
|
|
<link rel="icon" type="image/png" sizes="400x400" href="img/logo.png">
|
|
<link rel="stylesheet" type="text/css" href="css/w3.css">
|
|
<link rel="stylesheet" type="text/css" href="css/font1.css">
|
|
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
|
|
<style>
|
|
body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
|
|
body {font-size:16px;}
|
|
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
|
|
.w3-half img:hover{opacity:1}
|
|
</style>
|
|
<body>
|
|
|
|
<!-- Sidebar/menu -->
|
|
<nav class="w3-sidebar w3-light-green w3-collapse w3-top w3-large w3-padding" style="z-index:3;width:300px;font-weight:bold;" id="mySidebar"><br>
|
|
<a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-hide-large w3-display-topleft" style="width:100%;font-size:22px">Fermer menu</a>
|
|
<div class="w3-container" style="padding-bottom: 15px;">
|
|
<a href="index.php"><img style="width: 180px" src="img/logo.png"></a><b>
|
|
</div>
|
|
<div class="w3-bar-block">
|
|
<a href="index.php#pres" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Présentation</a>
|
|
<a href="index.php#actions" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nos actions</a>
|
|
<a href="index.php#membres" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Les membres</a>
|
|
<a href="index.php#rejoindre" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nous rejoindre</a>
|
|
<a href="index.php#suivre" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nous suivre</a>
|
|
<a href="publication.php" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nos publications</a>
|
|
<a href="index.php#ressource" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nos ressources</a>
|
|
<a href="index.php#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Nous contacter</a>
|
|
</div>
|
|
<center>
|
|
<div style="padding-top: 20px;">
|
|
<a href="#"><img style="width: 25px; border: grey 2px solid;" src="img/drapeau_fr.png"></a>
|
|
<a href="#"><img style="width: 30px; padding-left: 3px;" src="img/drapeau_en.png"></a>
|
|
</div>
|
|
</center>
|
|
</nav>
|
|
|
|
<!-- Top menu on small screens -->
|
|
<header class="w3-container w3-top w3-hide-large w3-light-green w3-xlarge w3-padding">
|
|
<a href="javascript:void(0)" class="w3-button w3-light-green w3-margin-right" onclick="w3_open()">☰</a>
|
|
<span>Prends-en de la graine</span>
|
|
</header>
|
|
|
|
<!-- Overlay effect when opening sidebar on small screens -->
|
|
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
|
|
|
|
<!-- !PAGE CONTENT! -->
|
|
<div class="w3-main" style="margin-left:340px;margin-right:40px">
|
|
|
|
<!-- Modal for full size images on click-->
|
|
<div id="modal01" class="w3-modal w3-black" style="padding-top:0" onclick="this.style.display='none'">
|
|
<span class="w3-button w3-black w3-xxlarge w3-display-topright">×</span>
|
|
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
|
|
<img id="img01" class="w3-image">
|
|
<p id="caption"></p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Toutes nos actions -->
|
|
<div class="w3-container" id="actions" style="margin-top:75px">
|
|
<h1 class="w3-xxxlarge w3-text-light-green"><b>Nos publications</b></h1>
|
|
<hr style="width:50px;border:5px solid red" class="w3-round">
|
|
<p></p>
|
|
<p></p>
|
|
</div>
|
|
|
|
<!-- Les membres -->
|
|
|
|
|
|
<!-- Présentation de la team -->
|
|
|
|
|
|
<!-- End page content -->
|
|
</div>
|
|
|
|
<!-- W3.CSS Container -->
|
|
|
|
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right">Créé par des étudiants qui souhaitent agir pour l'écologie.<br/>
|
|
Code source libre sous licence CC BY et disponible ici: <a href="https://git.elukerio.org/mat/site_prends-en-de-la-graine-valence">voir le code source</a></p>
|
|
</div>
|
|
|
|
<script>
|
|
// Script to open and close sidebar
|
|
function w3_open() {
|
|
document.getElementById("mySidebar").style.display = "block";
|
|
document.getElementById("myOverlay").style.display = "block";
|
|
}
|
|
|
|
function w3_close() {
|
|
document.getElementById("mySidebar").style.display = "none";
|
|
document.getElementById("myOverlay").style.display = "none";
|
|
}
|
|
|
|
// Modal Image Gallery
|
|
function onClick(element) {
|
|
document.getElementById("img01").src = element.src;
|
|
document.getElementById("modal01").style.display = "block";
|
|
var captionText = document.getElementById("caption");
|
|
captionText.innerHTML = element.alt;
|
|
}
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|