A website for myself, to be hosted at https://tilde.club/~mossy/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.8 KiB
34 lines
1.8 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Mossy</title> |
|
<link rel="stylesheet" href="styles.css"> |
|
</head> |
|
<body> |
|
<div class="centralBody"> |
|
<div class="navigation"> |
|
<button class="small" onclick="window.location.href='index.html';">Home</button> |
|
<button class="small focus" onclick="window.location.href='sociallinks.html';">Social Links</button> |
|
<button class="small" onclick="window.location.href='blog.html';">Blog</button> |
|
<button class="small" onclick="window.location.href='topics.html';">Topics</button> |
|
</div> |
|
</div> |
|
<div class="centralBody focus"> |
|
<h1>Social Links</h1> |
|
<div class="text"> |
|
This is a place where you can find ways to contact me and look at anything that I've published. |
|
</div> |
|
<h2>Decentralized</h2> |
|
<button class="large icon" onclick="window.location.href='https://codeberg.org/mossy/';">Codeberg</button> |
|
<button class="large icon" onclick="window.location.href='https://toki.social/@mossy/';">ilo Masoton</button> |
|
<button class="large icon" onclick="window.location.href='https://lemmy.ml/u/mossy/';">Lemmy</button> |
|
<button class="large icon" onclick="window.location.href='https://cybre.space/@mossy/';">Mastodon</button> |
|
<button class="large icon" onclick="window.location.href='https://matrix.to/#/@mossymossmoss:matrix.org/';">Matrix</button> |
|
<button class="large icon" onclick="window.location.href='https://diode.zone/c/mossy/videos/';">PeerTube</button> |
|
<h2>Centralized</h2> |
|
<button class="large icon" onclick="window.location.href='https://mossymossmoss.itch.io/';">Itch</button> |
|
<button class="large icon" onclick="window.location.href='https://www.reddit.com/u/mossy-mossmoss/';">Reddit</button> |
|
<button class="large icon" onclick="window.location.href='https://youtube.com/channel/UCQMkhKiJ1Q_EL3T_wrSTjXA/';">YouTube</button> |
|
</div> |
|
</body> |
|
</html>
|
|
|