-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (41 loc) · 1.69 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport"content="width=device-width">
<title>About me</title>
</head>
<body>
<div class="div-home">
<a href="index.html">
<button class="back-home" type="button" name="button">
<img class="home-img" src="images/home.png" alt="home icon">
</button>
</a>
</div>
<div class="about-container" >
<article>
<h2>About me</h2>
<hr>
<div class="about-me">
<img class="photo" src="images/FotoSara.png" alt="foto Sara">
<div class="text-about">
<p>I am 32 years old and currently undergoing an intensive programming course.
I was born and raised in Madrid, where I studied Economics as a major degree
and ever since, have been living and working abroad in Monterrey, Mexico for
two years and in Munich, Germany for the past 4 years. While working in different
fields, I finally realized I wanted a drastic change for me, and I have decided
to focus into programming since its super interesting and clearly where the future
labor market is moving to.</p>
<p>I am passionate about travelling, I love to visit new places and learn about
their different culture, traditions and ways of life. Every time I have, I am
out there on the road, looking for new places to explore. Life has many twists
and turns, full of spins and throwing you into different directions;
I am convinced this is the right turn for me!</p>
</div>
</div>
</article>
</div>
</body>
</html>