-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshops.html
81 lines (70 loc) · 3.66 KB
/
workshops.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
71
72
73
74
75
76
77
78
79
80
81
<!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 -->
<!-- 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 -->
<section class="w3-container w3-center w3-content" id="workshops" style="max-width:1000px">
<h1 class="w3-wide w3-padding-64">charlas/workshops/cursos</h1>
<div class="w3-half">
<img style="width:100%" src="work_images/orfebreria.jpg">
<a href="https://wipartedigital.com/2021/05/27/laboratorio-de-orfebreria-digital/">
<h3>Laboratorio de orfebreria digital en WIP DIGITAL</h3>
</a>
</div>
<div class="w3-half">
<img style="width:100%" src="work_images/ciberpoesia.png" class="ciberpoesia">
<a href="https://ciberpoesia.glitch.me/">
<h3>Laboratorio de ciberpoesia en WIP DIGITAL</h3>
</a>
</div>
</section>
<section class="w3-container w3-center w3-content w3-stretch" id="tutoriales" style="max-width:1000px">
<div class="w3-third">
<p class="w3-justify w3-padding-32 w3-medium">
Introducción a Hydra, live-coding visual | Festival Conurbeat
</p>
<iframe style="width:100%" src="https://www.youtube.com/embed/fduUOFu4o_k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="w3-third">
<iframe style="width:100%" src="https://www.youtube.com/embed/FbjEBh3NCcw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="w3-justify w3-padding-16 w3-medium">Live Coding con Hydra por Flor de Fuego, Tecnologia Multimedial 2 Cátedra Causa. FBA, UNLP</p>
</div>
<div class="w3-third">
<br>
<p class="w3-justify w3-padding-16 w3-medium"> playlist de tutoriales</p>
<iframe style="width:100%" src="https://www.youtube.com/embed/videoseries?list=PL82ekYXUXbcSDipIPs6Df1YpG6s68WJRu" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<div class="w3-container w3-center w3-content" style="max-width:1000px">
<h3>#ccfest workshop material. Hecho junto con Naoto Hieda</h3>
<iframe width="500" height="500" src="https://ccfest-2021-glitchme.glitch.me/"></iframe>
</div>
<!-- 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>