-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
76 lines (62 loc) · 2.85 KB
/
main.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 lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="./img/fav.png" type="image/x-icon" />
<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://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" />
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/bateria.css">
<title>WF-Developer</title>
</head>
<body class="d-flex flex-column">
<main id="page-content">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-7">
<h1 class="wf mt-4 rosa">
<strong> Welington Fernandes </strong>
</h1>
<p id="text" class="mg text-white-50">
Apenas um desenvolvedor Full Stack apaixonado por mudar o mundo com tecnologia.
</p>
</div>
</div>
</div>
<div id="btnmenu" class="d-flex bd-highlight justify-content-center ali p-1">
<a href="./recibo/recibo.html" class="btn p-1 btn-outline-light m-1 d-inline-flex">
<span>|</span>EMISSOR DE RECIBOS
</a>
<a href="./os/os.html" class="btn p-1 btn-outline-light m-1 d-inline-flex">
<span>|</span>SISTEMA DE VENDAS
</a>
<a href="./nf/nf.html" class="btn p-1 btn-outline-light m-1 d-inline-flex">
<span>|</span>EMISSOR DE NF-e
</a>
<a href="./game/game.html" class="btn p-1 btn-outline-light m-1 d-inline-flex">
<span>|</span>GAME
</a>
</div>
<br>
<div class="container text-light text-center p-1">
</div>
</main>
<footer id="sticky-footer" class="flex-shrink-0 bdanger py-1 bg-dark text-white-50">
<div class="container text-center">
<small class="text-muted mb-2">
<i class="bi foneIcons text-warning bi-code-slash"></i> Desenvolvido
com <i class="foneIcons text-danger bi bi-heart"></i><br>
<strong><a class="text-decoration-none" target="_blank"
href="https://api.whatsapp.com/send?phone=5511953164286&text=Oi%2C%20Estou%20enviando%20uma%20Mensagem%20atrav%C3%A9s%20do%20seu%20site!!">Welington
Fernandes</a></strong><br>
<strong style="color: white; font-size: smaller;">43.652.172/0001-52</strong>
</small>
</div>
</footer>
<!-- SCRIPTS -->
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./js/main.js"></script>
</body>
</html>