Compare commits
No commits in common. "ea3ee318bfef3be0cdda7e277ff8c6be2c60a5cb" and "74263458891e9eaa0a5561c6a322f48cec8757d7" have entirely different histories.
ea3ee318bf
...
7426345889
4 changed files with 16 additions and 12032 deletions
Binary file not shown.
Before Width: | Height: | Size: 142 KiB |
41
index.php
41
index.php
|
@ -66,37 +66,24 @@
|
||||||
];
|
];
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<!-- Header -->
|
||||||
<h1 class="cursive_font_bold text-center pt-3 pb-2"><?php echo $podcast->title ?></h1>
|
<div class="Title">
|
||||||
<div class="row">
|
<h1><?php echo $podcast->title ?></h1>
|
||||||
<div class="col-sm"></div>
|
<p>Animé par Pauline</p>
|
||||||
<div class="col-sm">
|
|
||||||
<p class="cursive_font fs-6 fw-lighter text-end">animé par Pauline</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm"></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>
|
</div>
|
||||||
<p class="text-center"><?php echo $podcast->description ?></p>
|
|
||||||
<hr class="ms-2 me-2">
|
|
||||||
<!-- Episodes -->
|
|
||||||
<div>
|
<div>
|
||||||
|
<div><?php echo $podcast->latestEpDescription ?></div>
|
||||||
|
<audio controls=true <?php echo $podcast->latestEpAudioData ?>>podcast audio</audio>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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>
|
|
||||||
|
|
||||||
-->
|
|
11983
scss/styles.css
11983
scss/styles.css
File diff suppressed because it is too large
Load diff
|
@ -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";
|
|
||||||
}
|
|
Loading…
Reference in a new issue