-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (55 loc) · 3.12 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
<!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">
<title>Pokedex: All design tools</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<img src="pokedex.png" alt="" height="30px">
<h1>Pokedex 💯</h1>
<div class="lavaLamp" onclick="lavaFunc();">
<div class="lavaDiv">
<div class="innerLava">
<div class="innerLava">
<div class="floorDiv"></div>
<div class="ceilDiv"></div>
<div class="bubbleDiv"></div>
<div class="bubbleDiv"></div>
<div class="bubbleDiv"></div>
</div>
</div>
</div>
</div>
<br>
<a href="https://pokedex-gradients-creator.netlify.app" target="_blank">Gradients Creator</a>
<a href="https://pokedex-health-bars.netlify.app" target="_blank">Health Bars</a>
<a href="https://pokedex-box-creator.netlify.app" target="_blank">Box Creator</a>
<a href="https://pokedex-x-pattern.netlify.app/" target="_blank">X Logo Pattern</a>
<a href="https://pokedex-pattern-creator.netlify.app/" target="_blank">Pattern Creator</a>
<a href="https://yashrajbharti.github.io/datedropper/" target="_blank">Calender</a>
<a href="https://www.imgonline.com.ua/eng/combine-two-images-into-one.php" target="_blank">Join Two Images</a>
<a href="https://www.fontsquirrel.com/matcherator" target="_blank">Font Finder</a>
<a href="https://pokedex-box-creator2.netlify.app" target="_blank">Box Creator 2.0</a>
<a href="https://pokedex-image-css-filters.netlify.app" target="_blank">Stage CSS hue</a>
<a href="https://yashrajbharti.github.io/text-gradient/" target="_blank">Text Gradient Generator</a>
<a href="https://yashrajbharti.github.io/pokemon-image-downloader/" target="_blank">Pokemon image downloader</a>
<a href="https://yashrajbharti.github.io/Pokemon-Image-Downloader-Upgrade/" target="_blank">Pokemon image downloader
Upgrade</a>
<a href="https://yashrajbharti.github.io/emotes-array-sort/" target="_blank">Emotes Converter</a>
<a href="https://yashrajbharti.github.io/nest-report-generator/" target="_blank">Nest Report Generator</a>
<a href="https://yashrajbharti.github.io/seasonal-quest-generator/" target="_blank">Seasonal Quest Generator</a>
<a href="https://yashrajbharti.github.io/boosted-shiny/" target="_blank">Boosted Shiny Generator</a>
<a href="https://pokedex100.github.io/rocket-infographic-generator" target="_blank">Rocket Grunt Generator</a>
<a href="https://pokedex100.github.io/rocket-leader-infographic-generator" target="_blank">Rocket Leader Generator</a>
<a href="https://pokedex100.github.io/Raids-Infographic-Generator" target="_blank">Raids Infographic Generator</a>
<a href="https://yashrajbharti.github.io/Pokemon-Type-Weakness-Calculator/?type1=normal&type2=none" target="_blank">Pokemon
Types Calculator</a>
<canvas id="waves"></canvas>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>