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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed metadata and formatting for social media page
- Loading branch information
1 parent
a4a0330
commit 379d42d
Showing
1 changed file
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> |