ajout des règlements
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 16 KiB |
BIN
assets/Reglement7Wonders.pdf
Normal file
BIN
assets/Reglement7Wonders.pdf
Normal file
Binary file not shown.
BIN
assets/ReglementFaraway.pdf
Normal file
BIN
assets/ReglementFaraway.pdf
Normal file
Binary file not shown.
BIN
assets/logo-repos.png
Normal file
BIN
assets/logo-repos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/skyjo.jpg
Normal file
BIN
assets/skyjo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -17,9 +17,9 @@
|
||||
<article id="tournoi"> <a name="tournoi" > </a><h2>Les tournois du Pic</h2>
|
||||
Trois tournois seront organisés le samedi. Ils sont soumis à inscription préalable
|
||||
<ul class="tournoi">
|
||||
<li> <iframe id="haWidget" allowtransparency="true" src="https://www.helloasso.com/associations/le-pic-ludique/evenements/tournoi-seven-wonders/widget-vignette" style="width:350px;border:none;" onload="window.addEventListener( 'message', function(e) { const dataHeight = e.data.height; const haWidgetElement = document.getElementById('haWidget'); haWidgetElement.height = dataHeight + 'px'; } )"></iframe>
|
||||
<li> <iframe id="haWidget" allowtransparency="true" src="https://www.helloasso.com/associations/le-pic-ludique/evenements/tournoi-seven-wonders/widget-vignette" style="width:350px;border:none;" onload="window.addEventListener( 'message', function(e) { const dataHeight = e.data.height; const haWidgetElement = document.getElementById('haWidget'); haWidgetElement.height = dataHeight + 'px'; } )"></iframe><a class="reglement" target="ADJTournoi" href="assets/Reglement7Wonders.pdf">Règlement</a>
|
||||
<li> <iframe id="haWidget" allowtransparency="true" src="https://www.helloasso.com/associations/le-pic-ludique/evenements/avalanche-de-jeux-tournoi-harmonies/widget-vignette" style="width:350px;border:none;" onload="window.addEventListener( 'message', function(e) { const dataHeight = e.data.height; const haWidgetElement = document.getElementById('haWidget'); haWidgetElement.height = dataHeight + 'px'; } )"></iframe>
|
||||
<li> <iframe id="haWidget" allowtransparency="true" src="https://www.helloasso.com/associations/le-pic-ludique/evenements/avalanche-de-jeux-tournoi-faraway/widget-vignette" style="width:350px;border:none;" onload="window.addEventListener( 'message', function(e) { const dataHeight = e.data.height; const haWidgetElement = document.getElementById('haWidget'); haWidgetElement.height = dataHeight + 'px'; } )"></iframe>
|
||||
<li> <iframe id="haWidget" allowtransparency="true" src="https://www.helloasso.com/associations/le-pic-ludique/evenements/avalanche-de-jeux-tournoi-faraway/widget-vignette" style="width:350px;border:none;" onload="window.addEventListener( 'message', function(e) { const dataHeight = e.data.height; const haWidgetElement = document.getElementById('haWidget'); haWidgetElement.height = dataHeight + 'px'; } )"></iframe><a class="reglement" target="ADJTournoi" href="assets/ReglementFaraway.pdf">Règlement</a>
|
||||
<li><img class="tournoi" src="assets/skyjo.jpg"></img> <p class="lititle">Tournoi Skyjo </p><p>Si vous avez encore envie d'un tournoi le dimanche, inscription sur place à l'accueil.</p><a class="reglement" target="ADJTournoi" href="Tournoi_multijeux.pdf">Règlement</a>
|
||||
</ul>
|
||||
</article>
|
||||
@@ -60,7 +60,7 @@ Le festival Avalanche de Jeux est organisé par l'association <a href="https://w
|
||||
<ul class="partenaire">
|
||||
<li> <a href="https://www.facebook.com/LePicLudique/"> <img class="logo partenaire" src="logoPicLudique.png" /> </a>
|
||||
<li> <a href="https://www.ville-lamontagne.fr" ><img class="logo partenaire" src="mairieLaMontagne.svg" /></a>
|
||||
<li> <a href="https://www.asmodee.fr" ><img class="logo partenaire" src="assets/Logo-Asmodee.svg" /></a>
|
||||
<li> <a href="https://www.rprod.com/fr/games/7-wonders" ><img class="logo partenaire" src="assets/Logo-repos.png" /></al
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
||||
11
style.css
11
style.css
@@ -65,6 +65,10 @@ nav a:hover {
|
||||
background: rgba(15,15,15,0.15);
|
||||
box-shadow: 1px 1px 4px 2px #999;
|
||||
}
|
||||
nav a:has(#logo) {
|
||||
background-color:unset;
|
||||
box-shadow:unset;
|
||||
}
|
||||
|
||||
.left {
|
||||
height: 300px;
|
||||
@@ -92,9 +96,8 @@ article#chapeau{
|
||||
}
|
||||
|
||||
#logo {
|
||||
max-height:50px;
|
||||
flex-shrink:3;
|
||||
min-width: 250px;
|
||||
max-height:35px;
|
||||
min-width: 150px;
|
||||
}
|
||||
@media screen and (max-width:1035px) {
|
||||
#logo {display: none}
|
||||
@@ -135,7 +138,7 @@ ul li {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
li iframe {
|
||||
min-height: 600px;
|
||||
min-height: 670px;
|
||||
}
|
||||
img.logo.partenaire {
|
||||
max-width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user