-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskills.html
124 lines (124 loc) · 5.32 KB
/
skills.html
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
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>MSG | skills</title>
<script src="https://kit.fontawesome.com/48244907fa.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="baseline.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="img.png">
<script src="baseline.js"></script>
</head>
<body>
<msg-header></msg-header>
<msg-page>
<span slot="page-title">Professional Skills</span>
<div slot="page-side">
<p>I hold several soft, technical (hard) and language skills</p>
</div>
<div slot="page-content">
<article>
<header>Java</header>
<p>Self-Taught, High School, University since 2009</p>
<footer>Programming Language</footer>
</article>
<article>
<header>GO</header>
<p>Self-Taught since 2016 have used in pattern recognition and AI projects</p>
<footer>Programming Language</footer>
</article>
<article>
<header>HTML/CSS/JS</header>
<p>Self-Taught, University since 2007, Up-to-date on HTML5 CSS3</p>
<footer>Programming Language</footer>
</article>
<article>
<header>Python</header>
<p>Self-Taught, High School, University since 2015</p>
<footer>Programming Language</footer>
</article>
<article>
<header>PHP</header>
<p>Self-Taught, University since 2014 have worked mainly in wordpress context</p>
<footer>Programming Language</footer>
</article>
<article>
<header>Apex</header>
<p>Have worked on a variety of Salesforce projects</p>
<footer>Programming Language</footer>
</article>
<article>
<header>C/C++</header>
<p>Self-Taught since 2015</p>
<footer>Programming Language</footer>
</article>
<article>
<header>NodeJS</header>
<p>Self-Taught since 2017</p>
<footer>Programming Framework</footer>
</article>
<article>
<header>VisualForce</header>
<p>Have worked on a variety of Salesforce projects</p>
<footer>Programming Framework</footer>
</article>
<article>
<header>Lightning Web Components</header>
<p>Have worked on a variety of Salesforce projects</p>
<footer>Programming Framework</footer>
</article>
<article>
<header>Salesforce Flow</header>
<p>Have worked on a variety of Salesforce projects</p>
<footer>Automation Solution</footer>
</article>
<article>
<header>Jenkins</header>
<p>Have used for testing and delivery automation</p>
<footer>Automation Solution</footer>
</article>
<article>
<header>GIT</header>
<p>Have used on a variety of projects</p>
<footer>Version Control System</footer>
</article>
<article>
<header>BURP Suite</header>
<p>Working on bug bounties posted on HackerOne</p>
<footer>Security Software</footer>
</article>
<article>
<header>Docker</header>
<p>Used and setup Docker for testing and deployment of apps</p>
<footer>Virtualization</footer>
</article>
<article>
<header>Linux</header>
<p>Have worked with Arch and Debian based environments, Arch is main driver on PC</p>
<footer>Operating System</footer>
</article>
<article>
<header>Windows</header>
<p>Have ran windows and configured from Vista onwards</p>
<footer>Operating System</footer>
</article>
<article>
<header>Englsih</header>
<p>Native English Speaker</p>
<footer>Language</footer>
</article>
<article>
<header>French</header>
<p>Good Speaking, Fluent Reading & Writing</p>
<footer>Language</footer>
</article>
<article>
<header>Italian</header>
<p>Fair Speaking, Good Reading & Writing</p>
<footer>Language</footer>
</article>
</div>
</msg-page>
<msg-footer></msg-footer>
</body>
</html>