From 362c411751faf52efab7e584cbd0fa3d1c29487f Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Sun, 3 Nov 2024 13:20:06 +0100 Subject: [PATCH] Update About me Add Readme --- Readme.md | 5 +++++ package.json | 2 +- public/userKnowledge.json | 4 ++++ views/main/2_0.hbs | 18 ++++++------------ 4 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..f2b7a79 --- /dev/null +++ b/Readme.md @@ -0,0 +1,5 @@ +## Build +``` +bun run build.ts +bun run build_app +``` \ No newline at end of file diff --git a/package.json b/package.json index 47f911e..1954bf3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "bun ./app.ts", - "build": "bun build ./app.ts --outfile=bundle.js --target=bun" + "build_app": "bun build ./app.ts --outfile=bundle.js --target=bun" }, "dependencies": { "@types/express": "^4.17.21", diff --git a/public/userKnowledge.json b/public/userKnowledge.json index c556c63..595d433 100644 --- a/public/userKnowledge.json +++ b/public/userKnowledge.json @@ -8,6 +8,10 @@ "web_link": "https://petrovv.com", "git_link": "https://git.petrovv.com", "email": "nikola@petrovv.com", + "about_me": [ + "I am Nikola, currently pursuing my studies at the Faculty of Electrical Engineering and Computer Science (FERI) in Maribor. My academic journey is largely driven by my interest in application and web development. I find the process of creating functional and user-friendly digital solutions both challenging and rewarding. This field allows me to blend creativity with technical skills, which I find particularly engaging.", + "Recently, I have developed an interest in the game of Go. The strategic depth and complexity of the game have captivated my attention, providing a stimulating mental exercise. Additionally, I have started exploring photography. Capturing moments and expressing visual stories through a lens has become a newfound passion, offering a different kind of creative outlet that complements my technical pursuits." + ], "project": [ { "img": "/images/projects/Advent_Of_Code_Logo.jpg", diff --git a/views/main/2_0.hbs b/views/main/2_0.hbs index d971beb..ec9c717 100644 --- a/views/main/2_0.hbs +++ b/views/main/2_0.hbs @@ -180,18 +180,12 @@

- I am currently an RIT student at FERI in Maribor and come from the beautiful city of Ljubljana. - What really excites me is the opportunity to build systems that have a direct and positive impact on - people's - lives. - I find great satisfaction in using my skills to create practical solutions that address real-world - challenges. -

- -

- I am excited by the potential of my work and the opportunities that lie ahead. - With my dedication and expertise, I am determined to contribute to the development of solutions that enhance - the people's experiences and make a positive difference in the world. + {{#each about_me}} + {{this}} + {{#unless @last}} +
+ {{/unless}} + {{/each}}