diff --git a/assets/curriculum-vitae.pdf b/assets/curriculum-vitae.pdf new file mode 100644 index 0000000..3fe91c3 Binary files /dev/null and b/assets/curriculum-vitae.pdf differ diff --git a/assets/hazem-krimi.pdf b/assets/hazem-krimi.pdf deleted file mode 100644 index 71c7734..0000000 Binary files a/assets/hazem-krimi.pdf and /dev/null differ diff --git a/content/projects/crimson-quirks-ui.md b/content/projects/crimson-quirks-ui.md index f3b7778..a045cc7 100644 --- a/content/projects/crimson-quirks-ui.md +++ b/content/projects/crimson-quirks-ui.md @@ -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 --- diff --git a/content/projects/discord-bot.md b/content/projects/discord-bot.md index 9b57d5f..b07eac5 100644 --- a/content/projects/discord-bot.md +++ b/content/projects/discord-bot.md @@ -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 --- diff --git a/content/projects/hack-assembler.md b/content/projects/hack-assembler.md index c70fc65..854aeda 100644 --- a/content/projects/hack-assembler.md +++ b/content/projects/hack-assembler.md @@ -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 --- diff --git a/content/projects/jack-compiler.md b/content/projects/jack-compiler.md index c58509e..be39869 100644 --- a/content/projects/jack-compiler.md +++ b/content/projects/jack-compiler.md @@ -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 --- diff --git a/content/projects/jack-vm-translator.md b/content/projects/jack-vm-translator.md index fc96879..34428ca 100644 --- a/content/projects/jack-vm-translator.md +++ b/content/projects/jack-vm-translator.md @@ -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 --- diff --git a/content/projects/touch-programming.md b/content/projects/touch-programming.md index 6381b7f..b7ae7f8 100644 --- a/content/projects/touch-programming.md +++ b/content/projects/touch-programming.md @@ -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 --- diff --git a/hugo.toml b/hugo.toml index cb68617..6b4c4e0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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)$" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4e594f6..df2923a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -13,13 +13,13 @@