-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu_warehouse.html
More file actions
43 lines (38 loc) · 2.03 KB
/
menu_warehouse.html
File metadata and controls
43 lines (38 loc) · 2.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="style.css">
<title>LinkHub</title>
</head>
<body>
<div class="container">
<header>
<img src="images/warehouse.jpg" alt="FB - Agronegócio e Logística">
<h1>FB - Armazém (Validação)</h1>
<p>Formulários do Armazém</p>
</header>
<section class="btn-container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe44Sr84cuzhTWujhQKWL_OeUl4XUA1ZBqRZqHKdkxiiI3jcg/viewform" target="_blank" class="link">
<button class="btn-gradient">
<img src="images/munch.jpg" alt="Manutenção Preventiva">
<span>Check List Tratores / Van</span>
</button>
</a>
</section>
<hr/>
<footer>
<a href="index.html" target="_self" class="btn-footer btn-gradient"><i class="bi bi-arrow-left-square"></i></a>
<a href="https://fb.agr.br" target="_blank" class="btn-footer btn-gradient"><i class="bi bi-house-fill"></i></a>
<a href="mailto:atendimento@fburgel.com.br" target="_blank" class="btn-footer btn-gradient"><i class="bi bi-envelope-fill"></i></a>
<a href="https://wa.me/5567992253959" target="_blank" class="btn-footer btn-gradient"><i class="bi bi-whatsapp"></i></a>
<a href="https://www.instagram.com/fbagronegocio" target="_blank" class="btn-footer btn-gradient"><i class="bi bi-instagram"></i></a>
</footer>
</div><!--container-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>