-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
37 lines (30 loc) · 1.02 KB
/
contacto.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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oracle Next G</title>
<link rel="stylesheet" href="contacto.css">
<script src="https://kit.fontawesome.com/72dc73f4b9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="shape">
<div class="image"></div>
</div>
<h3>Alfredo Herrera</h3>
<h4 class="title">Web developer</h4>
<p>
Male
<br>
03-May-1995
<br>
yeisonherrerab@gmail.com
</p>
<div class="icons">
<a href="https://www.linkedin.com/in/alfredo-herrera-blanco/"><i class="fa-brands fa-linkedin" " ></i></a>
</div>
</div>
</body>
</html>