diff --git a/assets/css/styles.scss b/assets/css/styles.scss
deleted file mode 100644
index dd800a9..0000000
--- a/assets/css/styles.scss
+++ /dev/null
@@ -1,146 +0,0 @@
-@font-face {
- font-family: "Cursive";
- src: url("/assets/fonts/Cursive\ standard.woff2");
-}
-
-@font-face {
- font-family: "Cursive-bold";
- src: url("/assets/fonts/Cursive\ standard\ Bold.woff2");
-}
-
-// Colors
-
-:root {
- --title-color: #63BAEE;
- --bgd-color: #F7F6EE;
- --text-color: #2A2A2A;
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- --bgd-color: #2A2A2A;
- --text-color: #F7F6EE;
- }
-}
-
-body {
- font-family: "Cursive";
- display: flex;
- flex-direction: column;
- background-color: var(--bgd-color);
- color: var(--text-color);
- margin-left: 10%;
- margin-right: 10%;
-
-
- h1 {
- font-family: "Cursive-bold";
- margin-left: auto;
- margin-right: auto;
- font-size: xxx-large;
- color: var(--title-color);
- text-align: center;
- }
-
- .FeedDesc {
- font-size: x-large;
- text-align: center;
- }
-
- .FollowMe {
- display: flex;
- flex-direction: row;
-
- align-items: center;
- height: 10vh;
-
- font-size: x-large;
- white-space: nowrap;
-
- a {
- margin-left: 5%;
- margin-right: 5%;
- display: flex;
- flex-direction: row;
- text-decoration: none;
- height: 100%;
- align-items: center;
-
- p {
- margin-left: 5%;
- margin-right: 5%;
- white-space: nowrap;
- }
-
- img {
- height: 25%;
- }
- }
- }
-
- .listen-on {
- display: flex;
- flex-direction: row;
-
- align-items: center;
-
- font-size: x-large;
- white-space: nowrap;
-
- height: 10vh;
-
- a {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 5%;
- margin-right: 5%;
- height: 100%;
-
- font-family: Verdana, Geneva, Tahoma, sans-serif;
- text-decoration: none;
-
- img {
- height: 75%;
- }
-
- .textRSS {
- margin-left: 5%;
- color: var(--text-color);
- }
- }
-
- .rss-listen {
- padding-left: 1%;
- padding-right: 1%;
-
- border-radius: 50px;
- }
- }
-
- hr {
- width: 100%;
- }
-
- .Podcasts {
- .podcast {
-
- h3 {
- font-size: xx-large;
- }
-
- audio {
- width: 90%;
- background-color: #F7F6EE;
- margin-left: 1%;
- }
-
- .podcast-desc {
- font-size: x-large;
- }
- }
-
-
- }
-}
-
diff --git a/assets/script.js b/assets/script.js
deleted file mode 100644
index 488f8d2..0000000
--- a/assets/script.js
+++ /dev/null
@@ -1,29 +0,0 @@
-"use strict";
-
-function removeAcastBranding(description,removeBR) { // Retire la mention "hébergé par Acast"
- let desc = description.replace(/(
).+(<\/p>)/g,"");
- if (removeBR) { desc = desc.replace(/
/g,"") }
- return desc
-}
-
-async function fetchRSSfeed() {
- const RSS_URL = "https://feeds.acast.com/public/shows/le-plus-beau-des-voyages";
- const RSS_API = "https://api.rss2json.com/v1/api.json?rss_url="
- const response = await fetch( RSS_API + RSS_URL);
- return await response.json();
-}
-
-window.addEventListener("DOMContentLoaded", function () {
- console.log(
- "Hewo, c'est renarde 🦊, la créatrice de ce site.\nSi tu veux trouver le code source du site c'est par ici -> "
- + 'https://forgejo.la-taniere-solidaire.gay/Renarde/site-web-le-plus-beau-des-voyages'
- );
-
- // fetchRSSfeed().then( rssData => {
- // document.getElementById("FeedDesc").innerHTML = removeAcastBranding(rssData.feed.description,false);
- // for (const episode of rssData.items) {
- // const formatedEp = formatEpisodeIntoHTML(episode)
- // this.document.getElementById("Podcasts").append(formatedEp)
- // }
- // })
-})
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index f49a715..0000000
--- a/index.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
Animé par Pauline
-Animé par Pauline
++ description ?> +
+latestEpDescription ?>
+