-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.53 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.53 KB
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0 maximum-scale=1.0">
<title>Miguel Martinez</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div class="info-profile">
<div class="info-profile__cont-info">
<figure class="my-image"><img src="./img/profile.png" alt="" class="my-image__img"></figure>
<h1 class="info-profile__name">Miguel Martinez</h1>
<p class="info-profile__description">
I'm a software engineer with experience in web development working as a Frontend engineer building a widely range of applications such as: Banking apps, Real time apps, Telecommunication apps, Rental apps, Booking system, E-commerce apps. I love making products that are useful and people love.
</p>
</div>
<ul class="social-links">
<li class="social-links__item">
<a target="_blank" href="https://twitter.com/migueljomart" class="social-links__item__link twitter">Twitter</a>
</li>
<li class="social-links__item">
<a target="_blank" href="https://www.linkedin.com/profile/view?id=AAIAABbnGmoBi2mkSJeBNv5gZUyRnYPZ_S2W1UY&trk=nav_responsive_tab_profile" class="social-links__item__link linkdin">Linkedin</a>
</li>
<li class="social-links__item">
<a target="_blank" href="https://github.com/migueljo" class="social-links__item__link github">Github</a>
</li>
</ul>
</div>
</body>
</html>