-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<title>Inês Louro</title>
<meta charset="utf-8">
<script src="https://kit.fontawesome.com/350d59dd88.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card">
<h1>Inês Louro</h1>
<img src="images/ines.jpeg" alt="Inês Louro" width="150px">
<h2>Learning to code 💻</h2>
<p>I have a Business Management Degree and a Human Resources Management Master's Degree and I've previously worked as a
Quality Manager. I've started this learnig to code jorney to be able to change my career path and hopefully find a more meaningful and challenging job.</p>
<p>I love sports and outdoor activities: I horse ride, windsurf, scuba dive, swim and take long walks with my dog! I also love to travel but I haven't yet crossed out many of the destinations on my travel bucket list.</p>
<a href="form.html" target="_blank" id="btn-yellow">Let's Talk</a>
</div>
<div class="footer">
<h2>Follow me</h2>
<ul id="list-inline">
<li><a href="https://www.linkedin.com/in/in%C3%AAs-louro/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/louro-ines" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://open.spotify.com/user/ines.louro" target="_blank"><i class="fab fa-spotify"></i></a></li>
</ul>
</div>
</div>
</body>
</html>