Skip to content

Commit 9f2f6fb

Browse files
committed
goueliou: add "join us"
1 parent 35db3d2 commit 9f2f6fb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

diwar-benn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Le Kerlandrier est un projet collaboratif !</h3>
9999
<br />
100100
</p>
101101
<br />
102-
<h3 style="text-align: center;">Rejoignez-nous</h3>
102+
<h3 id="join-us" style="text-align: center;">Rejoignez-nous</h3>
103103
<br />
104104
<p> Contact : contact [at] kerlandrier.cc </p>
105105
<p> <a href="https://github.com/geekks">Github</a> </p>

frugal.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ span.gouel-ville-proche {
360360
font-size: 18px;
361361
}
362362

363+
.goueliou-page #question {
364+
font-size: 25px;
365+
margin-bottom: 20px;
366+
}
363367

364368
#matomo-opt-out {
365369
margin: 30px auto;
@@ -510,6 +514,14 @@ span.gouel-ville-proche {
510514
text-align: center;
511515
border-bottom: 1px solid var(--main-color);
512516
}
517+
518+
.goueliou-page #description {
519+
font-size: 30px;
520+
}
521+
522+
.goueliou-page #question {
523+
font-size: 20px;
524+
}
513525
}
514526

515527

goueliou/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@
6868
<!-- End Matomo Code -->
6969
</head>
7070

71-
<body>
71+
<body class="goueliou-page">
7272
<header>
7373
<div id="title">
7474
<div id="info-container">
7575
<h1>Kerlandrier.cc</h1>
7676
<p id="description">Festivals de l'été - Abadennoù sonerezh ha gouelioù</p>
77+
<p id="question">un oubli ? une erreur ? <a href="/diwar-benn.html#join-us">contactez nous ! </a></p>
78+
7779
<span id="infos-link"> <a href="/">Retour kerlandrier</a> </span>
7880
</div>
7981
</div>

0 commit comments

Comments
 (0)