This repository was archived by the owner on Jul 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (50 loc) · 2.48 KB
/
index.html
File metadata and controls
68 lines (50 loc) · 2.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- character encoding -->
<meta charset="utf-8">
<!-- use the total width of the device -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- description of the site -->
<meta name="Coded Escuela" content="organization website">
<!-- keywords for search engines -->
<meta name="keywords" content="education, art, programming">
<!-- author of the site -->
<meta name="author" content="CodedEscuela">
<meta name="google-site-verification" content="0vnwEzuAAWoS-qcqszZU9e5SsKJUzE8K2gV63QPYtkw" />
<!-- title of the site -->
<title>CODED Escuela</title>
<!-- link to styleseheet -->
<link rel="stylesheet" type="text/css" href="./assets/style/style.css">
<!-- icon for the site -->
<link href="./assets/pics/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<header id="myHeader">
<a href="../index.html">
<div id="coverPictureDiv">
<img id="coverPicture" src="./assets/pics/logo/coded-escuela-color.png" alt="CODED" >
<h2>Escuela de Artes y Oficios Electrónicos</h2>
</a>
</header>
<nav>
<div id="myNavMenu">
<a href="./paginas/manifiesto.html">Manifiesto</a>
<a href="./paginas/equipo.html">Equipo</a>
<a href="./paginas/talleres.html">Talleres</a>
<a href="./paginas/recursos.html">Recursos</a>
<a href="./paginas/contacto.html">Contacto</a>
</div>
</nav>
<content id="myMain">
<!-- <img class="center" src="assets/pics/talleres/2018-03-intro-programacion-creativa-p5js/2018-03-intro-programacion-creativa-p5js-flyer.jpg" width="100%"> -->
<p>¡Hola!<br/>CODED es una escuela de artes y oficios electrónicos, ubicada en Santiago de Chile. Promovemos el uso de herramientas de programación gratuitas, libres y de código abierto, para el desarrollo artístico y creativo. Realizamos talleres, charlas, encuentros, y exposiciones. Subscríbete a nuestro <a href="http://tinyletter.com/codedescuela"> newsletter</a> para más información o <a href="./paginas/contacto.html">escríbenos</a>.</p>
<img class="center" src="assets/pics/talleres/2018-03-intro-programacion-creativa-p5js/TallerP5_Sofa_7.jpg" width="100%">
</br>
</content>
<footer id="myFooter">
<p><a href="http://tinyletter.com/codedescuela">newsletter</a></p>
<p>v0.0.5, 04-2018</p>
</footer>
</body>
</html>