update main page
This commit is contained in:
parent
c90a9378f8
commit
4c6290a599
@ -172,13 +172,6 @@
|
||||
I find great satisfaction in using my skills to create practical solutions that address real-world challenges.
|
||||
</p>
|
||||
|
||||
{{!-- <p>
|
||||
Being able to merge my technical knowledge with my passion for helping others is incredibly fulfilling for me.
|
||||
Throughout my studies, I have been inspired to develop innovative systems that can make a meaningful
|
||||
difference in society.
|
||||
I am driven by the belief that technology can be a powerful tool for improving lives.
|
||||
</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
|
||||
@ -193,71 +186,27 @@
|
||||
|
||||
<section class="service">
|
||||
|
||||
<h3 class="h3 service-title">Projects</h3>
|
||||
<h3 class="h3 service-title">Interests</h3>
|
||||
|
||||
<ul class="service-list">
|
||||
|
||||
|
||||
<li class="service-item">
|
||||
<div class="service-icon-box">
|
||||
<ion-icon name="car-outline"></ion-icon>
|
||||
<ion-icon name="server-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/school221/semester_4/projektna_naloga">
|
||||
<h4 class="h4 service-item-title">Car counter</h4>
|
||||
</a>
|
||||
|
||||
<h4 class="h4 service-item-title">Backend programming</h4>
|
||||
<p class="service-item-text">
|
||||
Program that counts number of cars on the Slovenia highways. With the help of Pytorch and Python.
|
||||
Data is stored in a mongoDB database with Express.js and Node.js.<br>
|
||||
For displaying the data React.js is used.<br>
|
||||
Backend programming focuses on server-side development, handling data storage, processing, and business
|
||||
logic to support the functionality of web and mobile applications
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="service-item">
|
||||
|
||||
<div class="service-icon-box">
|
||||
<ion-icon name="game-controller-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/school221/semester_4/razvoj_programskih_sistemov">
|
||||
<h4 class="h4 service-item-title">Games</h4>
|
||||
</a>
|
||||
<p class="service-item-text">
|
||||
Games for school project.<br>
|
||||
Roguelike_game is made with Unity and C#.<br>
|
||||
Tetris is made with WPF and C#.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="service-item">
|
||||
|
||||
<div class="service-icon-box">
|
||||
<ion-icon name="videocam-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/school221/semester_3/uporabniski_vmesniki/myapp">
|
||||
<h4 class="h4 service-item-title">Multimedia player</h4>
|
||||
</a>
|
||||
|
||||
<p class="service-item-text">
|
||||
WPF application for playing videos and music.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="service-item">
|
||||
|
||||
<div class="service-icon-box">
|
||||
@ -265,12 +214,28 @@
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/homep/arduino">
|
||||
<h4 class="h4 service-item-title">Arduino projects</h4>
|
||||
</a>
|
||||
|
||||
<h4 class="h4 service-item-title">Embedded systems</h4>
|
||||
|
||||
<p class="service-item-text">
|
||||
Luc is a esp32 controlled light with a web site to control brightness. <br>
|
||||
Mesoreznica is a arduino PID controlled meet grinder. <br>
|
||||
Embedded systems are specialized computing devices integrated into everyday products, performing
|
||||
dedicated functions with real-time constraints.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="service-item">
|
||||
|
||||
<div class="service-icon-box">
|
||||
<ion-icon name="desktop-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<h4 class="h4 service-item-title">Application programming</h4>
|
||||
<p class="service-item-text">
|
||||
Application programming involves writing code to create software applications that perform specific
|
||||
tasks or functions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user