-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.56 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Louiz Sincero</title>
</head>
<body>
<header class="header-page">
<h1>Louiz Sincero</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#Sobre">Sobre</a></li>
<li><a href="#MeuCurso">Meu Curso</a></li>
</ul>
</nav>
</header>
<main>
<section class="content">
<div id="home">
<h2>Bem-vindo ao meu site!</h2>
</div>
<div id="Sobre">
<h1>Sobre</h1>
<img src="img/WhatsApp Image 2021-10-24 at 21.14.26.jpeg" alt="Imagem sobre Louiz Sincero">
<p>“CJ” Carl Johnson nasceu na cidade de Los Santos e era filho de Beverly Johnson. Não conheceu seu pai. Ele teve três irmãos: Sean “Sweet”, Brian e Kendl. Carl, então, decidiu ir embora de Los Santos e se mudou para Liberty City, onde passou a cometer pequenos crimes.</p>
</div>
<div id="MeuCurso">
<h1>Meu Curso</h1>
<h3>Primeira Aula :</h3>
<video controls>
<source src="img/video ‐ Made with Clipchamp.mp4" type="video/mp4">
Seu navegador não suporta vídeo.
</video>
</div>
</section>
</main>
</body>
</html>