-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (73 loc) · 3.95 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="description" content="Matteo Barone - software engineer at Klarna, based in Milano or everywhere. Enthusiastic about web applications and clear and simple code.">
<meta name="keywords" content="matteo, barone, web, software engineer, portfolio, milan, coding, programming, frontend, design, nature, javascript, html, css, react, nodejs, angular, SPD, teacher"/>
<meta name="author" content="Matteo Barone" />
<title>Matteo Barone</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png">
<link rel="manifest" href="img/icons/site.webmanifest">
<link rel="mask-icon" href="img/icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<h1 class="logo"><a href="#">Matteo Barone</a></h1>
<nav>
<li><a href="#my-skills">What I do</a></li>
<li><a href="#contact">Contact</a></li>
</nav>
</header>
<main>
<h2 class="spacer-left">
I'm Matteo, software engineer at Klarna, based in Milano or everywhere.
Enthusiastic about <span class="marker">web applications</span> and <span class="marker">clear</span> and <span class="marker">simple</span> code.
</h2>
<div class="spacer-up spacer-left">
<img src="./img/me2.jpg"/>
</div>
<h2 id="my-skills" class="spacer-up spacer-left">
My skills are mostly oriented in the frontend side. <span class="marker">HTML</span>, <span class="marker">CSS</span>, <span class="marker">JS</span> and <span class="marker">TS</span> are my best working partners since 2016.
<br/>
<br/>
During my working experience I developed a good knowledge about <span class="marker">Angular</span>, <span class="marker">React</span> and <span class="marker">Web Components</span>.
<br/>
<br/>
Today I'm expanding my knowledges also in <span class="marker">NodeJs</span>, <span class="marker">AWS</span> infrastructures and <span class="marker">CI/CD</span>.
<br/>
<br/>
My Journey
</h2>
<h3 class="spacer-left">
<li>- 2020-today - Software <span class="marker">engineer</span> @Klarna</li>
<li>- 2021 - <span class="marker">Teaching</span> Web and Digital Design class @SPD</li>
<li>- 2020-today - <span class="marker">Mentor</span> in HTML/CSS/JS/React @CoadingCoach</li>
<li>- 2016-2020 - <span class="marker">Frontend</span> developer @Qwentes</li>
<li>- 2016 - Master in Web and <span class="marker">Digital Design</span> @SPD</li>
<li>- 2015 - Bachelor degree in <span class="marker">Web Technologies</span> @UNIUD</li>
</h3>
<h2 class="spacer-up spacer-left">
In my spare time, I love to go to the <span class="marker">mountains</span>.
</h2>
<div class="spacer-up spacer-left">
<img src="./img/me1.jpg"/>
</div>
<h2 id="contact" class="spacer-up spacer-left">
Contact me if you are interested to <span class="marker">build</span> web projects or want to <span class="marker">learn</span> web technlolgies from a professional.
</h2>
<br/>
<h3 class="spacer-left">
<li>- <a href="CV-2023.pdf">CV</a></li>
<li>- <a href="https://github.com/matteobarone">GitHub</a></li>
<li>- <a href="https://www.linkedin.com/in/matteo-barone-61285561/">LinkedIn</a></li>
<li>- <a href="https://mentors.codingcoach.io/?country=IT&name=Matteo+Barone">Coading Coach</a></li>
</h3>
</main>
</body>
</html>