Update About me Add Readme
This commit is contained in:
parent
0727d5f71a
commit
362c411751
5
Readme.md
Normal file
5
Readme.md
Normal file
@ -0,0 +1,5 @@
|
||||
## Build
|
||||
```
|
||||
bun run build.ts
|
||||
bun run build_app
|
||||
```
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -180,18 +180,12 @@
|
||||
|
||||
<section class="about-text">
|
||||
<p>
|
||||
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.
|
||||
</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.
|
||||
{{#each about_me}}
|
||||
{{this}}
|
||||
{{#unless @last}}
|
||||
</br>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user