-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (69 loc) · 4.93 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Froga Studios</title>
<meta name="description" content="Minecraft modders group containing people who are dum">
<meta name="author" content="Exo">
<meta property="og:title" content="Froga Studios">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/froga-studios/website">
<meta property="og:description" content="Minecraft modders group containing people who are dum. [Source](https://github.com/froga-studios/website)">
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body onload="myFunction()" style="margin:0;">
<h2 id=loading style="text-align: center">Froga Studios Loading....</h2>
<div id="loader">
<h2></h2>
</div>
<div style="display:none;" id="myDiv" class="animate-bottom">
<img src=imgs/logo.svg>
<div style="clear: both">
<h2 style="float: left; margin-left: 30px;">Our Projects</h2>
<div id=projects style="float: left; margin-top: 65px; margin-left: -135px;">
<a>Storage Recursion</a> <a>[<a onclick="showStorage()" style="text-decoration: none;" id=showStorage>Show</a> | <a style="text-decoration: underline;" onclick="hideStorage()" id=hideStorage>Hide</a>]</a>
<div id="storagerecursion" style="display: none;">
<img src="https://modrinth.com/_nuxt/4bc5aeb6ba04ad3a77cd054144100433.svg" width="25px" height="25px" onclick="window.open('https://modrinth.com/mod/storagerecursion/','_blank'); ">
<img src="https://gist.githubusercontent.com/thecodewarrior/110057b210551c4ecf2c9be6d58ff824/raw/38748511ca1eb5677f009092fb3fcd71cc76cdf0/logo.png" width="50px" height="25px" onclick="window.open('https\://www.curseforge.com/minecraft/mc-mods/storage-recursion', '_blank')">
<img src="imgs/github.png" width="25px" height="25px" onclick="window.open('https\://github.com/ExoPlant/storagerecursion/', '_blank')">
<p></p>
Simple mod to remove limits that Mojang placed
</div>
<p></p>
<a>NoMoreScore</a> <a>[<a onclick="showScore()" style="text-decoration: none;" id=showScore>Show</a> | <a style="text-decoration: underline;" onclick="hideScore()" id=hideScore>Hide</a>]</a>
<div id="rmscore" style="display: none;">
<img src="https://modrinth.com/_nuxt/4bc5aeb6ba04ad3a77cd054144100433.svg" width="25px" height="25px" onclick="window.open('https://modrinth.com/mod/rmscore/','_blank'); ">
<img src="https://gist.githubusercontent.com/thecodewarrior/110057b210551c4ecf2c9be6d58ff824/raw/38748511ca1eb5677f009092fb3fcd71cc76cdf0/logo.png" width="50px" height="25px" onclick="window.open('https\://www.curseforge.com/minecraft/mc-mods/rmscore', '_blank')">
<img src="imgs/github.png" width="25px" height="25px" onclick="window.open('https\://github.com/ExoPlant/NoMoreScore/', '_blank')">
<p></p>
Removes the useless score from the death screen
</div>
<p></p>
<a>Silk That Amethyst</a> <a>[<a onclick="showAmethyst()" style="text-decoration: none;" id=showAmethyst>Show</a> | <a style="text-decoration: underline;" onclick="hideAmethyst()" id=hideAmethyst>Hide</a>]</a>
<div id="silkthatamethyst" style="display: none;">
<img src="https://modrinth.com/_nuxt/4bc5aeb6ba04ad3a77cd054144100433.svg" width="25px" height="25px" onclick="window.open('https://modrinth.com/mod/silkamethyst/', '_blank')">
<img src="https://gist.githubusercontent.com/thecodewarrior/110057b210551c4ecf2c9be6d58ff824/raw/38748511ca1eb5677f009092fb3fcd71cc76cdf0/logo.png" width="50px" height="25px" onclick="window.open('https\://www.curseforge.com/minecraft/mc-mods/silkthatamethyst')">
<img src="imgs/github.png" width="25px" height="25px" onclick="window.open('https\://github.com/froga-studios/SilkThatAmethyst', '_blank')">
<p></p>
Use silk touch on budding amethyst
</div>
</div>
<img src="/imgs/gallery.png" width="50px" height="50px" onclick="window.open('/screenshots.html','_blank')">
<div>
<h2 style="float: right; margin-right: 30px;">Our Socials</h2>
<div id=socials style="float: right; margin-top: 65px; margin-right: -100px; inset-inline:initial;">
<img src='imgs/discord.svg' onclick="window.open('https\://discord.gg/wSDUkDaDfa'), '_blank'">
</div>
</div>
</div>
</div>
<script src="js/scripts.js"></script>
<footer style="margin-top: 800px; text-align: center;">
Credit to <a href=https://www.reddit.com/user/kittycadet>u/kittycadet</a> for the background image
<div>Gallery Icon made by <a href="https://www.flaticon.com/authors/kiranshastry" title="Kiranshastry">Kiranshastry</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
Website made by Exo
</footer>
</body>
</html>