-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (174 loc) · 7.37 KB
/
index.html
File metadata and controls
195 lines (174 loc) · 7.37 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="https://animecharacters.sirv.com/online-web-tools/online-web-tools.png"
type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./assets/css/global.css">
<link rel="stylesheet" href="./assets/css/style.css">
<meta name="keywords"
content="Online Web Tools, Ferramentas online, Sorteador de números aletórios, gerador de senhas seguras, converter texto em Maiúsculas e Minúsculas, contador de caracteres e palavras">
<meta name="description"
content="Online Web Tools, Ferramentas online, Sorteador de números aletórios, gerador de senhas seguras, converter texto em Maiúsculas e Minúsculas, contador de caracteres e palavras">
<meta name="author" content="Willian Deviti Daniel">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<title>Online Web Tools | Ferramentas online úteis</title>
</head>
<body>
<header class="header">
<a class="logo-container" href="./index.html">
<svg class="tools-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z" />
</svg>
<span class="logo">
Online<span>Web</span>Tools
</span>
</a>
<nav class="nav">
<div class="toggle-theme-button" id="toggleThemeButton">
<span class="box"></span>
</div>
</nav>
<div class="toggle-menu-button">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</header>
<main>
<section class="tools-section">
<h1 class="title">
Ferramentas Online
</h1>
<p class="description">Utilize nossas ferramentas gratuitas para facilitar suas tarefas diárias</p>
<div class="tools-container">
<a class="tool-card" href="./pages/sorteador/index.html">
<div>
<h3>Sorteador de Números</h3>
<p>Sorteia números aleatórios de forma rápida e simples</p>
<span>🎲</span>
</div>
</a>
<a class="tool-card" href="./pages/gerador-de-senhas/index.html">
<div>
<h3>Gerador de Senhas</h3>
<p>Crie senhas seguras e aleatórias com facilidade</p>
<span>🔐</span>
</div>
</a>
<a class="tool-card" href="./pages/contador-de-caracteres/index.html">
<div>
<h3>Contador de Caracteres</h3>
<p>Analise seu texto contando caracteres e palavras</p>
<span>📝</span>
</div>
</a>
<a class="tool-card" href="./pages/conversor-de-texto/index.html">
<div>
<h3>Conversor de Texto</h3>
<p>Converta entre maiúsculas, minúsculas e outros formatos</p>
<span>🔄</span>
</div>
</a>
<a class="tool-card" href="./pages/comparador-de-texto/index.html">
<div>
<h3>Comparador de Texto</h3>
<p>Compare dois textos e veja as diferenças entre eles</p>
<span>🔍</span>
</div>
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-branding">
<div class="footer-logo">
<svg class="tools-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z" />
</svg>
<span class="footer-title">Online<span>Web</span>Tools</span>
</div>
<p class="footer-tagline">Ferramentas online úteis para facilitar seu dia a dia</p>
</div>
<div class="footer-links">
<div class="footer-links-column">
<h4>Links Úteis</h4>
<ul>
<li>
<a href="/">
<span class="arrow">›</span>
Início
</a>
</li>
<li>
<a href="./pages/termos-de-uso/index.html">
<span class="arrow">›</span>
Termos de Uso
</a>
</li>
<li>
<a href="./pages/politica-de-privacidade/index.html">
<span class="arrow">›</span>
Política de Privacidade
</a>
</li>
</ul>
</div>
<div class="footer-links-column">
<h4>Ferramentas</h4>
<ul>
<li>
<a href="./pages/sorteador/index.html">
<span class="arrow">›</span>
Sorteador de Números
</a>
</li>
<li>
<a href="./pages/gerador-de-senhas/index.html">
<span class="arrow">›</span>
Gerador de Senhas
</a>
</li>
<li>
<a href="./pages/contador-de-caracteres/index.html">
<span class="arrow">›</span>
Contador de Caracteres
</a>
</li>
<li>
<a href="./pages/conversor-de-texto/index.html">
<span class="arrow">›</span>
Conversor de Texto
</a>
</li>
<li>
<a href="./pages/comparador-de-texto/index.html">
<span class="arrow">›</span>
Comparador de Texto
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p class="copyright">
Todos os direitos reservados © <span id="year"></span>.
Desenvolvido com <span class="heart">❤️</span> por <strong><a target="_blank"
href="https://willianddaniel.github.io/portfolio/">Willian D. Daniel</a></strong>
</p>
</div>
</footer>
<script type="module" src="./assets/js/main.js"></script>
</body>
</html>