forked from MarleneLins/portfolio-digital-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobremim.html
More file actions
24 lines (23 loc) · 1.23 KB
/
sobremim.html
File metadata and controls
24 lines (23 loc) · 1.23 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
<DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<title>SOBRE MIM</title>
</head>
<body>
<!--Começo-da-seção-sobre-->
<section class="background-color-Sobre">
<div class="main-sobre">
<img src="foto4.png">
<div class="Text-sobre">
<h2>Sobre Mim</h2>
<h5>Profa. Pensamento <span> Computacional</span></h5>
<p>Sou Professora de pensamento computacional. O meu objetivo com o componente curricular é incentivar e orientar os estudantes com projetos e idéias de construção de páginas de internet, usando HTML e CSS, considerando que esse conhecimento pode auxiliá-los nos dias atuais e para suas profissões no futuro.</p>
<button type="button">Vamos conversar</button><!--Button-->
</div><!--Text-sobre-->
</div><!--main-sobre-->
</section><!--background-color-Sobre-->
</body>
</html>