-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
52 lines (45 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="es">
<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>Curriculum Vitae</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/bootstrap-5.0.2-dist/css/bootstrap.min.css" />
</head>
<body>
<div class="container gordo" >
<div class="row">
<div class="col">
<header>
<h1>Curriculum Vitae</h1>
</header>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-3 me bg-pink">
<p>i</p>
</div>
<div class="col datos bg-pink">
<p>Nombr:<span>Francisco</span></p>
<p>Apellido:<span>Quinteros</span></p>
<p>Email:<span>frandecholila@gmail.com</span></p>
<p>
Instagram:<span>
<a href="https://instagram.com/quintterosfran?igshid=NTc4MTIwNjQ2YQ==">Acceder perfil de Instagram</a>
</span>
</p>
</div>
</div>
</div>
<div class="container footer">
<footer>
<img src="imagenes/logo713.jpeg" alt="Logo 713" />
</footer>
</div>
</body>
<script src="bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js"></script>
</html>