-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (68 loc) · 2.78 KB
/
index.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
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Fiscaliz.ai</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<!-- BOT -->
<script>
window.addEventListener('mouseover', initLandbot, { once: true });
window.addEventListener('touchstart', initLandbot, { once: true });
var myLandbot;
function initLandbot() {
if (!myLandbot) {
var s = document.createElement('script');s.type = 'text/javascript';s.async = true;
s.addEventListener('load', function() {
var myLandbot = new Landbot.Livechat({
configUrl: 'https://storage.googleapis.com/landbot.online/v3/H-2649350-KTJ4RO32N1LKT9NL/index.json',
});
});
s.src = 'https://cdn.landbot.io/landbot-3/landbot-3.0.0.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
}
}
</script>
<!-- Barra de navegação -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="#home" class="w3-bar-item w3-button"><b>FISCALIZ.AI</b> </a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">Sobre Nós</a>
<!-- <a href="#contact" class="w3-bar-item w3-button">Contato</a> -->
</div>
</div>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:100%;" id="home">
<img class="w3-image" src="banner.jpg" alt="Architecture" style="width:100%; height:auto;">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white">
<b>"Tecnologia que traz <strong>segurança</strong> e <strong>praticidade</strong> aos registros da sua empresa"</b>
</h1>
</div>
</header>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about"> <!-- TA AQUI O SOBRE NÓS PORR -->
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Sobre nós</h3>
<p>
Somos uma equipe em desevolvimento visando aprimorar a eficiência dos registros da sua empresa, enquanto garantimos a segurança da fiscalização dos seus produtos.
</p>
<img id="Nois" class="w3-imagae" src="foto.jpg" width="700" height="300">
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>©Copyright 2024 Fiscalizai Team<!-- <a href="" title="" target="_blank" class="w3-hover-text-green">w3.css</a> --></p>
</footer>
</body>
</html>