Update About me Add Readme

This commit is contained in:
Nikola Petrov 2024-11-03 13:20:06 +01:00
parent 0727d5f71a
commit 362c411751
4 changed files with 16 additions and 13 deletions

5
Readme.md Normal file
View File

@ -0,0 +1,5 @@
## Build
```
bun run build.ts
bun run build_app
```

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "bun ./app.ts", "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": { "dependencies": {
"@types/express": "^4.17.21", "@types/express": "^4.17.21",

View File

@ -8,6 +8,10 @@
"web_link": "https://petrovv.com", "web_link": "https://petrovv.com",
"git_link": "https://git.petrovv.com", "git_link": "https://git.petrovv.com",
"email": "nikola@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": [ "project": [
{ {
"img": "/images/projects/Advent_Of_Code_Logo.jpg", "img": "/images/projects/Advent_Of_Code_Logo.jpg",

View File

@ -180,18 +180,12 @@
<section class="about-text"> <section class="about-text">
<p> <p>
I am currently an RIT student at FERI in Maribor and come from the beautiful city of Ljubljana. {{#each about_me}}
What really excites me is the opportunity to build systems that have a direct and positive impact on {{this}}
people's {{#unless @last}}
lives. </br>
I find great satisfaction in using my skills to create practical solutions that address real-world {{/unless}}
challenges. {{/each}}
</p>
<p>
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.
</p> </p>
</section> </section>