Adds link to prochain épisode

* Fixes typos
* Adds some extra links
This commit is contained in:
Julien Lengrand-Lambert
2021-05-09 15:44:16 +02:00
parent 6adb2d54f5
commit 79d762e27c
7 changed files with 18 additions and 11 deletions

View File

@@ -33,8 +33,8 @@ export function render(data) {
### Autres options
* [😇 Vous plaindre à ${data.author.name.givenName} en Twitter](${data.author.social.accounts.find(account => account.name === 'Twitter').url})
* [📥 Poster un issue sur Git](${data.pkg.bugs.url})
* [🏡 Revenir à la page d'accueil](${data.pkg.bugs.url})
* [😇 Vous plaindre à ${data.author.name.givenName} ou l'équipe sur Twitter](${data.links.twitter})
* [📥 Poster une issue sur Git](${data.pkg.bugs.url})
* [🏡 Revenir à la page d'accueil](${data.pkg.homepage})
`;
}

View File

@@ -17,5 +17,7 @@
export default {
anchor: 'https://anchor.fm/les-rdv-des-speakers',
twitter: 'https://twitter.com/LesBriquesDuWeb',
youtube: 'https://www.youtube.com/watch?v=m-i8f-a6K4Y&list=PLEkzErZ5n2i610Wmi2tstCoTdhKyJafqY'
youtube: 'https://www.youtube.com/watch?v=m-i8f-a6K4Y&list=PLEkzErZ5n2i610Wmi2tstCoTdhKyJafqY',
spotify: 'https://open.spotify.com/show/2OKbLLelv3Q2hVZsQnBW2u?si=QdRSoGPZRXqtmVNv3pa9ew',
apple_podcasts: 'https://podcasts.apple.com/nl/podcast/le-rendez-vous-des-speakers/id1559843293?l=en'
}

View File

@@ -67,7 +67,7 @@ export default {
// Heading for your most recent posts, used on home page
headline: 'Derniers épisodes',
// Invite the user to visit your archive of posts, used on home page
prompt: '… visiter des archives 👀',
prompt: '… visiter les archives 👀',
// The landing page for your archive of posts
url: 'episodes'
},

View File

@@ -27,7 +27,9 @@ export function render(data) {
<div class="nextEpisode">
<h2 >Prochain épisode:</h2>
<img class="nextEpisode" src="${this.url(`/img/next/card.png`)}" alt="Prochain épisode" />
<a class="nextEpisode" href="https://www.twitch.tv/rdvspeakers">
<img src="${this.url(`/img/next/card.png`)}" alt="Prochain épisode" />
</a>
</div>
`
}

View File

@@ -12,6 +12,9 @@ socials:
- icon: github
link: https://github.com/jlengrand
name: jlengrand
- icon: linkedin
link: 'https://www.linkedin.com/in/julienlengrand/'
name: jlengrand
tags: [ 'team' ]
---

View File

@@ -115,7 +115,7 @@
.nextEpisode h2 {
margin-bottom: 2rem;
}
.nextEpisode img {
.nextEpisode a {
max-width: min(90%, 1200px);
margin: 0;
}

View File

@@ -11,15 +11,15 @@
"repository": {
"type": "git",
"url": "git://github.com/lostinbrittany/drowstar-com.git",
"https": "https://gitlab.com/lostinbrittany/drowstar-com.git",
"editUrl": "https://gitlab.com/lostinbrittany/drowstar-com/-/edit/master"
"https": "https://github.com/les-briques-du-web/les-briques-du-web-website",
"editUrl": "https://github.com/les-briques-du-web/les-briques-du-web-website/-/edit/master"
},
"author": "Horacio Gonzalez",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/lostinbrittany/drowstar-com/issues"
"url": "https://github.com/les-briques-du-web/les-briques-du-web-website/issues"
},
"homepage": "https://gitlab.com/lostinbrittany/drowstar-com#readme",
"homepage": "https://rdv-speakers.fr/les-briques-du-web",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"clean-css": "^4.2.3",