You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/services/TimeLine/timeline.service.ts
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,46 @@ export class TimelineService {
31
31
},
32
32
techs: ['JavaScript','SASS','Gulp'],
33
33
itemImage: 'assets/images/github.png'
34
-
},{
34
+
},{
35
35
type: 'project',
36
36
startDate: '08-01-2019',
37
37
description: `QicWorks is the answer, providing the latest in digital Job Management.`,
38
38
project: {
39
39
title: 'QicWorks - Job Management Software',
40
-
link: 'https://github.com/nj-coder/nj-timepicker'
40
+
link: 'https://qicworks.com/'
41
41
},
42
42
techs: ['MS .NET','AngularJS','Cordova'],
43
43
itemImage: 'assets/images/qicworks.jpg'
44
+
},{
45
+
type: 'project',
46
+
startDate: '03-01-2019',
47
+
description: `QicWorks is a one platform for all your forms, workflows and data processing.`,
48
+
project: {
49
+
title: 'QicForms - Dynamic form builder & data collection',
50
+
link: 'https://qicforms.com/'
51
+
},
52
+
techs: ['MS .NET','AngularJS','Cordova'],
53
+
itemImage: 'assets/images/qicforms.jpg'
54
+
},{
55
+
type: 'project',
56
+
startDate: '08-01-2018',
57
+
description: `Packed with safety features, Safe-halo provides employers with a cost effective way of monitoring their staff's safety status and location.`,
58
+
project: {
59
+
title: 'Safehalo - lone workers safety',
60
+
link: 'https://www.safe-halo.net/'
61
+
},
62
+
techs: ['MS .NET','AngularJS','Cordova'],
63
+
itemImage: 'assets/images/safehalo.png'
64
+
},{
65
+
type: 'project',
66
+
startDate: '05-01-2018',
67
+
description: `Take2’s are designed to make us all STOP and THINK before we commence our tasks.`,
68
+
project: {
69
+
title: 'Take2 - Stop and Take Two Minutes for Safety',
0 commit comments