-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
37 lines (37 loc) · 2.66 KB
/
story.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styleSTORY.css">
<link rel="icon" href="media/icon_tab.png">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>
<title>Alessandro Chiodo - About me</title>
</head>
<body>
<div class="container">
<h2 class="story">Hi everyone!</h2>
<h2 class="story">I would like to talk a little about myself.</h2>
<h2 class="story">I was born in July 1998 in Russia. I don't know anything about my parents because I was adopted when I was 7 months old.</h2>
<h2 class="story">So, my "adoptive parents" have always been my parents. I owe them everything I have.</h2>
<h2 class="story">My mom worked in a lawyer office (she retired in 2022) and my dad was an electrical engineer for a big US company.</h2>
<h2 class="story">As you read in the home page I'm currently working as a Junior Software Developer and you can easily say that my dad passed to me the passion for technology.</h2>
<h2 class="story">My interest for computers was born a long time ago, in the early 2000s, when I was a little child.</h2>
<h2 class="story">I can remember myself "playing" on a PC with Windows XP installed.</h2>
<h2 class="story">From that moment I realized that I would like to work with these beautiful, yet complicated, machines.</h2>
<h2 class="story">Like every children with tech passion, my first dream was to become a videogame developer.</h2>
<h2 class="story">I attended a high school focused a lot on Computer Science and during those summers I worked in an office near home to improve my skills.</h2>
<h2 class="story">In late 2021 I started working as Junior Software Developer near Milan, in Italy.</h2>
<h2 class="story">I'm focusing a lot on learning Python, Java and C++ better as they are the most used programming languages where I work.</h2>
<h2 class="story">I also have basic knowledge of web programming and database management.</h2>
<h2 class="story">From now on, I want to expand my knowledge about hardware and low-level programming languages.</h2>
<h2 class="story">I would also like to improve my English listening and speaking skills and I think this job can help a lot with that.</h2>
</div>
<div class="backDIV">
<a class="link" href="index.html">
<p class="back">↵ Home </p>
</a>
</div>
</body>
</html>