diff --git a/routes/main.js b/routes/main.js index 351c9fa..a4d9aa9 100644 --- a/routes/main.js +++ b/routes/main.js @@ -60,6 +60,11 @@ router.get('/', function (req, res, next) { } ]; const experience = [ + { + title: "RRC", + time: "18/03/2024 - 31/05/2022", + des: "Student practicum is good ", + }, { title: "LightAct [ Developer/IT ]", time: "01/07/2022 - 01/09/2022", @@ -81,7 +86,20 @@ router.get('/', function (req, res, next) { des: "I helped with setting up the conference/event rooms. I helped customers and fixed problems like replacing light bulbs, wall sockets, hair-dryers.", } ]; - res.render('main/2_0', { title: 'Nikola Petrov', disableBootStrap: true, project, experience }); + const education = [ + { + title: "(FERI) Faculty of Electrical Engineering and Computer Science, University of Maribor", + time: "01/10/2021 - CURRENT", + des: "Graduate engineer of computer science and information technology", + }, + { + title: "(SŠTS Šiška) Secondary school of technical professions šiška", + time: "01/09/2016 - 07/07/2021", + des: "Electrotechnician", + } + ]; + + res.render('main/2_0', { title: 'Nikola Petrov', disableBootStrap: true, project, experience, education }); }); router.get('/old', function (req, res, next) { diff --git a/views/main/2_0.hbs b/views/main/2_0.hbs index 1efaf76..c09dbb9 100644 --- a/views/main/2_0.hbs +++ b/views/main/2_0.hbs @@ -269,32 +269,13 @@
- Graduate engineer of computer science and information technology -
- +{{des}}
- Electrotechnician -
- -