forked from Freakybob-Team/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Socials.html
67 lines (62 loc) · 2.93 KB
/
Socials.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
<!DOCTYPE html>
<html>
<head>
<title>Freakybob.site</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The freakybob.site Socials !!">
<meta content="Freakybob Socials!" property="og:title" />
<meta content="The Official Social accounts for Freakybob.site!" property="og:description" />
<meta content="https://freakybob.site/Socials" property="og:url" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="images/Yay!!.ico">
<link rel="stylesheet" href="css/socials.css">
</head>
<body>
<audio autoplay loop><source src="audio/just-relax-11157.mp3" type="audio/mp3"></audio>
<h1>The freakybob.site socials!</h1>
<div id="home-button-container">
<a href="https://freakybob-team.github.io/Freakybob.siteSL/" id="home-button"><button>Go back to freakybob.site!</button></a>
</div>
<p id="para1">Ever wanted to see freakybob.site on random social media apps? Me neither but we own a Tiktok account, YouTube, Pikidiary, Bluesky, etc!</p>
<p id="para2">The OG Socials !!</p>
<!-- The random greg socials :sob: -->
<div id="social-buttons-container">
<a href="https://github.com/Freakybob-Team/Freakybob.siteSL/tree/main" id="github-button">
<img src="images/GitHub_Invertocat_Logo.svg.png" alt="GitHub Logo">
</a>
<a href="https://discord.gg/T9z27hv7FN" id="discord-button" class="disabled">
<img src="images/discord.png" alt="Discord logo">
</a>
<a href="https://bsky.app/profile/freakybob.site" id="bluesky-button" class="disabled">
<img src="images/Bluesky.png" alt="Bluesky logo">
</a>
<a href="https://pikidiary.lol/users/freakybob" id="pikidiary-button" class="disabled">
<img src="images/piki.png" alt="Pikidiary logo">
</a>
<a href="http://blog.freakybob.site/" id="freakyblog-logo" class="disabled">
<img src="images/freakyblog.png" alt="freakyblog">
</a>
<a href="https://www.instagram.com/freakybobteam/" id="instagram-button" class="disabled">
<img src="images/Instagram_icon.webp" alt="Instagram logo">
</a>
</div>
<script>
// I'm just keeping some of this javascript for just in case
/*
const element = document.getElementById(id);
element.onclick = (e) => {
e.preventDefault();
element.style.pointerEvents = "none";
element.style.opacity = "0.5";
};
};
disableLink("discord-button");
disableLink("bluesky-button");
disableLink("pikidiary-button");
disableLink("freakyblog-logo");
disableLink("instagram-button");
*/
</script>
</body>
</html>