-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
88 lines (83 loc) · 4.98 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
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<title>Produtos do Futuro</title>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="img/png" href="https://raw.githubusercontent.com/PewDizinho/PI1/main/assets/icon.png">
<!--bootstrap-->
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="./navBarStyle.css" media="screen">
<link rel="stylesheet" href="./navBarMobile.css" media="screen">
<link rel="stylesheet" href="./buttons.css" media="screen">
<link rel="stylesheet" href="./style.css" media="screen">
<meta property="og:title" content="Produtos do Futuro">
<meta property="og:description"
content="Um site focado na venda de produtos realizados por estudantes do ensino superior">
<meta property="og:image" content="https://raw.githubusercontent.com/PewDizinho/PI1/main/assets/icon.png">
<meta property="og:url" content="https://pewdizinho.github.io/PI1/">
<meta property="og:type" content="website">
<script src="colorMode.js"></script>
<script src="generateMonthSellers.js"></script>
</head>
<body onload="generateCard()">
<ul class="category">
<div class="topbartitle">
<img src="https://raw.githubusercontent.com/PewDizinho/PI1/main/assets/icon.png" alt="" class="navBarLogo">
<p class="title">Produtos <br>do Futuro</p>
</div>
<li><a href="./index.html">⏏ 『Home』</a></li>
<li><a href="./pages/clientplace/index.html">👤『Área do Cliente』</a></li>
<li><a href="./pages/contact/index.html">☎ 『Contato』</a></li>
<li><a href="./pages/about/index.html"><b>?</b> 『Sobre』</a></li>
</ul>
<h1 class="title center txtShadow">Seja bem vindo(a) ao Produtos do Futuro!</h1>
<div class="row">
<div class="categoryBox">
<div class="column">
<h2 class="center category txtShadow">Categorias</h2>
<div class="category">
<button class="category" onclick="filterCategory(0)">Programação</button>
<button class="category" onclick="filterCategory(1)">Design</button>
<button class="category" onclick="filterCategory(2)">Marketing</button>
<button class="category" onclick="filterCategory(3)">Nutrição</button>
<button class="category" onclick="filterCategory(4)">Audiosvisuais</button>
<button class="category" onclick="filterCategory(5)">Publicidade</button>
<button class="category" onclick="filterCategory(999)">Tudo</button>
</div>
</div>
</div>
<div class="menuBox column">
<div class="menuBoxTitle">
<h2 class="menuBoxTitle center txtShadow" id="menuBoxTitle">Vendedores do Mês</h2>
</div>
<div id="menuBoxInside" class="menuBoxInside">
<!-- <div class="notFound">
<svg xmlns="http://www.w3.org/2000/svg" filter=" drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4))"
width="max-content" height="max-content" fill="currentColor" class="bi bi-bug"
viewBox="0 0 16 16" class="bug">
<path
d="M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z" />
</svg>
<p class="error">Não possuimos vendedores dessa categoria</p>
</div> -->
</div>
</div>
</div>
</div>
</div>
<div id="circularMenu" class="circular-menu">
<a class="floating-btn" onclick="document.getElementById('circularMenu').classList.toggle('active');">
<i class="fa fa-plus"></i>
</a>
<menu class="items-wrapper">
<a href="./pages/clientplace/index.html" class="menu-item">👤</a>
<a href="./pages/contact/index.html" class="menu-item">☎</a>
<a href="./pages/about/index.html" class="menu-item">❓</a>
<a href="#" class="menu-item">⏏</a>
</menu>
</div>
</body>
</html>