-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobre o podcast.html
47 lines (45 loc) · 1.97 KB
/
sobre o podcast.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
<!DOCTYPE html>
<!-- saved from url=(0027)https://paporeto.com.br/ -->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Papo Reto</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@800&family=Permanent+Marker&display=swap" rel="stylesheet">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="sobre o podcast.css">
</head>
<body>
<header class="cabecalho">
<h1 class="logo"><a href="inicio.html" title="Eliel Vitor">Eliel Vitor</a>
</h1>
<form method="post">
<input type="text" placeholder="faça sua busca">
<button><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-search" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/>
<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/>
</svg></button>
</form>
</header>
<nav class="menu">
<ul>
<li><a href="inicio.html">Inicio</a></li>
<li><a href="#">Nossa Empresa</a></li>
<li><a href="#">Como a gente trabalha</a></li>
<li><a href="Rádio.html">Rádio</a></li>
</ul>
<div class"social-icons">
<a href="#" class="btn-instagram"> <i href="#" class="fa fa-instagram"></i></a>
</div>
</nav>
<article class="inicio">
<h2>Sobre O Podcast</h2>
<p>Sejam Bem Vindos ao o site do único podcast de "nigga"</p>
</article>
<div class="rodapé">
<footer class="rodape"><p>2020 © Eliel Vitor - Todos Os Direitos Reservados.</p><h1>TWM COMPANY.</h1></footer>
</div>
</body>
</html>