-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
executable file
·111 lines (97 loc) · 4.68 KB
/
Copy pathlinks.html
File metadata and controls
executable file
·111 lines (97 loc) · 4.68 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
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Social Links - 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="Other Links - Frosty Volcano Summit">
<meta id="meta-desc" property="og:description"
content="This page has all of Ethan's profile links. Frosty Volcano Summit includes info about me, social links, software library, 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">
<header>Frosty Volcano Summit</header>
<main>
<div id="back"></div>
<div class="egg" data-egg="fvsSocials_aboveTitle"></div>
<h1 width="7vmin">Social Links</h1>
<div id="grassBox">
<a href="https://www.youtube.com/@sp.eth2976" title="Cyber Penguin - YouTube">
<img src="/images/social-logos/youtube.svg" class="link" alt="youtube_logo">
</a>
<a href="https://github.com/Reper2" title="Reper2 - GitHub">
<span class="iconify link" data-icon="octicon:mark-github-16" data-color="green" data-width="50"></span>
</a>
<a href="https://dodocodes.com/user/Reper2_acnh" title="Reper2_acnh - DodoCodes">
<img src="/images/social-logos/dodo-logo.png" class="link" alt="dodocodes_logo">
</a>
<a href="https://nookazon.com/profile/2566680955" title="Reper2 - Nookazon">
<img src="/images/social-logos/Nookazon_logo.png" class="link" alt="nookazon_logo">
</a>
<a href="/d/cpp.html" title="Cyber Penguin's Projects - Discord">
<img src="/images/social-logos/Discord-Symbol-Blurple.svg" class="link" alt="discord_logo">
</a>
<a href="/d/mk.html" title="Maple Koala - Discord">
<img src="/images/social-logos/Discord-Symbol-Blurple.svg" class="link" alt="discord_logo">
</a>
<a href="https://www.reddit.com/user/Reper2" title="Reper2 - Reddit">
<img src="/images/social-logos/reddit-logo.webp" class="link" alt="reddit_logo">
</a>
<div class="egg" data-egg="fvsSocials"></div>
<a href="https://islaatlas.com/en/" title="Isla Atlas - SCBI Club Network">
<img src="https://islaatlas.com/images/logos/logoia_350x133px.png" class="link" alt="ia_logo">
</a>
<a href="/d/ia.html" title="Isla Atlas - Discord">
<img src="/images/social-logos/Discord-Symbol-Blurple.svg" class="link" alt="discord_logo">
</a>
</div>
<form id="optForm"></form>
<div class="egg" data-egg="fvsSocials_underForm"></div>
<div class="flex">
<div id="eggMenu"></div>
<div id="copy"></div>
<div id="install"></div>
<div id="audctrls"></div>
</div>
<div class="egg" data-egg="fvsSocials_underBtns"></div>
<audio id="music"></audio>
</main>
<footer id="footer" class="bottom"></footer>
</body>
<script type="module" src="/app/dist/index.js"></script>
<script>
var anchor = document.getElementsByTagName("a");
for (let i = 0; i < anchor.length; i++)
[anchor[i].rel, anchor[i].target] = ["noopener noreferrer", "_blank"];
</script>
</html>