Layout updates

This commit is contained in:
Hazem Krimi
2024-05-05 16:14:33 +01:00
parent 23e1d62948
commit 43541f851e
21 changed files with 55 additions and 101 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
---
title: 'Home'
date: 2023-10-18T20:03:43+01:00
date: 2023-10-18
---
+2 -1
View File
@@ -1,7 +1,8 @@
---
layout: 'about'
title: 'About'
date: 2023-10-18T20:03:43+01:00
description: 'Summary on the career path of Hazem Krimi'
date: 2023-10-18
---
## About
+2 -1
View File
@@ -1,6 +1,7 @@
---
title: "Blog"
date: 2023-10-18T20:03:43+01:00
description: 'Blog covering Computer Science and Software Engineering topic by Hazem Krimi'
date: 2023-10-18
---
## Blog
-9
View File
@@ -1,9 +0,0 @@
---
layout: 'contact'
title: 'Contact'
date: 2023-10-18T20:03:43+01:00
---
## Contact
Here you can contact me personally for any questions or opportunities.
+10 -1
View File
@@ -1,6 +1,15 @@
---
build:
render: always
cascade:
- build:
list: local
publishResources: false
render: never
title: "Projects"
date: 2023-10-18T20:03:43+01:00
description: 'List of project that Hazem Krimi created or worked on'
date: 2023-10-18
---
## Projects
+6
View File
@@ -0,0 +1,6 @@
---
title: 'Astrobuild'
description: 'Prototype of a collaboration tool between stakeholders for building software projects'
source: 'https://github.com/hazemKrimi/astrobuild'
date: 2021-07-10
---
+6
View File
@@ -0,0 +1,6 @@
---
title: 'Discord Bot'
description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites'
source: "https://github.com/hazemKrimi/discord-bot"
date: 2020-03-10
---
+6
View File
@@ -0,0 +1,6 @@
---
title: 'Assembler'
description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust'
source: "https://github.com/hazemKrimi/hack-assembler"
date: 2024-03-10
---
+6
View File
@@ -0,0 +1,6 @@
---
title: 'VM Translator'
description: 'VM Translator from The Jack language VM code to The Hack language assembly code as part of the Nand to Tetris course'
source: "https://github.com/hazemKrimi/jack-vm-translator"
date: 2024-05-05
---
+7
View File
@@ -0,0 +1,7 @@
---
title: 'React Weather App'
description: 'Weather app made with React, TypeScript and OpenWeatherMap API'
demo: "https://hazemkrimi.github.io/react-weather-app"
source: "https://github.com/hazemKrimi/react-weather-app"
date: 2021-02-10
---
@@ -1,23 +0,0 @@
---
title: 'React Weather App'
description: 'Weather app made with React, TypeScript and OpenWeatherMap API'
demo: "https://hazemkrimi.github.io/react-weather-app"
date: 2023-09-19
---
## About the project
This is a project that I made as a step in the interview process for my final year internship. Here you can find its [source code](https://github.com/hazemKrimi/react-weather-app) or you can view the [demo](https://hazemkrimi.github.io/react-weather-app).
The features are fetching the weather depending on the device's location or by using the search bar on the top right of the app. The weather data it fetches are the daily forecast, weekly forcast and today's wind and humidity.
## Technologies
- React
- TypeScript
- Styled Components
- OpenWeatherMap API
## Screenshots
![Project screenshot](react-weather-app-screenshot.webp)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB