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