-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
145 lines (131 loc) · 7.29 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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"/>
<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;500&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/b30b4a3cd2.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/styles/navbar.css">
<link rel="stylesheet" href="/styles/header.css">
<link rel="stylesheet" href="/styles/podcast.css">
<link rel="stylesheet" href="/styles/cellphone.css">
<link rel="stylesheet" href="/styles/photos.css">
<link rel="stylesheet" href="/styles/topics.css">
<link rel="stylesheet" href="/styles/news.css">
<link rel="stylesheet" href="/styles/footer.css">
<title>Entrega 01 - Podcast</title>
</head>
<body>
<div class="container" id="back">
<section class="navbar">
<input id="desplegar" type="checkbox" class="custom-checkbox">
<label for="desplegar" class="label-burger">
<img class="logo" src="/assets/logo.svg" alt="Logo">
<div class="mostrar-menu">
<div class="linea linea-top"></div>
<div class="linea linea-med"></div>
<div class="linea linea-low"></div>
</div>
</label>
<div class="menu-desplazable">
<ul class="lista-ul">
<a class="lista-ul-botton" href="#inicio">EPISODIOS</a>
<a class="lista-ul-botton" href="#cellphone">NOSOTROS</a>
<a class="lista-ul-botton" href="#photos">ENTREVISTAS</a>
<a class="lista-ul-botton" href="#topics">TÓPICOS</a>
</ul>
</div>
</section>
<section class="header">
<div class="info">
<h1 id="title1">Hello <del>world</del> pale blue dot<span class="custom-color">.</span>
</h1>
<p id="txt1">
El portal de podcasts que explora el mundo de la programación y <br/>
la tecnología. Nuevos episodios, todos los jueves cada 15 días.
</p>
<div>
<button class="button-head" >CONOCÉ MÁS</button>
</div>
</div>
</section>
<section class="podcast" id="inicio">
<h1 class="title-podcast">Episodios</h1>
<div class="pod-menu">
<div class="pods">
<iframe src="https://open.spotify.com/embed-podcast/episode/3cS8OFBbgH155D76ai8KR8" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<div class="pods">
<iframe src="https://open.spotify.com/embed-podcast/episode/1ezdL2ivAGLwSE6Xbssxqt" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<div class="pods">
<iframe src="https://open.spotify.com/embed-podcast/episode/3cWta1iiQSfvrdHaCbLkSD" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<div class="pods">
<iframe src="https://open.spotify.com/embed-podcast/episode/31VyAQAwBiKoHVoYUCEzjQ" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</section>
<section class="cellphone" id="cellphone">
<img class="cell" src="/assets/phone.png" alt="Phone">
<div class="cell-article">
<h1 class="cell-title">De dónde venimos</h1>
<p class="cell-txt">
Our posturings, our imagined self-importance, the delusion that we have some privileged position in the Universe, are challenged by this point of pale <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>
<p class="cell-txt">
</p>
</div>
</section>
<section class="photos" id="photos">
<h1 class="title-photos">Invitadas/os estelares</h1>
<div class="photos-wall">
<img class="wallimage" src="/assets/grace-hopper.png" alt="Picture 1">
<img class="wallimage" src="/assets/Katie-Bouman.png" alt="Picture 2">
<img class="wallimage" src="/assets/Margaret_Hamilton.png" alt="Picture 3">
<img class="wallimage" src="/assets/An E.R.A.Univac 1103 computer in the 1950s.png" alt="Picture 4">
<img class="wallimage" src="/assets/Computer operators with an Eniac — the world’s first programmable general-purpose computer.png" alt="Picture 5">
<img class="wallimage" src="/assets/susan-kare.png" alt="Picture 6">
</div>
</section>
<section class="topics" id="topics">
<h1 class="title-icon">Algunos de nuestros temas</h1>
<div class="icons">
<div class="ico">
<img src="/assets/icon1.svg" alt="Icon1">
<h3 class="txt-icon">Trabajo remoto</h3>
</div>
<div class="ico">
<img src="/assets/icon2.svg" alt="Icon1">
<h3 class="txt-icon">Repensando la programación</h3>
</div>
<div class="ico">
<img src="/assets/icon3.svg" alt="Icon1">
<h3 class="txt-icon">Bases del código</h3>
</div>
<div class="ico">
<img src="/assets/icon4.svg" alt="Icon1">
<h3 class="txt-icon">Seguridad informática</h3>
</div>
</div>
</section>
<section class="news" id="news">
<h1 class="title-news">¿Querés las últimas novedades?</h1>
<div>
<button class="button-news" >ESCUCHÁ LOS EPISODIOS</button>
</div>
</section>
<section class="footer" id="footer">
<h3 class="txt-footer">© 2019— Hello blue pale dot </h3>
<ul class="icons-footer">
<a class="ico-footer" href="https://www.spotify.com/ar/"><i class="fab fa-spotify"></i></a>
<a class="ico-footer" href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a class="ico-footer" href="https://twitter.com"><i class="fab fa-twitter"></i></a>
<a class="ico-footer" href="https://www.facebook.com"><i class="fab fa-facebook"></i></a>
<a class="ico-footer" href="https://telegram.org"><i class="fab fa-telegram"></i></a>
</ul>
</section>
</div>
</body>