-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (41 loc) · 2.35 KB
/
index.html
File metadata and controls
52 lines (41 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Projetos com javascript</title>
</head>
<body>
<div class="container">
<h1>Projetos com Javascript</h1>
<div class="boxProjects">
<li><a href="./Accordion/index.html">Accordion</a></li>
<li><a href="./barraDeProgresso/index.html">Barra de Progresso</a></li>
<li><a href="./blurringImg/index.html">Imagem Blur</a></li>
<li><a href="./cauculadoraDeGorgeta/index.html">Cauculadora De Gorjeta</a></li>
<li><a href="./citacoes/index.html">Citações</a></li>
<li><a href="./ConversorDeJson/index.html">Conversor de JSON</a></li>
<li><a href="./conversorDeMedidas/index.html">Conversor de Medidas</a></li>
<li><a href="./contadorDeCaracteres/">Contadorde Caracteres</a></li>
<li><a href="./dropdown/index.html">Dropdown</a></li>
<li><a href="./drumMachine/index.html">Drum machine</a></li>
<li><a href="./formularioComValidacoes/index.html">Formulario com validações</a></li>
<li><a href="./galeriaLightBox/index.html">Galeria Lightbox</a></li>
<li><a href="./GeradordeCpf/index.html">Gerador CNPJ/CPF</a></li>
<li><a href="./geradorDesenhas/index.html">Gerador de Senha</a></li>
<li><a href="./GeradorRodrigoFaro/index.html">Rodrigo Faro Cantadas</a></li>
<li><a href="./handwritten/index.html">Efeito Escrito a mão</a></li>
<li><a href="./hiddenSearch/index.html">Busca escondida</a></li>
<li><a href="./JokesGenerator/index.html">Gerador de piadas</a></li>
<li><a href="./KeyCodeEvents/index.html">Key code events</a></li>
<li><a href="./MostrarEsconderSenha/index.html">Mostar Esconder Senha</a></li>
<li><a href="./LoginAnimation/index.html">Login Animação</a></li>
<li><a href="./palhetaDeCores/index.html">Palheta de cores</a></li>
<li><a href="./relogio/index.html">Relogio</a></li>
<li><a href="./SoundBoardProject/index.html">Instant buttons</a></li>
<li><a href="./variablesJS/index.html">Editor imagem </a></li>
</div>
</div>
</body>
</html>