chore: update links and cv

This commit is contained in:
2026-05-09 12:43:43 +01:00
parent 50f0c72c50
commit 2dba98059b
10 changed files with 14 additions and 14 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,7 +1,7 @@
---
title: 'Crimson Quirks UI'
description: 'UI component library utilizing Vite and Storybook to be used in my personal projects.'
source: 'https://github.com/hazemKrimi/crimson-quirks-ui'
source: 'https://github.com/hazemkrimi/crimson-quirks-ui'
demo: 'https://www.npmjs.com/package/crimson-quirks-ui'
date: 2025-03-17
---
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: 'Discord Bot (Archived)'
description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites.'
source: 'https://github.com/hazemKrimi/discord-bot'
source: 'https://github.com/hazemkrimi/discord-bot'
date: 2020-03-10
---
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: 'Hack Assembler'
description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust.'
source: 'https://github.com/hazemKrimi/hack-assembler'
demo: 'https://github.com/hazemKrimi/hack-assembler/releases/tag/v1.0.0'
source: 'https://github.com/hazemkrimi/hack-assembler'
demo: 'https://github.com/hazemkrimi/hack-assembler/releases/tag/v1.0.0'
date: 2025-03-13
---
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: 'Jack Compiler'
description: 'Compiler from The Jack language to The Hack platform (Nand2Tetris Part 2)'
source: 'https://github.com/hazemKrimi/jack-compiler'
demo: 'https://github.com/hazemKrimi/jack-compiler/releases/tag/v1.0.0'
source: 'https://github.com/hazemkrimi/jack-compiler'
demo: 'https://github.com/hazemkrimi/jack-compiler/releases/tag/v1.0.0'
date: 2026-04-30
---
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: 'Jack VM Translator'
description: 'VM Translator from The Jack language to The Hack platform (Nand2Tetris Part 2)'
source: 'https://github.com/hazemKrimi/jack-vm-translator'
demo: 'https://github.com/hazemKrimi/jack-vm-translator/releases/tag/v1.0.0'
source: 'https://github.com/hazemkrimi/jack-vm-translator'
demo: 'https://github.com/hazemkrimi/jack-vm-translator/releases/tag/v1.0.0'
date: 2026-04-06
---
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: 'Touch Programming'
description: 'Master touch typing with real code snippets from your favorite programming languages, powered by AI.'
source: 'https://github.com/hazemKrimi/touch-programming'
description: 'Master touch typing with real code snippets from your favorite programming languages, powered by LLMs.'
source: 'https://github.com/hazemkrimi/touch-programming'
demo: 'https://touch-programming.hazemkrimi.tech'
date: 2025-02-28
---
+2 -2
View File
@@ -39,8 +39,8 @@ enableRobotsTXT = true
url = '/blog'
weight = 4
[[menu.main]]
name = 'Resume'
url = '/hazem-krimi.pdf'
name = 'CV'
url = '/curriculum-vitae.pdf'
weight = 5
[[deployment.matchers]]
pattern = "^.+\\.(js|css|svg|ttf)$"
+2 -2
View File
@@ -13,13 +13,13 @@
<div id="links">
<a
aria-label="Hazem Krimi's Github profile"
href="https://github.com/hazemKrimi" target="_blank"
href="https://github.com/hazemkrimi" target="_blank"
>
{{ readFile "assets/icons/github.svg" | safeHTML }}
</a>
<a
aria-label="Hazem Krimi's Twitter or X profile"
href="https://twitter.com/HazemKrimi"
href="https://twitter.com/hazemkrimi"
target="_blank"
>
{{ readFile "assets/icons/twitter.svg" | safeHTML }}