Skip to content

Commit

Permalink
data: Add podcasts #46
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaulman committed Jan 9, 2021
1 parent ce86a65 commit e20a38a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
31 changes: 26 additions & 5 deletions data/podcasts.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,33 @@ module.exports = [
link: "https://www.programmingthrowdown.com/",
image:
"https://3.bp.blogspot.com/-rM9WWDxF9Oo/V2Aq6xitPNI/AAAAAAAAOgM/DJ32nsyJxrQqjFARXKs3LR0Q09hCCbiQACK4B/s758/PTLogoWithTitleAndBorder256.png",
color: "#ff2600",
color: "#068808",
},
{
name: "ื”ื™ื™ื˜ืง ื‘ืคืงืงื™ื",
description: "ื”ืื ืฉื™ื ืฉืขื•ืฉื™ื ืืช ื”ื”ื™ื™ื˜ืง ื”ื™ืฉืจืืœื™",
link: "https://www.startupstadium.com/hitech-bapkakim/",
image: "https://www.startupstadium.com/wp-content/uploads/Logo-300-300.jpg",
color: "#2f7155",
},
{
name: "Real Python",
description: "Python Tips, Interviews, and More",
link: "https://realpython.com/podcasts/rpp/",
color: "#18354c",
name: "Devchat",
description: "Podcasts on various topics & technologies",
link: "https://devchat.tv/",
image: "https://devchat.tv/wp-content/uploads/2020/06/Logo-web.png",
color: "#2acaea",
},
{
name: "Style Guide",
description: "A small batch series of interviews on Style Guides",
link: "http://styleguides.io/podcast/",
color: "#6cbcca",
},
{
name: "InfoQ",
description: "Intended for architects and senior developers.",
link: "https://www.infoq.com/podcasts/",
image: "https://www.infoq.com/styles/static/images/podcast/podcast-infoq.png",
color: "#1d8d44",
}
];
2 changes: 1 addition & 1 deletion src/pages/podcasts.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<Layout>
<div class="my-8 flex justify-center"><podcast-icon /></div>
<section class="mx-auto my-16 flex flex-col items-center">
<section class="mx-auto max-w-4xl flex-wrap my-16 flex items-center">
<podcast-card
v-for="(podcast, i) in $page.podcast.edges"
:key="i"
Expand Down

0 comments on commit e20a38a

Please sign in to comment.