-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
70 lines (54 loc) · 3.58 KB
/
video.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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 -->
<section class="w3-container w3-center w3-content" id="Video" style="max-width:1000px">
<h1 class="w3-wide w3-padding-64">Video</h1>
</header>
<section class="w3-container w3-center w3-content" style="max-width:1000px">
<h3 class="w3-wide w3-padding-32">FINDE Música: Showcase Amplify: Flor de fuego</h3>
<div align="center">
<iframe width="640" height="360" src="https://www.youtube.com/embed/8rS6s6DAdOM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3 class="w3-wide w3-padding-32">Diving Glitch</h3>
<div align="center">
<iframe width="640" height="360" src="https://www.youtube.com/embed/z6sC_BVTXdE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3 class="w3-wide w3-padding-32">Live Coding Visuals para Whisky en el Palacio Alsina de Buenos Aires-MUTEK 2019</h3>
<div align="center">
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FMUTEKArgentina%2Fvideos%2F444121066190263%2F&show_text=0&width=560" width="640" height="360" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
<h3 class="w3-wide w3-padding-64">III - L'Impératrice</h3>
<iframe width="640" height="360" src="https://www.youtube.com/embed/wYDY1oC70Qw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="w3-justify w3-padding-16 w3-medium" style="max-width:1000px">
<h3 class="w3-wide w3-padding-64">Live Coding en el Planetario de Buenos Aires 13-06-19</h3>
<iframe width="640" height="360" src="https://www.youtube.com/embed/h5rZwS680OM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3 class="w3-wide w3-padding-64">caos</h3>
<iframe width="640" height="360" src="https://www.youtube.com/embed/tuTvyUqBPDs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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>