Remove unedded

This commit is contained in:
Nikola Petrov 2023-06-21 23:02:33 +02:00
parent 35297631e2
commit 6f64d1dc4e
7 changed files with 201 additions and 193 deletions

2
.gitignore vendored
View File

@ -60,4 +60,4 @@ typings/
# next.js build output # next.js build output
.next .next
public/assets/fontawesome/ fontawesome/

2
app.js
View File

@ -5,7 +5,6 @@ var cookieParser = require('cookie-parser');
var logger = require('morgan'); var logger = require('morgan');
var indexRouter = require('./routes/index'); var indexRouter = require('./routes/index');
var usersRouter = require('./routes/users');
var app = express(); var app = express();
@ -20,7 +19,6 @@ app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'public'))); app.use(express.static(path.join(__dirname, 'public')));
app.use('/', indexRouter); app.use('/', indexRouter);
app.use('/users', usersRouter);
// catch 404 and forward to error handler // catch 404 and forward to error handler
app.use(function(req, res, next) { app.use(function(req, res, next) {

View File

@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */ /* GET home page. */
router.get('/', function(req, res, next) { router.get('/', function(req, res, next) {
res.render('index', { title: 'Nik' }); res.render('index');
}); });
module.exports = router; module.exports = router;

View File

@ -1,9 +0,0 @@
var express = require('express');
var router = express.Router();
/* GET users listing. */
router.get('/', function(req, res, next) {
res.send('respond with a resource');
});
module.exports = router;

View File

@ -1,2 +1,19 @@
<h1>{{message}}</h1> <!DOCTYPE html>
<h2>{{error.status}}</h2> <html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
background-color: rgb(100, 100, 100);
color: #fff;
}
</style>
</head>
<body>
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
</body>
</html>

View File

@ -1,162 +1,185 @@
<section class="intro"> <!DOCTYPE html>
<h1 class="section__title"> <html>
Hi, I am <strong>Nikola Petrov</strong> <head>
</h1> <meta charset="UTF-8">
<p class="section__subtitle">2. Year RIT</p> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<img src="images/Jaz.jpg" alt="a picture of Nikola Petrov" class="intro__img"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</section> <title>Portfolio</title>
<div class="container"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<div class="text-center" id="buttons"> <link rel="stylesheet" href="/assets/fontawesome/css/all.css">
<a class="btn btn-info btn-lg" id="git" href="https://gitlab.com/nikolape7">Git</a> <link rel="stylesheet" href="/css/intro.css">
<button class="btn btn-info btn-lg" id="work-experiance">Work Experience</button> <link rel="stylesheet" href="/css/styles.css">
<button class="btn btn-info btn-lg" id="education">Education</button>
<button class="btn btn-info btn-lg" id="documents">Documents</button>
</div>
<div class="row"> <script defer src="/assets/WinBox/winbox.bundle.js"></script>
<div class="col"> <script defer src="/js/main.js"></script>
<br> </head>
<h2>Skills</h2> <body>
<div class="row justify-content-md-center">
<div class="col col-lg-2"> <section class="intro">
<table class="centered"> <h1 class="section__title">
<tr><th>Language</th></tr> Hi, I am <strong>Nikola Petrov</strong>
<tr><td>Slovenian</td></tr> </h1>
<tr><td>English</td></tr> <p class="section__subtitle">2. Year RIT</p>
</table> <img src="/images/Jaz.jpg" alt="a picture of Nikola Petrov" class="intro__img">
</div> </section>
<div class="col-md-auto">
<table class="centered"> <div class="container">
<tr><th>Programming languages</th></tr>
<tr><td>C/C++</td></tr> <div class="text-center" id="buttons">
<tr><td>html/css/js/php</td></tr> <a class="btn btn-info btn-lg" id="git" href="https://gitlab.com/nikolape7">Git</a>
</table> <button class="btn btn-info btn-lg" id="work-experiance">Work Experience</button>
</div> <button class="btn btn-info btn-lg" id="education">Education</button>
</div> <button class="btn btn-info btn-lg" id="documents">Documents</button>
</div> </div>
<div class="col"> <div class="row">
<br> <div class="col">
<h2>Contact</h2> <br>
<table class="centered"> <h2>Skills</h2>
<tr><td> <div class="row justify-content-md-center">
<a href="mailto:nikolape7@gmail.com"> <div class="col col-lg-2">
<i class="fa fa-envelope"></i> <table class="centered">
nikolape7@gmail.com <tr><th>Language</th></tr>
</a> <tr><td>Slovenian</td></tr>
</td></tr> <tr><td>English</td></tr>
<tr><td> </table>
<a href="tel:070749506"> </div>
<i class="fa fa-phone"></i> <div class="col-md-auto">
070 749 506 <table class="centered">
</a> <tr><th>Programming languages</th></tr>
</td></tr> <tr><td>C/C++</td></tr>
</table> <tr><td>html/css/js/php</td></tr>
</div> </table>
</div> </div>
</div> </div>
</div>
<section class="hidden"> <div class="col">
<div id="work-experience-content"> <br>
<div class="container margin-top"> <h2>Contact</h2>
<div class="row"> <table class="centered">
<div class="col"> <tr><td>
<span style="font-size: 1.5em;">LightAct </span><br> <a href="mailto:nikolape7@gmail.com">
01/07/2022 - 01/09/2022 <i class="fa fa-envelope"></i>
</div> nikolape7@gmail.com
<div class="col"> </a>
<span style="font-size: 1.5em;">Developer/IT</span><br> </td></tr>
I helped maintaining data base, wored on the application (integrated a capture card and IP camera), <tr><td>
assembled new server rack, installed new UTP/power conectors in the office. <a href="tel:070749506">
</div> <i class="fa fa-phone"></i>
</div> 070 749 506
<div class="row"> </a>
<div class="col"> </td></tr>
<span style="font-size: 1.5em;">Institute 404</span><br> </table>
08/06/2020 - 19/06/2020
</div>
<div class="col">
<span style="font-size: 1.5em;">Mentor</span><br>
I helped primary school children with their projects with soldering, laser cutting,
and building. And I helped with a cement 3D printer.
</div>
</div>
<div class="row">
<div class="col">
<span style="font-size: 1.5em;">Hella Saturnos d.o.o.</span><br>
04/09/2018 - 18/01/2019<br>
</div>
<div class="col">
<span style="font-size: 1.5em;">Maintenance technician</span><br>
I maintained and repaired machines from plastic presses to personal stations.
</div>
</div>
<div class="row">
<div class="col">
<span style="font-size: 1.5em;">Best Western Premier Hotel Slon</span><br>
01/03/2018 - 04/05/2018<br>
</div>
<div class="col">
<span style="font-size: 1.5em;">Maintenance technician</span><br>
I helped with setting up the conference/event rooms.
I helped customers and fixed problems like replacing light bulbs, wall sockets, hair-dryers.
</div>
</div> </div>
</div> </div>
</div> </div>
<div id="education-content"> <section class="hidden">
<div class="container margin-top"> <div id="work-experience-content">
<p> <div class="container margin-top">
<span class="hidden" style="font-size: 0.75em;"> <div class="row">
<i class="fa-solid fa-calendar-days"></i> 01/10/2021 - CURRENT <div class="col">
<i class="fa-solid fa-location-dot"></i> Koroška cesta 46, Maribor, Slovenia <br> <span style="font-size: 1.5em;">LightAct </span><br>
</span> 01/07/2022 - 01/09/2022
<span style="font-size: 1.1em;"> </div>
Faculty of Electrical Engineering and Computer Science, University of Maribor <br> <div class="col">
</span> <span style="font-size: 1.5em;">Developer/IT</span><br>
<span style="font-size: 1.6em; line-height: 1em; color: #0dcaf0;"> I helped maintaining data base, wored on the application (integrated a capture card and IP camera),
Graduate engineer of computer science and information technology<br> assembled new server rack, installed new UTP/power conectors in the office.
</span> </div>
<span> </div>
<a href="https://feri.um.si/"> <div class="row">
<i class="fa-solid fa-globe"></i> <div class="col">
https://feri.um.si/ <span style="font-size: 1.5em;">Institute 404</span><br>
</a> 08/06/2020 - 19/06/2020
</span> </div>
</p> <div class="col">
<p> <span style="font-size: 1.5em;">Mentor</span><br>
<span class="hidden" style="font-size: 0.75em;"> I helped primary school children with their projects with soldering, laser cutting,
<i class="fa-solid fa-calendar-days"></i> 01/09/2016 - 07/07/2021 and building. And I helped with a cement 3D printer.
<i class="fa-solid fa-location-dot"></i> Litostrojska Cesta 51, Ljubljana, Slovenia <br> </div>
</span> </div>
<span style="font-size: 1.1em;"> <div class="row">
Secondary school of technical professions šiška<br> <div class="col">
</span> <span style="font-size: 1.5em;">Hella Saturnos d.o.o.</span><br>
<span style="font-size: 1.6em; line-height: 1em; color: #0dcaf0;"> 04/09/2018 - 18/01/2019<br>
Electrotechnician<br> </div>
</span> <div class="col">
<span> <span style="font-size: 1.5em;">Maintenance technician</span><br>
<a href="https://ssts.si/"> I maintained and repaired machines from plastic presses to personal stations.
<i class="fa-solid fa-globe"></i> </div>
https://ssts.si/ </div>
</a> <div class="row">
</span> <div class="col">
</p> <span style="font-size: 1.5em;">Best Western Premier Hotel Slon</span><br>
<br> 01/03/2018 - 04/05/2018<br>
<br> </div>
</div> <div class="col">
</div> <span style="font-size: 1.5em;">Maintenance technician</span><br>
I helped with setting up the conference/event rooms.
<div id="documents-content"> I helped customers and fixed problems like replacing light bulbs, wall sockets, hair-dryers.
<div class="container margin-top"> </div>
<div class="row"> </div>
<a href="assets/documents/CV.pdf" class="btn btn-info" download="Nikola_Petrov_CV">CV</a>
<a href="assets/documents/Certificate.pdf" class="btn btn-info" download="Nikola_Petrov_electrotechnician_certificate">Electrotechnician certificate</a>
</div> </div>
</div> </div>
</div>
</section> <div id="education-content">
<div class="container margin-top">
<p>
<span class="hidden" style="font-size: 0.75em;">
<i class="fa-solid fa-calendar-days"></i> 01/10/2021 - CURRENT
<i class="fa-solid fa-location-dot"></i> Koroška cesta 46, Maribor, Slovenia <br>
</span>
<span style="font-size: 1.1em;">
Faculty of Electrical Engineering and Computer Science, University of Maribor <br>
</span>
<span style="font-size: 1.6em; line-height: 1em; color: #0dcaf0;">
Graduate engineer of computer science and information technology<br>
</span>
<span>
<a href="https://feri.um.si/">
<i class="fa-solid fa-globe"></i>
https://feri.um.si/
</a>
</span>
</p>
<p>
<span class="hidden" style="font-size: 0.75em;">
<i class="fa-solid fa-calendar-days"></i> 01/09/2016 - 07/07/2021
<i class="fa-solid fa-location-dot"></i> Litostrojska Cesta 51, Ljubljana, Slovenia <br>
</span>
<span style="font-size: 1.1em;">
Secondary school of technical professions šiška<br>
</span>
<span style="font-size: 1.6em; line-height: 1em; color: #0dcaf0;">
Electrotechnician<br>
</span>
<span>
<a href="https://ssts.si/">
<i class="fa-solid fa-globe"></i>
https://ssts.si/
</a>
</span>
</p>
<br>
<br>
</div>
</div>
<div id="documents-content">
<div class="container margin-top">
<div class="row">
<a href="/assets/documents/CV.pdf" class="btn btn-info" download="Nikola_Petrov_CV">CV</a>
<a href="/assets/documents/Certificate.pdf" class="btn btn-info" download="Nikola_Petrov_electrotechnician_certificate">Electrotechnician certificate</a>
</div>
</div>
</div>
</section>
</body>
</html>

View File

@ -1,22 +1 @@
<!DOCTYPE html> {{{body}}}
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/fontawesome/css/all.css">
<link rel="stylesheet" href="css/intro.css">
<link rel="stylesheet" href="css/styles.css">
<script defer src="assets/WinBox/winbox.bundle.js"></script>
<script defer src="js/main.js"></script>
</head>
<body>
{{{body}}}
</body>
</html>