Compare commits

..

No commits in common. "ea3ee318bfef3be0cdda7e277ff8c6be2c60a5cb" and "74263458891e9eaa0a5561c6a322f48cec8757d7" have entirely different histories.

4 changed files with 16 additions and 12032 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

View file

@ -66,37 +66,24 @@
];
?>
<body>
<div class="container">
<h1 class="cursive_font_bold text-center pt-3 pb-2"><?php echo $podcast->title ?></h1>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm">
<p class="cursive_font fs-6 fw-lighter text-end">animé par Pauline</p>
</div>
<div class="col-sm"></div>
<!-- Header -->
<div class="Title">
<h1><?php echo $podcast->title ?></h1>
<p>Animé par Pauline</p>
</div>
<p><?php echo $podcast->description ?></p>
<!-- Latest episode -->
<h2>Dernier épisode :</h2>
<div class="Latest-Ep">
<img src="https://assets.pippa.io/shows/645f2650b6652d00118486b5/1685609690535-035baa450878ca2a6a8770e8d5c7f963.jpeg" alt="podcast logo" />
<div class="Latest-Ep-Header">
<h3><?php echo $podcast->latestEpTitle ?></h3>
<div><?php echo (string) $podcast->latestEpPublicationDate ?></div>
</div>
<p class="text-center"><?php echo $podcast->description ?></p>
<hr class="ms-2 me-2">
<!-- Episodes -->
<div>
<div><?php echo $podcast->latestEpDescription ?></div>
<audio controls=true <?php echo $podcast->latestEpAudioData ?>>podcast audio</audio>
</div>
</div>
</body>
</html>
<!--
<h1 class="cursive_font_bold"><?php echo $podcast->title ?></h1>
<p class="text-end">un podcast animé par Pauline</p>
<p><?php echo $podcast->description ?></p>
<h2>Épisodes :</h2>
<div>
<h3><?php echo $podcast->latestEpTitle ?></h3>
<p><?php echo $podcast->latestEpPublicationDate ?></p>
<div><?php echo $podcast->latestEpDescription ?></div>
<audio controls=true <?php echo $podcast->latestEpAudioData ?>>podcast audio</audio>
</div>
-->
</html>

File diff suppressed because it is too large Load diff

View file

@ -1,20 +0,0 @@
@import "../bootstrap/scss/bootstrap";
@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");
}
.cursive_font_bold {
font-family: "Cursive-bold";
color: #63BAEE;
}
.cursive_font {
font-family: "Cursive";
}