-
Notifications
You must be signed in to change notification settings - Fork 1
/
contato.html
62 lines (62 loc) · 3.62 KB
/
contato.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="css/estiloContato.css">
<title>Contato</title>
</head>
<body>
<div class="container">
<header class="header">
<a href="https://cristovom.github.io/Portfolio" class="logo">PORTFÓLIO</a>
<nav>
<ul>
<li><a href="index.html">Início</a></li>
<li><a href="sobre.html">Sobre Mim</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</header>
<aside class="redes">
<nav>
<ul>
<li><a href="https://api.whatsapp.com/send?phone=5511933776179&text=Ol%C3%A1%2C%20Cristovom!!%20Vim%20do%20seu%20portf%C3%B3lio%20com%20o%20objetivo%20de%20" target="_blank"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="https://msng.link/o/?Cristovom=tg" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://github.com/Cristovom" target=_blank><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/cristovom/" target=_blank><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/cristovom_nunes/" target=_blank><i class="fab fa-instagram"></i></a></li>
</ul>
</nav>
</aside>
<main class="main">
<section class="title">
<h1>Entre em Contato</h1>
<p>Auto se desenvolver e acrescentar profissionalmente nas áreas de frontend e backend, para melhor ajudar a empresa.</p>
<a href="Cristovam_Nunes_Alves.pdf" target="_blank">Currículo</a>
</section>
<section class="section-form">
<form action="#" id="form" class="form">
<label for="#">Nome *
<input type="text" placeholder="Nome" required />
</label>
<label for="#">Email *
<input type="email" placeholder="Email" required />
</label>
<label for="#">Observação *
<input type="text" placeholder="Observação" required />
</label>
<div class="g-recaptcha captcha" data-sitekey="6Lc7oSQcAAAAAEUs81mgjsJoAyncYFFSNQ0pJInM" required></div>
</form>
<a type="submit" href="mailto:[email protected]?subject=Contato via Site" class="email" data-sitekey="6Lc7oSQcAAAAAB6Hp5haFg-qeiLAaFqi_8prva0c">Enviar Email</a>
</section>
</main>
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="rgba(255,255,255,.2)" fill-opacity="1" d="M0,192L40,181.3C80,171,160,149,240,165.3C320,181,400,235,480,256C560,277,640,267,720,234.7C800,203,880,149,960,117.3C1040,85,1120,75,1200,101.3C1280,128,1360,192,1400,224L1440,256L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path>
</svg>
</div>
<script src="https://www.google.com/recaptcha/api.js"></script>
</body>
</html>