-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (202 loc) · 6.66 KB
/
index.html
File metadata and controls
203 lines (202 loc) · 6.66 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
<!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" />
<title>Podcast</title>
<link rel="stylesheet" href="./styles/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
</head>
<body>
<div id="cabecera">
<div id="Logo">
<img src="./assents/logo1.svg" alt="" />
</div>
<div id="opciones_head">
<a href="#episodios"><span>EPISODIOS</span></a>
<a href="#nosotros"><span>NOSOTROS</span></a>
<a href="#entrevistas"><span>ENTREVISTAS</span></a>
<a href="#topicos"><span>TÓPICOS</span></a>
</div>
</div>
<nav class="mobile-menu">
<input type="checkbox" id="hamburguesa" />
<label for="hamburguesa">
<img src="./assents/icono-hamburguesa.svg" alt="burguer" />
</label>
<div class="nav-menu-movil">
<a href="#episodios"><span>EPISODIOS</span></a>
<a href="#nosotros"><span>NOSOTROS</span></a>
<a href="#entrevistas"><span>ENTREVISTAS</span></a>
<a href="#topicos"><span>TÓPICOS</span></a>
</div>
</nav>
<div id="principal">
<span id="titulo_princ"
>Hello <span id="world">world</span> pale blue dot<span id="dot"
>.</span
></span
>
<span id="content_princ">
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.
</span>
<button id="btn_princ">CONOCÉ MÁS</button>
</div>
<div id="episodios" class="rect_path">
<span>Episodios</span>
<div id="cont_episodes">
<div>
<iframe
src="https://open.spotify.com/embed-podcast/episode/0arMU0878zOk5tuGpIarcM"
width="100%"
height="232"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
</div>
<div>
<iframe
src="https://open.spotify.com/embed-podcast/episode/2PSacIuV7FY0G4o3Yex1Zi"
width="100%"
height="232"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
</div>
<div>
<iframe
src="https://open.spotify.com/embed-podcast/episode/57GJ09Pp7Gz4SWgHVTZe0K"
width="100%"
height="232"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
</div>
<div>
<iframe
src="https://open.spotify.com/embed-podcast/episode/2cDsLdLMtcRENqYfYplNqv"
width="100%"
height="232"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
</div>
</div>
</div>
<img id="celular" src="./assents/phone1.png" alt="" />
<div id="nosotros">
<span id="title_nosotros">De dónde venimos</span>
<span id="txt_nosotros_1">
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.
</span>
</div>
<div id="entrevistas">
<span>Invitadas/os estelares</span>
<div id="fotos">
<img src="./assents/grace-hopper.png" alt="" />
<img src="./assents/Katie_Bouman.png" alt="" />
<img src="./assents/Margaret_Hamilton.png" alt="" />
<img
src="./assents/An E.R.A.Univac 1103 computer in the 1950s.png"
alt=""
/>
<img src="./assents/Computer_operators.png" alt="" />
<img src="./assents/susan-kare.png" alt="" />
</div>
</div>
<div id="topicos">
<span>Algunos de nuestros temas</span>
<div id="icons_topics">
<div>
<img src="./assents/icon1.svg" alt="" />
</div>
<div>
<img src="./assents/icon2.svg" alt="" />
</div>
<div>
<img src="./assents/icon_3.svg" alt="" />
</div>
<div>
<img src="./assents/icon4.svg" alt="" />
</div>
</div>
<ul id="txt_topics">
<li>Trabajo remoto</li>
<li>Repensando la programación</li>
<li>Bases del código</li>
<li>Seguridad informática</li>
</ul>
</div>
<div id="footer">
<div id="sec_novedades" class="rect_path2">
<div id="title_nov">
<span>¿Querés las últimas novedades?</span>
</div>
<div id="cnt_btn_novFooter">
<button id="btn_novFooter">ESCUCHÁ LOS EPISODIOS</button>
</div>
</div>
<div id="sec_socialNet">
<span>© 2019— Hello blue pale dot </span>
<ul>
<li>
<a href="https://www.spotify.com/co/">
<i class="fab fa-spotify" id="spfy_icon"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/">
<i class="fab fa-instagram" id="ig_icon"></i>
</a>
</li>
<li>
<a href="https://twitter.com/">
<i class="fab fa-twitter" id="tw_icon"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/">
<i class="fab fa-facebook" id="fb_icon"></i>
</a>
</li>
<li>
<a href="https://web.telegram.org/">
<i class="fab fa-telegram" id="tg_icon"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>