Skip to content

Commit

Permalink
docs: add "Python Zero To Hero" to showcases (#2006)
Browse files Browse the repository at this point in the history
Co-authored-by: _Kerman <[email protected]>
  • Loading branch information
KareimGazer and KermanX authored Jan 18, 2025
1 parent 63a10d3 commit a100ae6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/.vitepress/showcases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,18 @@ export const showcases: ShowCaseInfo[] = [
cover: 'https://raw.githubusercontent.com/hdm/decks-2024-lascon-numerology/refs/heads/main/screenshot.png',
datetime: '2024-10-25',
},
{
title: 'Python Zero To Hero - Episode 1',
author: {
name: 'Kareim Tarek',
link: 'https://kareimgazer.github.io/',
},
at: 'Kareem Kreates YouTube Channel',
slidesLink: 'https://kareimgazer.github.io/py-intro/',
sourceLink: 'https://github.com/KareimGazer/py-intro',
cover: 'https://i.ytimg.com/vi/hVMaPBrWvAo/hqdefault.jpg',
datetime: '2025-01-12',
},
// Add yours here!
{
title: 'Yours?',
Expand Down

0 comments on commit a100ae6

Please sign in to comment.