-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
318 lines (316 loc) · 9.77 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Simple landing page to learn the basics of web development! HTML + CSS + Responsive Design"
/>
<meta name="”robots”" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="preload"
href="CSS/styles.css"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript><link rel="stylesheet" href="CSS/styles.css" /></noscript>
<link
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:600&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/site.webmanifest" />
<title>Podcast channel</title>
</head>
<body>
<header id="desktop">
<div class="menu-container-top">
<img loading="lazy" src="/assets/logo.svg" alt="Podcast-logo" />
<nav aria-label="menu-top">
<ul class="menu-top">
<li><a href="#episodes-container">EPISODIOS</a></li>
<li><a href="#where-container">NOSOTROS</a></li>
<li><a href="#images-container">ENTREVISTAS</a></li>
<li><a href="#subjects-container">TÓPICOS</a></li>
</ul>
</nav>
</div>
</header>
<header id="mobile">
<nav aria-label="container-top">
<div class="menu-container-top">
<img
loading="lazy"
class="logo"
src="/assets/logo.svg"
alt="Podcast-logo"
/>
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a href="#episodes-container">EPISODIOS</a></li>
<li><a href="#where-container">NOSOTROS</a></li>
<li><a href="#images-container">ENTREVISTAS</a></li>
<li><a href="#subjects-container">TÓPICOS</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section>
<div class="supreme-container">
<div>
<div>
<h1>
Hello <span>world</span> pale blue dot<span class="dot">.</span>
</h1>
</div>
<div class="primary-div">
<p class="text-1">
El portal de podcasts que explora el mundo de la programación y la
tecnología. Nuevos episodios, todos los jueves cada 15 días.
</p>
<p class="text-2">
El portal de podcasts que explora el mundo de la programación y la
tecnología. Nuevos episodios, todos los jueves cada 15 días.
</p>
</div>
</div>
<div class="button">
<button class="button1" onClick="location.href='#where-container'">
CONOCÉ MÁS
</button>
</div>
</div>
</section>
<section>
<div class="episodes-background">
<div class="backprueba"></div>
<div class="episodes-background"></div>
<div class="backprueba2"></div>
</div>
</section>
<section>
<div id="episodes-container" class="episodes-container">
<div>
<h2 class="episodes-title">Episodios</h2>
</div>
<div class="episodes">
<div class="episode-element">
<iframe
loading="lazy"
title="It’s just JavaScript®️"
src="https://open.spotify.com/embed-podcast/episode/7AZZy2nJ4R9ZndHW0h2yxt"
height="232"
allow="encrypted-media"
></iframe>
</div>
<div class="episode-element">
<iframe
loading="lazy"
title="The Fundamentals: HTML + CSS"
src="https://open.spotify.com/embed-podcast/episode/1ezdL2ivAGLwSE6Xbssxqt"
height="232"
allow="encrypted-media"
></iframe>
</div>
<div class="episode-element">
<iframe
loading="lazy"
title="The Open Office"
src="https://open.spotify.com/embed-podcast/episode/3cWta1iiQSfvrdHaCbLkSD"
height="232"
allow="encrypted-media"
></iframe>
</div>
<div class="episode-element">
<iframe
loading="lazy"
title="277: Caching GraphQL with Michael Kelly "
src="https://open.spotify.com/embed-podcast/episode/31VyAQAwBiKoHVoYUCEzjQ"
height="232"
allow="encrypted-media"
></iframe>
</div>
</div>
</div>
</section>
<section>
<div id="where-container" class="where-container">
<div class="where-image">
<img loading="lazy" src="/assets/phone.webp" alt="Women-in-coding" />
</div>
<div class="where-text">
<h2>De dónde venimos</h2>
<br />
<p class="p-text">
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. <br /><br />
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>
</div>
</section>
<section>
<div id="images-container" class="images-container">
<div>
<h2 class="guest-title">Invitadas/os estelares</h2>
</div>
<div class="images-byn">
<img
src="/assets/Grace-Hopper.webp"
alt="Grace-Hopper"
loading="lazy"
/>
<img
src="/assets/Katie-Bouman.webp"
alt="Katie-Bouman"
loading="lazy"
/>
<img
src="/assets/Margaret-Hamilton.webp"
alt="Margaret-Hamilton"
loading="lazy"
/>
<img
src="/assets/An-E.R.A.Univac-1103-computer-in-the-1950s.webp"
alt="Univac"
loading="lazy"
/>
<img
src="/assets/Computer-operators-with-an-Eniac-the-world’s-first-programmable-general-purpose-computer.webp"
alt="Eniac"
loading="lazy"
/>
<img src="/assets/Susan-Kare.webp" alt="Susan-Kare" loading="lazy" />
</div>
</div>
</section>
<section>
<div id="subjects-container" class="subjects-container">
<div>
<h2 class="subjects-title">Algunos de nuestros temas</h2>
</div>
<div class="subjects-content">
<div>
<img loading="lazy" src="/assets/icon1.svg" alt="Trabajo-remoto" />
<h3>Trabajo remoto</h3>
</div>
<div>
<img
loading="lazy"
src="/assets/icon2.svg"
alt="Repensando-la-programación"
/>
<h3>Repensando la programación</h3>
</div>
<div>
<img
loading="lazy"
src="/assets/icon3.svg"
alt="Bases-del-código"
/>
<h3>Bases del código</h3>
</div>
<div>
<img
loading="lazy"
src="/assets/icon4.svg"
alt="Seguridad-informática"
/>
<h3>Seguridad informática</h3>
</div>
</div>
</div>
</section>
<section>
<div>
<div class="backprueba"></div>
<div class="news-background"></div>
</div>
</section>
<section>
<div class="episodes-container">
<div>
<h2 class="news-title">¿Querés las últimas novedades?</h2>
</div>
<div class="news-button">
<button class="button2" onClick="location.href='#episodes-container'">
ESCUCHÁ LOS EPISODIOS
</button>
</div>
</div>
</section>
<section>
<div class="footer-container">
<div class="footer-text">
<div>
<p>© 2019— Hello blue pale dot</p>
</div>
</div>
<div class="footer-icons">
<em
class="fab fa-spotify"
onClick="location.href='https://www.spotify.com/co/'"
></em>
<em
class="fab fa-instagram"
onClick="location.href='https://www.instagram.com/'"
></em>
<em
class="fab fa-twitter"
onClick="location.href='https://twitter.com/'"
></em>
<em
class="fab fa-facebook"
onClick="location.href='https://www.facebook.com/'"
></em>
<em
class="fab fa-telegram"
onClick="location.href='https://telegram.org/'"
></em>
</div>
</div>
</section>
<script
src="https://kit.fontawesome.com/78ea4dde61.js"
crossorigin="anonymous"
></script>
</body>
</html>