Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fixed metadata and formatting for social media page
Browse files Browse the repository at this point in the history
  • Loading branch information
thairanaru committed Jul 27, 2024
1 parent a4a0330 commit 379d42d
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions social-media.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
<!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>
<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>
<br>
<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>
<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>
Expand All @@ -34,11 +37,13 @@ <h1>Social Media Links and Contacts</h1>
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>
<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>
</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>

</html>

0 comments on commit 379d42d

Please sign in to comment.