-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="./src/css/reset.css">
<link rel="stylesheet" href="./src/css/style.css">
<title>Testes e anotações de CSS</title>
</head>
<body>
<main>
<h1>Olá</h1>
<h3>Aqui é o meu arquivo/notas de artes e efeitos do CSS/JS</h3>
<ul>
<li><a href="./html/glitch.html">Glitch - Efeito simples no texto</a></li>
<li><a href="./html/melancia.html">Melancia - corte animado</a></li>
<li><a href="./html/mao.html">Mão - animação</a></li>
<li><a href="./html/agulhaMedidor.html">Agulha - Medidor estilo velocimetro</a></li>
<li><a href="./html/parallaxScroll.html">Parallax scroll - Rolagem de página </a></li>
<li>
<a href="./html/waterfallFancy.html" target="_blank">Waterfall Fancy - Animação JS </a>
<small><a href="https://codepen.io/cantelope/pen/GRPjRWV" target="_blank">Fonte - CodePen.io - Scott R McGann</a></small>
</li>
<li>
<a href="./html/superDeluxeFancyness.html" target="_blank">Super Deluxe Fancyness - Animação JS </a>
<small><a href="https://codepen.io/cantelope/pen/XWyBGzZ" target="_blank">Fonte - CodePen.io - Scott R McGann</a></small>
</li>
<li>
<a href="./html/quotesBreakingBad.html" target="_blank"> Quotes Breaking Bad - Animação JS </a>
<small><a href="https://codepen.io/DeyJordan/pen/ExdLazx" target="_blank">Fonte - CodePen.io - DeyJordan</a></small>
</li>
<!-- <li>
<a href="./html/fireworksParticles.html" target="_blank"> Fireworks Particles - Animação JS </a>
<small><a href="https://codepen.io/DeyJordan/pen/MWzoLdj" target="_blank">Fonte - CodePen.io - DeyJordan</a></small>
</li> -->
<!-- <li>
<a href="./html/" target="_blank"> - Animação JS </a>
<small><a href="" target="_blank">Fonte - CodePen.io - </a></small>
</li> -->
</ul>
</main>
</body>
</html>