This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial-media.html
49 lines (46 loc) · 2.1 KB
/
social-media.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
<!DOCTYPE html>
<html>
<head>
<title>Social Media Links and Contacts</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="randomcolors/24.png">
<script src="scripts/color-scheme.js" defer></script>
</head>
<body>
<h1>Social Media Links and Contacts</h1>
<label for="color-scheme">Color scheme:</label>
<select name="color-scheme" id="color-scheme" class="color-scheme">
<option value="system">Default</option>
<option value="rose-pine"> Rosé Pine</option>
<option value="rose-pine-dawn">Rosé Pine Dawn</option>
<option value="rose-pine-moon">Rosé Pine Moon</option>
<option value="latte">Catppuccin Latte</option>
<option value="frappe">Catppuccin Frappé</option>
<option value="macchiato">Catppuccin Macchiato</option>
<option value="mocha">Catppuccin Mocha</option>
<option value="retro">Retro</option>
</select>
<div>
The following are some social media links that you can follow and some contacts I use. Mastodon and my discord are
where I am the most active in currently.
</div>
<div>
Matrix: @quissberry:matrix.org<br>
Mastodon: <a href="https://mastodon.social/@quissberry">@[email protected]</a> <br>
Lemmy: <a href="https://lemmy.cafe/u/quissberry">@[email protected]</a> <br>
Github: <a href="https://github.com/quissberry">quissberry</a> <br>
Youtube channel: <a href="https://www.youtube.com/@quissberry">@quissberry</a> <br>
BookWyrm: <a href="https://bookwyrm.social/user/thairanaru">[email protected]</a> <br>
Discord: quissberry</a> <br>
Discord project server: <a href="https://discord.gg/aFSrGMhxEh">Personal and Impersonal Projects</a> <br>
Email: [email protected] <br> <br>
<a href="./index.html">Press here to head back home!</a>
<br>
</div>
<div class="caption">By entering this website, you are agreeing that Starlight Glimmer is the best character
<a href="secret.html" style="color: var(--subtext); text-decoration: none;">
<3. </a>
</div> <br>
</body>
</html>