-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (127 loc) · 7.3 KB
/
index.html
File metadata and controls
215 lines (127 loc) · 7.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Podcast Channel</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;1,400;1,500&display=swap"
rel="stylesheet">
<body>
<header>
<nav id="nav_container">
<a href="index.html"><img src="images/logo.svg" alt="Logo principal"></a>
<input type="checkbox" id="checkbox">
<label for="checkbox" class="hamburguer"><i class="fas fa-bars"></i></label>
<label for="checkbox" class="times"><i class="fas fa-times"></i></label>
<ul class="header_ul">
<li class="header_li"><a href="#sec_podcast">Episodios</a></li>
<li class="header_li"><a href="#sec_from">Nosotros</a></li>
<li class="header_li"><a href="#sec_guests">Entrevistas</a></li>
<li class="header_li"><a href="#sec_topics">Tópicos</a></li>
</ul>
</nav>
</header>
<main>
<section id="sec_intro">
<h1 class="main_title">Hello <span class="world_line">world</span><span class="pale"> pale blue
dot<span class="dot">.</span></span><span class="dot_blue">.</span>
</h1>
<p id="p_movile" class="intro_text">Un podcast que explora el mundo de la programación. Nuevos episodios,
todos los jueves cada 15 días.</p>
<p id="p_desktop" class="intro_text">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>
<a href="#sec_from" class="button">Conocé más</a>
</section>
<section id="sec_podcast">
<div class="chop"></div>
<div id="podcast_content">
<h2 class="main_title">Episodios</h2>
<div id="podcast_div_container">
<iframe src="https://open.spotify.com/embed/episode/7AZZy2nJ4R9ZndHW0h2yxt"
allow="encrypted-media"></iframe>
<iframe src="https://open.spotify.com/embed/episode/1ezdL2ivAGLwSE6Xbssxqt"
allow="encrypted-media"></iframe>
<iframe src="https://open.spotify.com/embed/episode/3cWta1iiQSfvrdHaCbLkSD"
allow="encrypted-media"></iframe>
<iframe src="https://open.spotify.com/embed/show/2Iibd5A6R7mxkCm4NwNmUn"
allow="encrypted-media"></iframe>
</div>
</div>
</section>
<section id="sec_from">
<img src="images/phone.png" alt="Imagen Celular de donde venimos">
<div id="from_container">
<h2 class="main_title"><span>De dónde</span> venimos</h2>
<p class="from_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.</p>
<br>
<p class="from_text">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 id="sec_guests">
<h2 class="main_title">Invitadas/os <span>estelares</span></h2>
<div id="inv_img_container">
<img src="images/grace-hopper.png" alt="Grace Hooper junto a computadora IBM" title="Grace Hopper">
<img src="images/Katie-Bouman.png" alt="Katie Bouman junto a dispositivos de almacenamiento"
title="Katie Bouman">
<img src="images/Margaret_Hamilton.png" alt="Margaret Hamilton junto a unos libros"
title="Margaret Hamilton">
<img src="images/An-E.R.A.Univac-1103-computer-in-the-1950s.png"
alt="Computadora E.R.A.Univac 1103 en 1950" title="E.R.A.Univac 1103">
<img src="images/Computer-operators-with-an-Eniac—the-world’s-first-programmable-general-purpose-computer.png"
alt="Operadoras junto a la primera computadora con propocito para programar" title="ENIAC">
<img src="images/susan-kare.png" alt="Imagen de Susan Kare" title="Susan Kare">
</div>
</section>
<section id="sec_topics">
<h2 class="main_title">Algunos de <span>nuestros temas</span></h2>
<div id="topics_icons_container">
<div class="icon_sec">
<img class="icon" src="images/icon1.svg" alt="Icono trabajo remoto">
<p class="icon_text">Trabajo remoto</p>
</div>
<div class="icon_sec">
<img class="icon" src="images/icon2.svg" alt="Icono representando la programacion">
<p class="icon_text">Repensando la <span>programación</span></p>
</div>
<div class="icon_sec">
<img class="icon" src="images/icon3.svg" alt="Icono Bases del codigo">
<p class="icon_text">Bases del código</p>
</div>
<div class="icon_sec">
<img class="icon" src="images/icon4.svg" alt="Icono Seguridad informatica">
<p class="icon_text">Seguridad informática</p>
</div>
</div>
</section>
<section id="sec_news">
<div class="chop"></div>
<div id="news_container">
<h2 class="main_title">¿Querés las últimas novedades?</h2>
<a href="#sec_podcast" class="button">Escuchá los episodios</a>
</div>
</section>
<footer id="sec_footer">
<p class="footer_text"> © 2019- Hello pale blue dot</p>
<div id="footer_icons">
<a href="https://www.spotify.com/" target="_blank"><i class="fab fa-spotify"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://telegram.org/" target="_blank"><i class="fab fa-telegram"></i></a>
</div>
</footer>
</main>
</body>
</html>