-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Elip100.github.io</title>
<link rel="stylesheet" href="/styles/style.css">
<link rel="icon" type="image/png" href="fire_chicken.png">
<script>
function openInNewTab(url) {
window.open(url, '_blank').focus();
}
</script>
</head>
<body><base target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMin slice" viewBox="24 105 156 95" >
<defs>
<style type="text/css">
@keyframes rotate {
100% {
transform: rotate(360deg)
}
}
.top-outer {
transform-origin: 73px 69px;
animation: rotate 30s linear infinite;
}
.top-inner {
transform-origin: 73px 69px;
animation: rotate 20s linear infinite;
}
.bottom-outer {
transform-origin: 134px 222px;
animation: rotate 30s linear infinite;
}
.bottom-inner {
transform-origin: 134px 222px;
animation: rotate 20s linear infinite;
}
</style>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#32a879"/>
<path class="top-outer" fill="#1a275e" stroke="#374db0" stroke-width="1" d="M68 1c23,0 67,17 69,39 4,38 5,52 -5,69 -20,36 -68,46 -120,-9 -27,-28 -7,-101 56,-99z"/>
<path class="top-inner" fill="#25732e" stroke="#21d136" stroke-width="1" d="M69 22c33,-7 52,21 54,37 3,26 -1,28 -8,40 -15,25 -48,25 -85,-14 -19,-20 -4,-53 39,-63z"/>
<path class="bottom-outer" fill="#1a275e" stroke="#374db0" stroke-width="1" d="M158 158c30,13 56,50 44,75 -9,18 -22,46 -42,55 -20,10 -48,2 -73,-19 -29,-25 -27,-55 -9,-79 17,-22 43,-48 80,-32z"/>
<path class="bottom-inner" fill="#25732e" stroke="#21d136" stroke-width="1" d="M136 180c32,-9 45,13 46,29 3,27 8,29 0,42 -14,25 -52,24 -79,0 -21,-18 -2,-61 33,-71z"/>
</svg>
<div class="content">
<h1 style="font-size: xxx-large;">Elip100</h1>
<p style="font-size: larger;">Software, game, and web developer</p>
<div class="buttons">
<button onclick="openInNewTab('https://scratch.mit.edu/users/elip100/')">Scratch</button><br>
<button onclick="openInNewTab('https://github.com/Elip100/')">GitHub</button><br>
<button onclick="openInNewTab('https://www.planetminecraft.com/member/elip100/')">Planet Minecraft</button><br>
<button onclick="openInNewTab('https://modrinth.com/user/Elip100/')">Modrinth</button>
</div>
</div>
</body>
</html>