forked from MarleneLins/portfolio-digital-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontato.html
More file actions
52 lines (47 loc) · 2.17 KB
/
contato.html
File metadata and controls
52 lines (47 loc) · 2.17 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
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
<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="contato.css" type="text/css">
<title>Marlene Salete Koch lins</title>
</head>
<body>
<main>
<section class="corpo">
<div class="conteudo">
<br>
<h1 class="titulo-principal"><a href="index.html">Marlene Salete Koch Lins</a></h1>
<br>
<center>
<font size="5"> Para voltar: Click no titulo acima</font>
<br>
<nav class="inicio">
<li><a href="index.html">Inicio</a></li>
<a id="contato" href="contato.html"></a>
<h2 id="contato-frase">Contato do Professora</h2>
<br>
</div>
<div class="imagem">
<img src="foto4.png">
</div>
<div class="texto">
<font size="6">
<a href="https://github.com/MarleneLins" rel="external" target="_blank">Github da Professora</a>
<br>
<br>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=marlene.lins@escola.pr.gov.br&tf=cm" rel="external" target="_blank">Email da Professora</a>
<br>
<br>
<a href="https://www.facebook.com/marlene.lins.98" rel="external" target="_blank">Facebook da Professora</a></font>
</div>
<h3 class="contato-lista">
</section>
<!--Rodapé--->
<footer>
<br>
<p class="end">CopyRight By Marlene Salete Koch Lins</p>
</footer>
</main>
</body>
</html>