-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.18 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.18 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
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Sonia Gil</title>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./public/css/app.css">
</head>
<body>
<section>
<div class="title">
<div class="content">
<div class="figure-image">
<img src="./public/images/me.png" alt="Sonia Gil Benítez">
</div>
<p class="title-name-first">Sonia Gil</p>
<p class="title-name-second">Benítez</p>
</div>
<p class="title-name">Sonia Gil Benítez</p>
<nav>
<div class="resume">
<a href="#" class="btn btn-resume">Resume</a>
</div>
<div class="contact">
<p>
<a href="https://www.linkedin.com/in/gilsonia" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://github.com/soniagil" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="mailto:hola@sgbenitez.com">
<i class="fa fa-envelope-o"></i>
</a>
</p>
</div>
</nav>
</div>
</section>
</body>
</html>