-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobre.html
48 lines (47 loc) · 1.64 KB
/
sobre.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
48
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hubballi&family=Poppins:wght@400;700&family=Tilt+Prism&display=swap" rel="stylesheet">
<link rel="stylesheet" href="sobre.css">
<title>SOBRE - GUI GODOY</title>
</head>
<body>
<div id="header" class="container">
<div id="header">
<a href="index.html" class="home">
Gui Godoy
</a>
</div>
<div id="menu">
<ul>
<li><a href="sobre.html">SOBRE</a></li>
<li><a href="index.html#services">MEUS SERVIÇOS</a></li>
<li><a href="index.html#orcamento">SOLICITE SEU ORÇAMENTO!</a></li>
<li><a href="index.html#contact">FALE COMIGO</a></li>
</ul>
</div>
</div>
<main>
<div class="container" id="about">
<h1>EM CONSTRUÇÃO</h1>
</div>
<div class="floating-support-button">
<a href="https://wa.me/5541997711622">
<img src="img/whatsapp-icon.svg" alt="support">
</a>
</div>
</main>
<footer>
<div class="container">
<p>
© GUI GODOY - SUPORTE E ASSISTÊNCIA TÉCNICA ESPECIALIZADA - Todos os direitos reservados - 2023
</p>
</div>
</footer>
</body>
</html>