add /cv
This commit is contained in:
@@ -11,6 +11,10 @@ router.get('/', function (req: Request, res: Response) {
|
||||
res.render('main/2_0', { title: 'Nikola Petrov', disableBootStrap: true, project, experience, education });
|
||||
});
|
||||
|
||||
router.get('/cv', function (req: Request, res: Response) {
|
||||
res.render('cv', { title: 'Nikola Petrov', disableBootStrap: true, userData });
|
||||
});
|
||||
|
||||
router.get('/old', function (req: Request, res: Response) {
|
||||
res.render('main/1_0', { title: 'Nikola Petrov' });
|
||||
});
|
||||
|
@@ -57,27 +57,32 @@
|
||||
],
|
||||
"experience": [
|
||||
{
|
||||
"title": "RRC d.o.o [ Developer ]",
|
||||
"title": "Developer",
|
||||
"company": "RRC d.o.o",
|
||||
"time": "18/03/2024 - 31/05/2024",
|
||||
"des": "Student practicum. Backend in java with frontend in ext JS and jQuery"
|
||||
},
|
||||
{
|
||||
"title": "LightAct [ Developer/IT ]",
|
||||
"title": "Developer/IT",
|
||||
"company": "LightAct",
|
||||
"time": "01/07/2022 - 01/09/2022",
|
||||
"des": "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"
|
||||
},
|
||||
{
|
||||
"title": "Institute 404 [ Mentor ]",
|
||||
"title": "Mentor",
|
||||
"company": "Institute 404",
|
||||
"time": "08/06/2020 - 19/06/2020",
|
||||
"des": "I helped primary school children with their projects with soldering, laser cutting, and building."
|
||||
},
|
||||
{
|
||||
"title": "Hella Saturnos d.o.o. [ Maintenance technician ]",
|
||||
"title": "Maintenance technician",
|
||||
"company": "Hella Saturnos d.o.o.",
|
||||
"time": "04/09/2018 - 18/01/2019",
|
||||
"des": "I maintained and repaired machines from plastic presses to personal stations."
|
||||
},
|
||||
{
|
||||
"title": "Best Western Premier Hotel Slon [ Maintenance technician ]",
|
||||
"title": "Maintenance technician",
|
||||
"company": "Best Western Premier Hotel Slon",
|
||||
"time": "01/03/2018 - 04/05/2018",
|
||||
"des": "I helped with setting up the conference/event rooms. I helped customers and fixed problems like replacing light bulbs, wall sockets, hair-dryers."
|
||||
}
|
||||
|
Reference in New Issue
Block a user