Reformat the index
This commit is contained in:
parent
522b69e978
commit
7b020f7dbe
1 changed files with 41 additions and 31 deletions
72
index.html
72
index.html
|
@ -2,50 +2,60 @@
|
|||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<!-- favicons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="assets/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="favicon" type="ico" href="assets/favicons/favicon.ico">
|
||||
<!-- head info -->
|
||||
<title>Le plus beau des voyages</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Le plus beau des voyages - Animé par Pauline</title>
|
||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
|
||||
<script type="text/javascript" src="assets/script.js"></script>
|
||||
<!-- bootstrap css -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Le plus beau des voyages</h1>
|
||||
<p id="FeedDesc" class="FeedDesc"></p>
|
||||
<hr>
|
||||
<div class="listen-on">
|
||||
Écoutez le podcast sur :
|
||||
<a href="https://feeds.acast.com/public/shows/le-plus-beau-des-voyages" class="rss-listen">
|
||||
<img src="/assets/images/rss-black-icon.png"/>
|
||||
<div class="textRSS">RSS</div>
|
||||
<!-- Title -->
|
||||
<div class="Title">
|
||||
<h1>Le plus beau des voyages</h1>
|
||||
<p>Animé par Pauline</p>
|
||||
</div>
|
||||
<p class="Podcast-desc"></p>
|
||||
|
||||
<!-- Last episode -->
|
||||
<div class="Last-episode">
|
||||
<h2>Le dernier épisode :</h2>
|
||||
<h3 class="Last-episode-title"></h3>
|
||||
<audio class="Last-episode-audio"></audio>
|
||||
<p class="Last-episode-desc"></p>
|
||||
</div>
|
||||
|
||||
<!-- Listen on -->
|
||||
<div class="Listen-on">
|
||||
<a href="https://feeds.acast.com/public/shows/le-plus-beau-des-voyages">
|
||||
<img src="assets/img/rss-logo.svg" alt="RSS">
|
||||
</a>
|
||||
<a href="https://podcasts.apple.com/fr/podcast/le-plus-beau-des-voyages/id1690552189">
|
||||
<img src="/assets/images/FR_Apple_Podcasts_Listen_Badge_RGB.svg"/>
|
||||
</a>
|
||||
<a href="https://open.spotify.com/show/0QYpt8IEKlvQCVCHnOR9eo">
|
||||
<img src="/assets/images/Spotify_Logo_RGB_Green.png"/>
|
||||
<img src="assets/img/apple-logo.svg" alt="Apple podcast">
|
||||
</a>
|
||||
<a href="https://music.amazon.com/podcasts/2328ada5-4c12-4ecc-afcb-5153156fc437/le-plus-beau-des-voyages">
|
||||
<img src="/assets/images/Amazon_Music_Charcoal.png"/>
|
||||
<img src="assets/img/amazon-logo.svg" alt="Amazon Music">
|
||||
</a>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="Podcasts" class="Podcasts"></div>
|
||||
<div class="FollowMe">
|
||||
Me suivre :
|
||||
<a href="https://www.instagram.com/leplusbeaudesvoyages/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Le plus beau des voyages</p>
|
||||
<a
|
||||
href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5hY2FzdC5jb20vcHVibGljL3Nob3dzL2xlLXBsdXMtYmVhdS1kZXMtdm95YWdlcw">
|
||||
<img src="assets/img/google-logo.svg" alt="Google podcast">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/pauline.hrdt/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Pauline.Hrdt</p>
|
||||
</a>
|
||||
<a href="https://www.instagram.com/oscar_le_teckel/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Oscar le teckel</p>
|
||||
<a href="https://open.spotify.com/show/0QYpt8IEKlvQCVCHnOR9eo">
|
||||
<img src="assets/img/spotify-logo.svg" alt="Spotify">
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue