-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
135 lines (126 loc) · 6.34 KB
/
Home.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<html lang="pt-pt">
<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">
<title>Gestão de Pedidos</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class="Background-IMG">
<a href="loginpage.html" class="LogOut"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-box-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0z" />
<path fill-rule="evenodd"
d="M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708z" />
</svg></a>
<h1>Gestão de Pedidos</h1>
</section>
<main>
<section id="cards">
<div>
<svg xmlns="http://www.w3.org/2000/svg" color="#b64848" width="50px" height="50px" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-archive-restore">
<rect width="20" height="5" x="2" y="3" rx="1" />
<path d="M4 8v11a2 2 0 0 0 2 2h2" />
<path d="M20 8v11a2 2 0 0 1-2 2h-2" />
<path d="m9 15 3-3 3 3" />
<path d="M12 12v9" />
</svg>
<h2>Registrar Produto</h2>
<p>Aqui poderá registrar novos produtos para o cardápio da hamburgueria.</p>
<a href="RegistrarProduto.html">Cadastrar Produto</a>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" color="#b64848" width="50px" height="50px" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-book-user">
<path d="M15 13a3 3 0 1 0-6 0" />
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
<circle cx="12" cy="8" r="2" />
</svg>
<h2>Cadastrar Cliente</h2>
<p>Adicione novos clientes e acompanhe seus pedidos em tempo real.</p>
<a href="RegistrarCliente.html">Cadastrar Cliente</a>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" color="#b64848" width="50px" height="50px" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-book-check">
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
<path d="m9 9.5 2 2 4-4" />
</svg>
<h2>Visualizar Pedidos</h2>
<p>Visualize e gerencie os pedidos realizados pela sua equipe.</p>
<a href="VisualizarPedidos.html">Visualizar Pedidos</a>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" color="#b64848" width="50px" height="50px" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-book-plus">
<path d="M12 7v6" />
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
<path d="M9 10h6" />
</svg>
<h2>Registrar Pedido</h2>
<p>Registre novos pedidos com facilidade e eficiência.</p>
<br>
<a href="RegistrarPedido.html">Cadastrar Pedidos</a>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" color="#b64848" width="50px" height="50px" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-archive-restore">
<rect width="20" height="5" x="2" y="3" rx="1" />
<path d="M4 8v11a2 2 0 0 0 2 2h2" />
<path d="M20 8v11a2 2 0 0 1-2 2h-2" />
<path d="m9 15 3-3 3 3" />
<path d="M12 12v9" />
</svg>
<h2>VisualizarTeste</h2>
<p> Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p>
<br>
<a href="VisualizarTeste.html">VISU</a>
</div>
</section>
</main>
<footer class="rodape">
<div class="container-rodape">
<!-- Coluna Esquerda -->
<div class="coluna-rodape">
<h3>Osande de Jesus</h3>
<ul class="links-esquerda">
<li><a href="#">Trabalhos</a></li>
<li><a href="#">Sobre Mim</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Contatos</a></li>
</ul>
</div>
<!-- Coluna Central -->
<div class="coluna-rodape central-rodape">
<h3>Contato</h3>
<p>[email protected]</p>
<p>+244 999 999 999</p>
</div>
<div class="coluna-rodape central-rodape">
<h3>Estúdio</h3>
<p>Benguela</p>
</div>
<!-- Coluna Direita -->
<div class="coluna-rodape direita-rodape">
<h3>Redes Sociais</h3>
<ul class="links-sociais">
<li><a href="#">LinkedIn</a></li>
<li><a href="#">Behance</a></li>
<li><a href="#">Pinterest</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
</div>
<p id="slogan">Faça sua marca<sup>®</sup> a escolha óbvia</p>
</footer>
</body>
</html>
<!-- hover,focus -->