Skip to content

Commit 9d439a6

Browse files
committed
update month in content
1 parent f013d1e commit 9d439a6

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

frugal.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ footer {
305305

306306
#goueliou {
307307
display: flex;
308-
justify-content: space-around;
309-
gap: 1rem;
308+
justify-content: center;
309+
gap: 3rem;
310310
}
311311

312312
.gouel {
313313
padding: 10px;
314314
margin-bottom: 10px;
315315
border: 1px solid var(--main-color);
316-
width: 300px;
316+
width: 480px;
317317
/* width: 100%; */
318318
font-size: 20px;
319319
}
@@ -383,12 +383,12 @@ span.gouel-ville-proche {
383383
}
384384

385385
#goueiliou-container #nouveau {
386-
/* transform: rotate(-20deg); */
386+
transform: rotate(-10deg);
387387
width: fit-content;
388388
height: fit-content;
389389
margin-bottom: 2px;
390390
font-size: x-large;
391-
/* margin-left: 20px; */
391+
margin-left: 20px;
392392
font-weight: bold;
393393
border: 2px solid;
394394
padding: 5px;
@@ -574,13 +574,13 @@ span.gouel-ville-proche {
574574
}
575575

576576
#goueiliou-container #nouveau {
577-
transform: rotate(-20deg);
577+
transform: rotate(-10deg);
578578
width: fit-content;
579579
height: fit-content;
580580
margin-bottom: 0px;
581581
font-size: small;
582582
margin-left: 0px;
583-
margin-right: 20px;
583+
margin-right: 35px;
584584
font-weight: bold;
585585
border: 1px solid;
586586
padding: 2px
@@ -854,7 +854,7 @@ span.gouel-ville-proche {
854854
@media screen and (min-width: 800px) and (max-width: 1300px) {
855855
#goueliou {
856856
display: grid;
857-
grid-template-columns: repeat(2, 1fr);
857+
grid-template-columns: repeat(1, 1fr);
858858
gap: 1rem;
859859
}
860860
.gouel {
@@ -870,7 +870,7 @@ span.gouel-ville-proche {
870870
@media screen and (min-width: 1000px) and (max-width: 1300px) {
871871
#goueliou {
872872
display: grid;
873-
grid-template-columns: repeat(3, 1fr);
873+
grid-template-columns: repeat(2, 1fr);
874874
gap: 1rem;
875875
}
876876
.gouel {
@@ -886,7 +886,7 @@ span.gouel-ville-proche {
886886
@media screen and (min-width: 1300px) and (max-width: 1600px) {
887887
#goueliou {
888888
display: grid;
889-
grid-template-columns: repeat(4, 1fr);
889+
grid-template-columns: repeat(3, 1fr);
890890
gap: 1rem;
891891
}
892892
.gouel {
@@ -1037,4 +1037,4 @@ span.gouel-ville-proche {
10371037
font-style: normal;
10381038
font-weight: 400;
10391039
src: url('ressources/fonts/LeagueGothic-Regular-VariableFont_wdth.ttf') format('truetype');
1040-
}
1040+
}

goueliou/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>Kerlandrier.cc</h1>
119119
}
120120
Object.entries(goueliou).forEach(([month, fest]) => {
121121
// Creation des colonnes Mois
122-
if (!["Avril", "Mai", "Juin", "Juillet", "Août"].includes(month)) return;
122+
if (![ "Juin", "Juillet", "Août"].includes(month)) return;
123123
const container = document.createElement('div');
124124
container.classList.add('month');
125125
const title = document.createElement('h2');
@@ -268,4 +268,4 @@ <h2 id="gouel-title">${fest[i].Nom}</h2>
268268
</script>
269269
</body>
270270

271-
</html>
271+
</html>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ <h1>Kerlandrier.cc</h1>
8787
</div>
8888
<div id="goueiliou-container">
8989
<p id="nouveau">Nouveau</p>
90-
<p>Kerlandrier des <a href="./goueliou/index.html">Festivals de l'été</a></p>
90+
<p>Kerlandrier des <a href="./goueliou/">Festivals de l'été</a> 🌴</p>
9191
</div>
9292
<div id="filters-container">
9393
<select id="monthSelect" aria-label="Choisir une date">
9494
<option class="month-option" aria-label="Choisir une date" label="Choisir une date" value="">Choisir
9595
une date</option>
96-
<option value="2025-04-01T00:00:00.000Z,2025-05-01T00:00:00.000Z">Avril-2025</option>
97-
<option value="2025-05-01T00:00:00.000Z,2025-06-01T00:00:00.000Z">Mai-2025</option>
9896
<option value="2025-06-01T00:00:00.000Z,2025-07-01T00:00:00.000Z">Juin-2025</option>
9997
<option value="2025-07-01T00:00:00.000Z,2025-08-01T00:00:00.000Z">Juillet-2025</option>
98+
<option value="2025-08-01T00:00:00.000Z,2025-09-01T00:00:00.000Z">Août-2025</option>
99+
<option value="2025-09-01T00:00:00.000Z,2025-10-01T00:00:00.000Z">Septembre-2025</option>
100100
</select>
101101
<div id="filters">
102102
<button class="filter" id="first-zone" name="aven"><span id="aven">AVEN</span></button>
@@ -130,4 +130,4 @@ <h1 id="exposection">Expositions / Festivals</h1>
130130
<script src="./js/listeners.js?v=100"></script>
131131
</body>
132132

133-
</html>
133+
</html>

0 commit comments

Comments
 (0)