-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskillsData.js
113 lines (112 loc) · 2.36 KB
/
skillsData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
export const mainSkills = [
{
id: 1,
title: ".NET Core",
iconClass: "bi-microsoft",
description: "I have 6 years of experience working on the .NET stack",
},
{
id: 2,
title: "SQL Server",
iconClass: "bi-briefcase",
description: "Entity Framework, Dapper, Stored procedures and the whole deal",
},
{
id: 3,
title: ".net Framework",
iconClass: "bi-card-checklist",
description: "Worked on several .NET Framework projects",
},
{
id: 4,
title: "ReactJS",
iconClass: "bi-filetype-jsx",
description: "ReactJS developer on freelance jobs",
},
{
id: 5,
title: "Azure",
iconClass: "bi-cloud",
description: "Deployment and management of cloud solutions based in the Azure stack",
},
{
id: 6,
title: "PHP (Laravel)",
iconClass: "bi-filetype-php",
description: "Developed solutions for the local city council, freelance projects.",
},
{
id: 7,
title: "English",
iconClass: "bi-translate",
description: "Fluent English skills.",
},
];
export const highlightSkills = [
{
id: 1,
title: "React Native",
iconClass: "bi-phone",
description: "React Native movile apps, independent developer",
},
{
id: 2,
title: "Jasper Reports",
iconClass: "bi-report",
description: "Developed solutions for the local city council, freelance projects.",
},
{
id: 3,
title: "WSDL",
iconClass: "bi-report",
description: "Implemented SOAP integration with FedEx.",
},
{
id: 4,
title: "Java",
iconClass: "bi-coffee",
description: "Java development for contractor agency.",
},
{
id: 5,
title: "PL/SQL",
iconClass: "bi-database",
description: "Developed integration between Java and PL/SQL Oracle DB.",
},
{
id: 6,
title: "MySQL",
iconClass: "bi-database",
description: "Developed integration between Laravel and mySQL using the Eloquent ORM",
},
{
id: 7,
title: "Javascript",
iconClass: "bi-browser",
description: "Javascript",
},
{
id: 8,
title: "HTML",
iconClass: "bi-browser",
description: "Because markup",
},
{
id: 9,
title: "CSS",
iconClass: "bi-browser",
description: "Styling, grid rules!",
},
{
id: 10,
title: "Wordpress",
iconClass: "bi-newspaper",
description: "Freelance developer for multiple clients using WP solutions",
},
{
id: 11,
title: "WebRtc",
iconClass: "bi-webcam",
description: "Developed WebRTC real time video calls for english lessons plarform.",
},
];