Remove list app

This commit is contained in:
2026-03-17 13:24:24 +01:00
parent 58234c431f
commit 6d40412ed8
57 changed files with 779 additions and 2711 deletions

272
static/cv/index.html Normal file
View File

@@ -0,0 +1,272 @@
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/images/logo.ico" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CV</title>
<script src="https://kit.fontawesome.com/cb81440751.js" crossorigin="anonymous"></script>
<!-- Import stylesheets in CSS3 -->
<link rel="stylesheet" href="stylesheets/style.css" type="text/css">
<!-- HTML2PDF.js -->
<!-- Version 0.9.3 -->
<script defer src="javascripts/html2pdf.v0.9.3.bundle.min.js"></script>
<!-- Main Javascript file -->
<script defer src="javascripts/main.js"></script>
</head>
<body>
<header class="l-header" id="header">
<!-- Nav menu -->
<nav class="nav bd-container">
<a href="#" class="nav_logo">Nikola Petrov</a>
<div class="nav_menu" id="nav-menu">
<ul class="nav_list">
<li class="nav_item">
<a href="#home" class="nav_link active-link">
<i class="fa-solid fa-house nav_icon"></i>Home
</a>
</li>
<li class="nav_item">
<a href="#experience" class="nav_link">
<i class="fa-solid fa-briefcase nav_icon"></i>Experiences
</a>
</li>
<li class="nav_item">
<a href="#education" class="nav_link">
<i class="fa-solid fa-book-bookmark nav_icon"></i>Education
</a>
</li>
</ul>
</div>
<div class="nav_toggle" id="nav-toggle">
<i class="fa-solid fa-bars"></i>
</div>
</nav>
</header>
<main class="l-main bd-container">
<!-- Resume CV -->
<div class="resume" id="area-cv">
<div class="resume_left">
<!-- HOME -->
<section class="home" id="home">
<div class="home_container section bd-grid">
<div class="home_data bd-grid">
<img src="/images/Jaz.jpg" alt="Icon picture" class="home_img" id="home-img">
<!--<img alt="Icon picture" class="home_img" id="home-img">-->
<h1 class="home_title">Nikola Petrov</h1>
<h3 class="home_profession">Developer</h3>
</div>
<div class="home_address bd-grid">
<span class="home_information">
<i class="fa-solid fa-location-dot home_icon"></i>Ljubljana, Slovenia
</span>
<span class="home_information">
<i class="fa-solid fa-calendar-days home_icon"></i>14, November, 2000
</span>
<span class="home_information">
<a href="mailto:nikola@petrovv.com" class="home_link">
<i class="fa-solid fa-envelope home_icon"></i>nikola@petrovv.com
</a>
</span>
<span class="home_information">
<a href="tel:+38670749506" class="home_link">
<i class="fa-solid fa-phone home_icon"></i>+38670749506
</a>
</span>
<span class="home_information">
<a href="https://petrovv.com" class="home_link">
<i class="fa-solid fa-globe home_icon"></i>https://petrovv.com
</a>
</span>
</div>
</div>
<!-- Theme change button -->
<i class="fa-solid fa-moon change-theme" title="Theme" id="theme-button"></i>
<!-- Button to generate and download the pdf. Available for desktop. -->
<i class="fa-solid fa-download generate-pdf" title="Generate PDF" id="resume-button"></i>
</section>
<!-- SOCIAL -->
<section class="social section">
<h2 class="section-title">Social</h2>
<div class="social_container bd-grid">
<a href="https://git.petrovv.com/explore" target="_blank" class="social_link">
<i class="fa-brands fa-git social_icon"></i>https://git.petrovv.com/explore
</a>
<a href="https://www.instagram.com/nikolainsta7" target="_blank" class="social_link">
<i class="fa-brands fa-instagram social_icon"></i>@nikolainsta7
</a>
</div>
</section>
</div>
<div class="resume_right">
<!-- EXPERIENCE -->
<section class="experience section" id="experience">
<h2 class="section-title">Experience</h2>
<div class="experience_container bd-grid">
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">HW Developer</h3>
<span class="experience_company">Spica International</span>
<span class="experience_year">17/03/2025 - 01/08/2025</span>
<p class="experience_description">
Worked on access menegment systems. Programed integrated devices, based on Buildroot using c++ and python web server.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Backend/Frontend</h3>
<span class="experience_company">RRC d.o.o</span>
<span class="experience_year">01/09/2024 - 31/12/2024</span>
<p class="experience_description">
Worked on goverment websites for collage enrolment and student dorm requests.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Developer</h3>
<span class="experience_company">RRC d.o.o</span>
<span class="experience_year">18/03/2024 - 31/05/2024</span>
<p class="experience_description">
Student practicum. Backend in java with frontend in ext JS and jQuery.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Developer/IT</h3>
<span class="experience_company">LightAct</span>
<span class="experience_year">01/07/2022 - 01/09/2022</span>
<p class="experience_description">
I helped maintaining data base, worked on the application (integrated a capture card and IP camera), assembled new server rack, installed new UTP/power connectors in the office.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Mentor</h3>
<span class="experience_company">Institute 404</span>
<span class="experience_year">08/06/2020 - 19/06/2020</span>
<p class="experience_description">
I helped primary school children with their projects with soldering, laser cutting, and building.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
<span class="experience_line"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Maintenance technician</h3>
<span class="experience_company">Hella Saturnos d.o.o.</span>
<span class="experience_year">04/09/2018 - 18/01/2019</span>
<p class="experience_description">
I maintained and repaired machines from plastic presses to personal stations.
</p>
</div>
</div>
<div class="experience_content">
<div class="experience_time">
<span class="experience_rounder"></span>
</div>
<div class="experience_data bd-grid">
<h3 class="experience_title">Maintenance technician</h3>
<span class="experience_company">Best Western Premier Hotel Slon</span>
<span class="experience_year">01/03/2018 - 04/05/2018</span>
<p class="experience_description">
I helped with setting up the conference/event rooms. I helped customers and fixed problems like replacing light bulbs, wall sockets, hair-dryers.
</p>
</div>
</div>
</div>
</section>
<!-- EDUCATION -->
<section class="education section" id="education">
<h2 class="section-title">Education</h2>
<div class="education_container bd-grid">
<div class="education_content">
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div class="education_data bd-grid">
<h3 class="education_title">Graduate engineer of computer science and information technology.</h3>
<span class="education_studies">(FERI) Faculty of Electrical Engineering and Computer Science, University of Maribor</span>
<span class="education_year">01/10/2021 - CURRENT</span>
</div>
</div>
<div class="education_content">
<div class="education_time">
<span class="education_rounder"></span>
</div>
<div class="education_data bd-grid">
<h3 class="education_title">Electrotechnician.</h3>
<span class="education_studies">(SSTS Siska) Secondary school of technical professions siska</span>
<span class="education_year">01/09/2016 - 07/07/2021</span>
</div>
</div>
</div>
</section>
</div>
</div>
</main>
<a href="#" class="scrolltop" id="scroll-top">
<i class="fa-solid fa-arrow-up scrolltop_icon"></i>
</a>
</body>
</html>