-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain copy.html
79 lines (54 loc) · 2.37 KB
/
main copy.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
77
78
79
<!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="shortcut icon" href="https://cdn-icons.flaticon.com/png/512/3206/premium/3206042.png"
type="image/x-icon">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.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 class="lead 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="#" class="btn p-1 btn-outline-light m-1 d-inline-flex">
EMISSOR DE RECIBOS
</a>
<a href="#" class="btn p-1 btn-outline-light m-1 d-inline-flex">
SISTEMA DE VENDAS
</a>
<a href="#" class="btn p-1 btn-outline-light m-1 d-inline-flex">
EMISSOR DE NF-e
</a>
<a href="" class="btn p-1 btn-outline-light m-1 d-inline-flex">
EMISSOR DE RECIBOS
</a>
</div>
</main>
<footer id="sticky-footer" class="flex-shrink-0 bdanger py-3 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>
por <strong> <a class="text-decoration-none" href="#">Welington Fernandes</a></strong>
</small>
</div>
</footer>
<!-- SCRIPTS -->
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>