-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·103 lines (98 loc) · 4.59 KB
/
Copy pathindex.html
File metadata and controls
executable file
·103 lines (98 loc) · 4.59 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home - Frosty Volcano Summit</title>
<link href="/assets/main.css" rel="stylesheet" type="text/css">
<link href="/assets/eggs.css" rel="stylesheet" type="text/css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EGBMJBFWQF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EGBMJBFWQF');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" type="application/manifest+json" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta id="meta-title" property="og:title" content="Frosty Volcano Summit">
<meta id="meta-desc" property="og:description"
content="This is Ethan's official website. Here you can find information about me, my projects, and more.">
<meta id="meta-image" name="og:image" itemprop="image" content="https://reper2.github.io/images/meta.png">
<meta property="og:site_name" content="Frosty Volcano Summit | reper2.github.io">
<meta property="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#14d8ee">
<script src="/app/lib/jquery-4.0.0.min.js" defer></script>
<script>
// Block rendering for a millisecond to pull the theme before the DOM draws
if (localStorage.getItem("site-theme") === "alt") {
const link = document.createElement("link");
link.id = "theme-link";
link.rel = "stylesheet";
link.href = "/assets/alt-theme.css";
document.head.appendChild(link);
} else if (!localStorage.getItem("site-theme")) {
localStorage.setItem("site-theme", "alt");
}
</script>
</head>
<body id="_bg">
<div class="egg" data-egg="fvsHome_aboveHeader"></div>
<header>Frosty Volcano Summit</header>
<main>
<div id="grassBox">
<h2>About Me</h2>
<p>
<span class="gold">Name:</span> Ethan<br>
<span class="gold">Timezone:</span> UTC+10/11<br>
<span class="gold">Occupation:</span> Student<br>
<span class="gold">Studying:</span> Bachelor of Information Technology (Cyber Security)<br>
<br>
<span class="gold">Hobbies:</span> Programming, Console Gaming, LEGO<br>
<span class="gold">Favourite Themes:</span> Ice, Fire, Space, Islands
</p>
<div class="egg" data-egg="firstEgg"></div>
<p>
<span class="gold">Favourite Animals:</span> Penguins, Sea Turtles, Pandas<br>
<span class="gold">Favourite Pokemon:</span> Piplup, Squirtle, Pancham, Charmander<br>
<span class="gold">Favourite Game Franchises:</span> Mario, alt, Pokemon<br>
<span class="gold">Favourite Games:</span> Super Mario Galaxy 1 + 2, Animal Crossing: New Horizons, The Legend
of alt: Breath of the Wild, Pokemon Legends: Arceus
<br>
<span class="gold">Favourite Music Artists:</span> Billy Joel, EWF, George Michael, David Bowie<br>
<span class="gold">Favourite Song:</span> September — EWF
<br><br>
<span class="gold">SW-1847-3699-7280</span>
</p>
<div class="egg" data-egg="switchFC"></div>
<a rel="noopener noreferrer" id="learnmore" target="_blank" href="https://github.com/Reper2"
title="Location: Reper2 - GitHub (https://github.com/Reper2)">Learn more</a>
<br><br>
<span id="eggCounter"></span>
<br>
<div class="boxBtn">
<a href="/software" title="Location: Software Library (https://reper2.github.io/software)">Software Library</a>
<br>
<a href="/links" title="Location: Social Links (https://reper2.github.io/links)">Social Links</a>
<br>
<a href="/keybinds" title="Location: Keybinds (https://reper2.github.io/keybinds)">Keybinds</a>
</div>
</div>
<form id="optForm"></form>
<div class="egg" data-egg="fvsHome_underForm"></div>
<div class="flex">
<div id="audctrls"></div>
<div id="eggMenu"></div>
<div id="copy"></div>
<div id="install"></div>
</div>
<div class="egg" data-egg="fvsHome_underBtns"></div>
<audio id="music"></audio>
</main>
<footer id="footer" class="bottom"></footer>
</body>
<script type="module" src="/app/dist/index.js"></script>
</html>