-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
52 lines (42 loc) · 1.88 KB
/
CV.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<title>Flor de Fuego</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lexend+Exa&display=swap">
<style>
body,h1,h2,h3,h4,h5{color: white;}{font-family: "Lexend Exa", sans-serif};
</style>
<body style="background-color:#333332;">
<!-- Navigation -->
<nav class="w3-bar w3-black w3-top">
<a href="index.html#inicio" class="w3-button w3-bar-item">Flor de Fuego</a>
<a href="video.html#video" class="w3-button w3-bar-item">Video</a>
<a href="sonido.html#sonido" class="w3-button w3-bar-item">Sonido</a>
<a href="imagenes.html#imagenes" class="w3-button w3-bar-item">Galería</a>
<a href="CV.html" class="w3-button w3-bar-item">CV</a>
</nav>
<!-- Header -->
<header>
<section class="w3-container w3-center w3-content" id="Sonido" style="max-width:1000px">
<h1 class="w3-wide w3-padding-64">Curriculum Viate</h1>
</header>
<section class="w3-container w3-center w3-content" style="max-width:1000px">
<a href="image github/Curriculum Vitae Flor actualizado Enero 2021.pdf">
<h2>Version en español</h2>
</a>
<a href="image github/Curriculum Vitae Flor Jan 2021.pdf">
<h2>English Version</h2>
</a>
</section>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-black w3-xlarge">
<a href="https://bandcamp.com/flordefuego"><i class="fa fa-bandcamp"></i></a>
<a href="https://www.instagram.com/flordefuega/"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/flordefuego4"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/flordefuego/"><i class="fa fa-github"></i></a>
</footer>
</body>
</html>