-
Notifications
You must be signed in to change notification settings - Fork 0
/
noticias.html
64 lines (58 loc) · 3.25 KB
/
noticias.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
<!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="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Navigation -->
<nav class="w3-bar w3-black w3-top">
<a href="index.html" class="w3-button w3-bar-item">Flor de Fuego</a>
<a href="obra.html" class="w3-button w3-bar-item">Obra</a>
<a href="bio.html" class="w3-button w3-bar-item">Bio</a>
<a href="workshops.html" class="w3-button w3-bar-item">Workshops</a>
<a href="noticias.html" class="w3-button w3-bar-item">Blog</a>
<nav class="w3-right">
<a href="index.html" class="w3-button w3-bar-item">ESP</a>
<a href="index_eng.html" class="w3-button w3-bar-item">ENG</a>
</nav>
</nav>
<!-- Header -->
<header>
<section class="w3-container w3-center w3-content" id="noticias" style="max-width:1000px">
<br>
<h3>Noticias</h3>
</header>
<section class="w3-container w3-center w3-content" style="max-width:1000px">
<a href="https://www.flacso.org.ar/formacion-academica/tecnopoeticas-tecnopoliticas-en-latinoamerica/" target="_blank">
<h3>Imagen para Posgrado Tecnopoéticas / Tecnopolíticas en Latinoamérica, Flacso</h3>
<img src="https://www.flacso.org.ar/wp-content/uploads/2019/07/Tecnopoeticas_2021.jpg">
</a>
<br>
<h3>Conversatorio: Arte y codigo. Flor de Fuego y Gonzalo Moiguer</h3>
<p>+CODE en la #ekomaratón de Ekoparty</p>
<iframe width="800" height="600" src="https://www.youtube.com/embed/NlU-teCyg7E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h3>FUTURO IMPERFECTO#1 FLOR DE FUEGO + CARLOS COPPA</h3>
<p>Ciclo de charlas a cargo del departamente de Cultura de la Facultad de Artes, Universidad Nacional de La Plata</p>
<iframe width="800" height="600" src="https://www.youtube.com/embed/X1v4YisN_F4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<img src="https://images.pagina12.com.ar/styles/focal_3_2_960x640/public/media/articles/17308/flor-20de-20fuega.jpg?itok=adnQk4nz">
<a href="https://www.pagina12.com.ar/218118-flor-de-fueg-la-mecha-del-livecoding#:~:text=Flor%20de%20Fueg%40%2C%20la%20mecha%20del%20livecoding" target="_blank">
<br>
<h3>Flor de Fueg@, la mecha del livecoding</h3>
</a>
<p>Nota en Pagina 12 por Julio Nusdeo. 13 de septiembre de 2019</p>
</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>