summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2024-06-10 23:57:29 +0200
committermarcellus <msimon_fr@hotmail.com>2024-06-10 23:57:29 +0200
commit966a0e5ded35251ed592cd0b8fbbb172de85a9ce (patch)
treef5bb5994653bb5099d07dec9271eb6ce27d4ae3d
parentdc61312615e49768b1e88d84a385a7c758247c51 (diff)
parent0d8796722de4424915f182a5709ac7416947933e (diff)
Merge branch 'main' of marcelus.net:runninggags
-rw-r--r--img/bg.jpgbin113825 -> 100339 bytes
-rw-r--r--img/nathanaël.jpgbin0 -> 829690 bytes
-rw-r--r--img/old-bg.jpgbin0 -> 113825 bytes
-rw-r--r--img/thomas.jpgbin190679 -> 0 bytes
-rw-r--r--img/victor.jpgbin68570 -> 0 bytes
-rw-r--r--index.html9
-rw-r--r--membres.html11
-rw-r--r--style.css2
8 files changed, 11 insertions, 11 deletions
diff --git a/img/bg.jpg b/img/bg.jpg
index 7efb390..72aa170 100644
--- a/img/bg.jpg
+++ b/img/bg.jpg
Binary files differ
diff --git a/img/nathanaël.jpg b/img/nathanaël.jpg
new file mode 100644
index 0000000..c189dac
--- /dev/null
+++ b/img/nathanaël.jpg
Binary files differ
diff --git a/img/old-bg.jpg b/img/old-bg.jpg
new file mode 100644
index 0000000..7efb390
--- /dev/null
+++ b/img/old-bg.jpg
Binary files differ
diff --git a/img/thomas.jpg b/img/thomas.jpg
deleted file mode 100644
index 99c0b0d..0000000
--- a/img/thomas.jpg
+++ /dev/null
Binary files differ
diff --git a/img/victor.jpg b/img/victor.jpg
deleted file mode 100644
index 1a5a98d..0000000
--- a/img/victor.jpg
+++ /dev/null
Binary files differ
diff --git a/index.html b/index.html
index 54e6509..8c82b96 100644
--- a/index.html
+++ b/index.html
@@ -4,11 +4,6 @@
<title>Les Running Gags</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
- <script>
- window.onload = () => {
- window.location.replace("https://www.youtube.com/watch?v=dQw4w9WgXcQ&pp=ygUXbmV2ZXIgZ29ubmEgZ2l2ZSB5b3UgdXA%3D");
- }
- </script>
</head>
<body class="index">
<h1>Bienvenue sur le site des Running Gags !</h1>
@@ -18,6 +13,8 @@
<a class="button" href="dates.html">
<h3>Nos dates</h3>
</a>
- <small style="position: absolute; bottom : 10px ; left : 50%; transform: translateX(-50%);">Fait avec ❤️ par <a href="https://marcelus.net">Martial</a></small>
+ <small style="position: absolute; bottom : 10px ; left : 50%; transform: translateX(-50%);">Fait avec ❤️ par <a href="https://marcellus.cc">Martial</a> -
+ Contacts : <a href="mailto:lesrunninggags@outlook.fr">mail</a>, <a href="https://www.instagram.com/les_running_gags">Instagram</a>
+ </small>
</body>
</html>
diff --git a/membres.html b/membres.html
index 2adf0ba..54d1704 100644
--- a/membres.html
+++ b/membres.html
@@ -31,15 +31,16 @@
<img src="img/martial.jpg">
<div class="desc">
<h2>Martial - Guitariste</h2>
- <p>C'est le benjamin de l'équipe, mais il résume assez bien l'expression "<i>la valeur n'attend pas le nombre d'années</i>".<br>
- 10 ans de guitare et 5 ans de basse dans les doigts, il a rejoint le groupe en septembre 2022. C'est le créateur de ce site.<p>
+ <p>C'est le benjamin de l'équipe, mais il résume assez bien l'expression "<i><s>l'âge c'est qu'un nombre</s> la valeur n'attend pas le nombre d'années</i>".<br>
+ Ne comptant plus les années de guitare et de basse qu'il a dans les doigts, il a rejoint le groupe en septembre 2022. C'est le créateur de ce site.<p>
</div>
</div>
<div class="zikos">
- <img src="img/placeholder.jpeg">
+ <img src="img/nathanaël.jpg" style="filter: grayscale(100%)">
<div class="desc">
- <h2>Johann - Bassiste</h2>
- <p><p>
+ <h2>Nathanaël - Bassiste</h2>
+ <p>Pianiste, puis batteur, puis guitariste, Nath a rejoins les Running Gags en tant que bassiste. D'influence rock (Muse, AM, RHCP, Foals, Bloc Party...), il est le dernier membre à compléter le groupe.<br>
+Après plusieurs expériences venues de Paris, il vient apporter sa pâte pour vous faire groover<p>
</div>
</div>
<div class="zikos">
diff --git a/style.css b/style.css
index d994518..7b2dd75 100644
--- a/style.css
+++ b/style.css
@@ -113,6 +113,8 @@ div.zikos:nth-child(even) .desc{
.desc{
max-width: 60vh;
+ margin-top: auto;
+ margin-bottom: auto;
}
.date{