-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
72 lines (64 loc) · 2.36 KB
/
contact.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
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>Portal Covid-19</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="shortcut icon" href="./assets/global/shield-virus.svg" />
<link rel="stylesheet" href="./styles/globalStyle.css" />
</head>
<body>
<header>
<a href="./index.html" class="logo">PORTAL COVID-19 <i class="fa fa-shield-virus"></i></a>
<div class="header-right">
<a href="./index.html">Home</a>
<a href="./about.html">Sobre</a>
<a class="active" href="./contact.html">Contato</a>
<a href="./learnMore.html">Saiba Mais</a>
</div>
</header>
<article id="content">
<section id="presentation">
<div id="title">
<h2>
Contato
</h2>
</section>
<hr class="rounded">
<section id="contact">
<div class="typeform-widget" data-url="https://felipefadul.typeform.com/to/c4T3jM"
data-transparency="100"
data-hide-headers=true
data-hide-footer=true
style="width: 100%; height: 631px;">
</div>
<script>
(function() {
var qs,js,q,s,d=document,
gi=d.getElementById,
ce=d.createElement,
gt=d.getElementsByTagName,
id="typef_orm",
b="https://embed.typeform.com/";
if(!gi.call(d,id)) {
js=ce.call(d,"script");
js.id=id; js.src=b+"embed.js";
q=gt.call(d,"script")[0];
q.parentNode.insertBefore(js,q)
}
}
)()
</script>
<div style="font-family: Sans-Serif;font-size: 12px;color: #999;opacity: 0.5; padding-top: 5px;">
powered by
<a href="https://admin.typeform.com/signup?utm_campaign=c4T3jM&utm_source=typeform.com-01E66T4QP92GNJ22GSD792PA08-free&utm_medium=typeform&utm_content=typeform-embedded-poweredbytypeform&utm_term=EN"
style="color: #999" target="_blank">Typeform</a>
</div>
</section>
</article>
<footer>
<h4>
Portal COVID-19  |  Desenvolvido por <a href="https://linkedin.com/in/felipefadul" target="_blank">Felipe Fadul</a>
</h4>
</footer>
</body>
</html>