Skip to content

Commit

Permalink
feat: sunday updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Apr 15, 2024
1 parent 2ffacdd commit 9525749
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 5 deletions.
Binary file added public/img/working-on/parrot2.webp
Binary file not shown.
6 changes: 4 additions & 2 deletions src/components/main/working-on.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
siMicrosoftazure,
siMicrosoft,
siFreecodecamp,
siMarkdown
siMarkdown,
siAmazondocumentdb
} from 'simple-icons'

siMicrosoft.hex = siMicrosoftazure.hex
Expand Down Expand Up @@ -84,7 +85,8 @@ function ProjectCard({ lang = 'en', project }: ProjectCardProps) {
azure: siMicrosoftazure,
microsoft: siMicrosoft,
freecodecamp: siFreecodecamp,
markdown: siMarkdown
markdown: siMarkdown,
astrodb: siAmazondocumentdb
}[t.toLowerCase().replaceAll(' ', '')] || siAstro
return (
<svg
Expand Down
18 changes: 18 additions & 0 deletions src/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,24 @@
"images": [
"responsive-web-design.webp"
]
},
{
"title": "LeetCode 75 - Python",
"description": {
"en": "Ace Coding Interview with 75 Qs. My solutions to the 75 LeetCode problems in Python.",
"es": "Domina la entrevista de codificación con 75 preguntas. Mis soluciones a los 75 problemas de LeetCode en Python."
},
"stack": [
"Python",
"LeetCode"
],
"demo": "https://leetcode.com/studyplan/leetcode-75/",
"repository": "https://github.com/jamerrq/LeetCode-75",
"images": [
"leetcode75-1.webp",
"leetcode75-2.webp",
"leetcode75-3.webp"
]
}
]
}
23 changes: 23 additions & 0 deletions src/data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,29 @@
{
"title": "Traducciones FreeCodeCamp",
"website": "https://www.freecodecamp.org/espanol/news/author/jamerrq"
},
{
"title": "MoureDev",
"website": "https://moure.dev/",
"repository": "https://github.com/mouredev",
"links": [
{
"site": "Twitch Channel",
"url": "https://www.twitch.tv/mouredev"
},
{
"site": "Youtube Channel",
"url": "https://www.youtube.com/@mouredev"
},
{
"site": "Twitter Account",
"url": "https://twitter.com/mouredev"
},
{
"site": "Discord Server",
"url": "https://discord.com/invite/mouredev"
}
]
}
]
}
7 changes: 4 additions & 3 deletions src/data/working-on.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@
"en": "Simple, minimalist habits tracker.",
"es": "Seguidor de hábitos simple y minimalista."
},
"image": "/img/working-on/parrot.webp",
"image": "/img/working-on/parrot2.webp",
"technologies": [
"Astro"
"Astro",
"Astro DB"
],
"private": "false",
"preview": "",
"preview": "https://parrot-mu.vercel.app/",
"start": "2024-03-10"
}
]
Expand Down
Binary file added src/imgs/projects/leetcode75-1.webp
Binary file not shown.
Binary file added src/imgs/projects/leetcode75-2.webp
Binary file not shown.
Binary file added src/imgs/projects/leetcode75-3.webp
Binary file not shown.

0 comments on commit 9525749

Please sign in to comment.