-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (124 loc) · 6.15 KB
/
index.html
File metadata and controls
142 lines (124 loc) · 6.15 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Podcast Pale Blue Dot</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap" >
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
<nav>
<div class="nav-container">
<div class="logo">
<img class="logo-imagen" src="images/logo.svg" alt="Logo">
</div>
<input type="checkbox" id="btn-menu">
<label for="btn-menu" class="show-icon-menu">
<i class="fas fa-bars"></i>
</label>
<label for="btn-menu" class="hide-icon-menu">
<i class="fas fa-times"></i>
</label>
<div class="menu-container">
<ul>
<li><a href="#episodios">EPISODIOS</a></li>
<li><a href="#nosotros">NOSOTROS</a></li>
<li><a href="#entrevistas">ENTREVISTAS</a></li>
<li><a href="#topicos">TÓPICOS</a></li>
</ul>
</div>
</div>
</nav>
<header>
<div class="titulos">
<h1><span>Hello </span><span class="linetrought-text">world</span><br><span class="pale">pale blue dot<span class="bluedot">.</span></span></h1>
</div>
<div class="description">
<h2 class="mobile-subtitle">Un podcast que explora el mundo de la programación. Nuevos episodios, todos los jueves cada 15 días.</h2>
<h2 class="desktop-subtitle">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.</h2>
</div>
<div class="conoce-mas-button">
<a href="#nosotros" class="link-button">CONOCÉ MÁS</a>
</div>
</header>
<section class="episodios" id="episodios">
<h3>Episodios</h3>
<div class="spotify-podcast-container">
<div class="podcast-item">
<iframe src="https://open.spotify.com/embed-podcast/episode/7AZZy2nJ4R9ZndHW0h2yxt" allow="encrypted-media"></iframe>
</div>
<div class="podcast-item">
<iframe src="https://open.spotify.com/embed-podcast/episode/1ezdL2ivAGLwSE6Xbssxqt" allow="encrypted-media"></iframe>
</div>
<div class="podcast-item">
<iframe src="https://open.spotify.com/embed-podcast/episode/3cWta1iiQSfvrdHaCbLkSD" allow="encrypted-media"></iframe>
</div>
<div class="podcast-item">
<iframe src="https://open.spotify.com/embed-podcast/episode/31VyAQAwBiKoHVoYUCEzjQ" allow="encrypted-media"></iframe>
</div>
</div>
</section>
<section class="nosotros" id="nosotros">
<img class="phone" src="images/phone.png" alt="Smartphone">
<div class="container-nosotros-text">
<h3 class="section-title">De dónde venimos</h3>
<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.
<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>
</section>
<section class="entrevistas" id="entrevistas">
<h3 class="section-title">Invitadas/os estelares</h3>
<div class="imagenes-entrevistas">
<img src="images/grace-hopper.png" alt="Grace Hopper">
<img src="images/Katie-Bouman.png" alt="Katie Bouman">
<img src="images/Margaret_Hamilton.png" alt="Margaret Hamilton">
<img src="images/computer-in-the-1950s.png" alt="Computadoras en 1950">
<img src="images/Computer-operators.png" alt="operadores de computadoras">
<img src="images/susan-kare.png" alt="Susan Kare">
</div>
</section>
<section class="topicos" id="topicos">
<h3 class="section-title">Algunos de nuestros temas</h3>
<div class="temas-container">
<div class="tema-item">
<img src="images/icon1.svg" alt="Trabajo remoto">
<h4>Trabajo remoto</h4>
</div>
<div class="tema-item">
<img src="images/icon2.svg" alt="Repensando la programación">
<h4>Repensando la programación</h4>
</div>
<div class="tema-item">
<img src="images/icon3.svg" alt="Bases del código">
<h4>Bases del código</h4>
</div><div class="tema-item">
<img src="images/icon4.svg" alt="Seguridad informática">
<h4>Seguridad informática</h4>
</div>
</div>
</section>
<section class="ultimas-novedades">
<h3 class="section-title-white">¿Querés las últimas novedades?</h3>
<div class="escucha-episodios-button">
<a href="#episodios">ESCUCHÁ LOS EPISODIOS</a>
</div>
</section>
<footer>
<p>© 2020— Hello blue pale dot</p>
<div class="rrss-container">
<a href="https://t.me/shift_tradr"><i class="fab fa-telegram"></i></a>
<a href="https://www.facebook.com/juancruz.gonfer"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/juan.shift"><i class="fab fa-instagram"></i></a>
<a href="https://open.spotify.com/"><i class="fab fa-spotify"></i></a>
</div>
</footer>
</body>
</html>