Update to main web
This commit is contained in:
parent
fe87b6f5d2
commit
3b8bb0df34
@ -18,7 +18,7 @@ sidebarBtn.addEventListener("click", function () { elementToggleFunc(sidebar); }
|
||||
// custom select variables
|
||||
const select = document.querySelector("[data-select]");
|
||||
const selectItems = document.querySelectorAll("[data-select-item]");
|
||||
const selectValue = document.querySelector("[data-selecct-value]");
|
||||
const selectValue = document.querySelector("[data-select-value]");
|
||||
const filterBtn = document.querySelectorAll("[data-filter-btn]");
|
||||
|
||||
select.addEventListener("click", function () { elementToggleFunc(this); });
|
||||
|
@ -203,11 +203,11 @@
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/school221/semester_4/projektna_naloga">
|
||||
<h4 class="h4 service-item-title">Car caunter</h4>
|
||||
<h4 class="h4 service-item-title">Car counter</h4>
|
||||
</a>
|
||||
|
||||
<p class="service-item-text">
|
||||
Program that counts number of cars on the Slovenia highways. With the help of Pythorch and Python.
|
||||
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>
|
||||
</p>
|
||||
@ -263,11 +263,12 @@
|
||||
</div>
|
||||
|
||||
<div class="service-content-box">
|
||||
<a href="https://gitlab.com/homep/mesoreznica">
|
||||
<h4 class="h4 service-item-title">Arduino controld meat grinder</h4>
|
||||
<a href="https://gitlab.com/homep/arduino">
|
||||
<h4 class="h4 service-item-title">Arduino projects</h4>
|
||||
</a>
|
||||
<p class="service-item-text">
|
||||
Arduino is used as a controller for the electric motro of the meat grinder.
|
||||
Luc is a esp32 controlled light with a web site to control brightness. <br>
|
||||
Mesoreznica is a arduino pid controlled meet grinder. <br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -346,8 +347,8 @@
|
||||
<h4 class="h4 timeline-item-title">LightAct [ Developer/IT ]</h4>
|
||||
<span>01/07/2022 - 01/09/2022</span>
|
||||
<p class="timeline-text">
|
||||
I helped maintaining data base, wored on the application (integrated a capture card and IP camera),
|
||||
assembled new server rack, installed new UTP/power conectors in the office.
|
||||
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>
|
||||
</li>
|
||||
|
||||
@ -420,7 +421,7 @@
|
||||
|
||||
<button class="filter-select" data-select>
|
||||
|
||||
<div class="select-value" data-selecct-value>Select category</div>
|
||||
<div class="select-value" data-select-value>Select category</div>
|
||||
|
||||
<div class="select-icon">
|
||||
<ion-icon name="chevron-down"></ion-icon>
|
||||
@ -478,10 +479,10 @@
|
||||
<ion-icon name="eye-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<img src="/images/logo.png" alt="orizon" loading="lazy">
|
||||
<img src="/images/logo.png" alt="orion" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<h3 class="project-title">Orizon</h3>
|
||||
<h3 class="project-title">Orion</h3>
|
||||
|
||||
<p class="project-category">Web development</p>
|
||||
|
||||
@ -550,7 +551,7 @@
|
||||
<ion-icon name="eye-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<img src="/images/logo.png" alt="metaspark" loading="lazy">
|
||||
<img src="/images/logo.png" alt="MetaSpark" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<h3 class="project-title">MetaSpark</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user