-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_es.html
73 lines (68 loc) · 2.48 KB
/
index_es.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Dancing with data - Learn to dance with intuitive data!</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-207157222-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-207157222-1');
</script>
</head>
<body>
<nav id="main-nav">
<ul>
<li>
<a href="#">Inicio</a>
</li>
<li>
<a href="explanation_es.html">Cómo funciona</a>
</li>
<li>
<a href="progress_es.html">Desarrollo</a>
</li>
<li >
<a href="#" id="language_select">
<img class = 'invert' src="site_images/language_icon_static.svg" width=30px, height=30px>
</a>
<ul class="submenu">
<li>
<a href="index.html">
<img class=flag src="site_images/en.png" width=30px, height=30px, alt="English"> </a>
</li>
<li>
<a href="index_fr.html">
<img class=flag src="site_images/fr.png" width=30px, height=30px, alt="Français"></a>
</li>
</ul>
</li>
</ul>
</nav>
<section>
<h1>¡¡¡Bienvenido a Dancing with Data (Bailando con Datos)!!!</h1>
<div class="horizontal_div"></div>
</section>
<section>
<p>Bailando con datos es un proyecto en desarrollo que enseñara baile con el empleo de datos intuitivos.<p>
<p>El proyecto consiste en un piso de baile con cámaras y células de carga.</p1>
<p>Los datos son procesados en Python para generar diagramas que representan la sensación física de baile.</p>
</section>
<section>
<div class= 'horizontal_flex_container'>
<video style="width:100%;height:100%" autoplay loop muted playsinline src="explanation_images/heat_map.mp4" alt="Heat map" type='video/mp4'></video>
</div>
</section>
<section>
<div class="horizontal_div"></div>
<h1 style="padding-top:5vh">El estado actual</h1>
<div class="horizontal_div"></div>
<p id='header_paragraph'>¡El código esta finalizado y hemos empezado la construcción del piso!</p>
<p style="padding-bottom: 20vh;" id='header_paragraph_2'>¡¡¡Pronto esta página estará llena de videos educativos!!!</p>
</section>
</body>
</html>