-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (170 loc) · 5.91 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="./styles/styles-mobile.css" rel="stylesheet" />
<link
href="https://use.fontawesome.com/releases/v5.0.4/css/all.css"
rel="stylesheet"
/>
<title>Proyecto</title>
<script>
var accion = () => {
alert("Hola queridisima gente")
}
console.warn("Tengo hambre jeje");
</script>
</head>
<body>
<header class="menu-inicial">
<input type="checkbox" id="toggle" />
<div class="navbar">
<div class="navbar-imagen">
<img src="assets/logo.svg" alt="logo" />
</div>
<div class="navbar-label">
<label for="toggle">
<span class="hamburguesa"><i class="fas fa-bars"></i></span>
<span class="cerrar"><i class="fas fa-times"></i></span>
</label>
</div>
<div class="navbar-menu">
<nav>
<ul>
<li><a href="#podcast">EPISODIOS</a></li>
<li><a href="#faq">NOSOTROS</a></li>
<li><a href="#invitados">ENTREVISTAS</a></li>
<li><a href="#temarios">TÓPICOS</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="seccion-inicial">
<div class="titulo">
<h1>
Hello <span class="linea">world</span> <span>pale blue dot</span>
<span class="punto">.</span>
</h1>
</div>
<div class="descripcion-desktop">
<p>
El portal de podcasts que explora el mundo de la programación y
</p>
<p>
la tecnología.Nuevos episodios, todos los jueves cada 15
días.
</p>
</div>
<div class="descripcion-mobile">
<p>
Un podcast que explora el mundo de la programación. Nuevos
episodios, todos los jueves cada 15 días.
</p>
</div>
<div class="boton-seccion-inicial">
<a href="#" onclick="accion()">CONOCE MÁS</a>
</div>
</section>
<section class="seccion-podcast" id="podcast">
<div class="podcast">
<h1>Episodios</h1>
<iframe
src="https://open.spotify.com/embed-podcast/show/2ySVrxGkN6n6frMTo9Nsrt"
></iframe>
<iframe
src="https://open.spotify.com/embed-podcast/show/4kYCRYJ3yK5DQbP5tbfZby"
></iframe>
<iframe
src="https://open.spotify.com/embed-podcast/show/5JxcIaIkN8zx3Zy7yD9snv"
></iframe>
<iframe
src="https://open.spotify.com/embed-podcast/show/2Iibd5A6R7mxkCm4NwNmUn"
></iframe>
</div>
</section>
<section class="seccion-about-us">
<div class="imagen-about-us">
<img src="./assets/phone.png" alt="phone" />
</div>
<div class="descripcion-about-us">
<h1>De dónde venimos</h1>
<p>
Our posturings, our imagined self-importance, the delusion that we
have some privileged position in the Universe, are challenged by this
point of pale light.
</p>
<p>
Our planet is a lonely speck in the great enveloping cosmic dark. In
our obscurity, in all this vastness, there is no hint that help will
come from elsewhere to save us from ourselves.
</p>
</div>
</section>
<section class="seccion-invitados" id="invitados">
<h1>Invitadas/os estelares</h1>
<img src="./assets/grace-hopper.png" alt="grace-hopper" />
<img src="./assets/Katie-Bouman.png" alt="Katie-Bouman" />
<img src="./assets/Margaret_Hamilton.png" alt="Margaret_Hamilton" />
<img
src="./assets/Univac-1103-computer-in-the-1950s.png"
alt="An E.R.A.Univac 1103 computer in the 1950s"
/>
<img
src="./assets/Computer-operators-with-an-Eniac.png"
alt="Computer-operators-with-an-Eniac—the-world’s-first-programmable-general-purpose-computer"
/>
<img src="./assets/susan-kare.png" alt="susan-kare" />
</section>
<section class="seccion-temarios" id="temarios">
<h1>
Algunos de nuestros temas
</h1>
<div class="temario">
<img src="./assets/icon1.svg" alt="icon1" />
<span>Trabajo remoto</span>
</div>
<div class="temario">
<img src="./assets/icon2.svg" alt="icon2" />
<span>Repensando la programación</span>
</div>
<div class="temario">
<img src="./assets/icon3.svg" alt="icon3" />
<span>Bases del código</span>
</div>
<div class="temario">
<img src="./assets/icon4.svg" alt="icon4" />
<span>Seguridad informática</span>
</div>
</section>
<section class="seccion-novedades">
<svg preserveAspectRatio="none" viewBox="0 0 100 100">
<polygon points="100,100 100,0 0,100" fill="white"></polygon>
</svg>
<h1>¿Querés las últimas novedades?</h1>
<span><a href="#">ESCUCHA LOS EPISODIOS</a></span>
</section>
<footer>
<div class="derechos-footer">
<h2>© 2019— Hello blue pale dot</h2>
</div>
<i class="iconos-footer">
<a href="https://www.spotify.com/co/" target="a_blank"><i class="fab fa-spotify"></i></a>
<a href="https://www.instagram.com/acamica/?hl=es-la" target="a_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://twitter.com/acamica_com?lang=es" target="a_blank"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.facebook.com/Acamica.org/"
target="a_blank"><i class="fab fa-facebook"></i
></a>
<a href="https://web.telegram.org/#/login"
target="a_blank"><i class="fab fa-telegram"></i
></a>
</i>
</footer>
</body>
</html>