-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
37 lines (37 loc) · 1.72 KB
/
about.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="javascript.js" defer></script>
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">Home</a>
<a class="cabecalho__menu__link" href="about.html">Sobre mim</a>
</nav>
</header>
<main class="apresentacao">
<section class="apresentacao__conteudo">
<h1 style="color: var(--cor3)" class="apresentacao__conteudo__titulo">
SOBRE MIM
</h1>
<P style="font-family: 'Krona One', sans-serif;" class="apresentacao__conteudo__texto">
Olá meu nome é Ismael, a algum tempo eu venho espiando sobre programação e me deparei com um mundo de possibilidades, na qual venho desenvolvendo grandes habilidades com lógicas.
Esse é uns dos meus primeiros códigos, venho aprendendo bastante e sei que ainda há muitas coisas para descubrir.
</P>
<p style="font-family: 'Krona One', sans-serif;" class="apresentacao__conteudo__texto">
Como o primeiro código, eu o inicio com "Olá mundo".
</p>
</section>
</main>
<footer id="rodape">
<p>Desenvolvido por Ismael.</p>
</footer>
<img id="imagem" style="width: 5cm;" src="https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_large.png" alt="Foto da Joana Santos programando">
</body>
</html>