Remove twitter links

This commit is contained in:
2024-11-08 11:10:11 +01:00
parent 83ec1fc516
commit 41b63dcd2c
4 changed files with 1 additions and 15 deletions

View File

@@ -12,12 +12,7 @@
<div id="page_content" class="page_content"> <div id="page_content" class="page_content">
<section> <section>
<p> <p>
If you came here by a link from this very same website you can There's nothing to see here, so you'll have to
tell me about it on
<a href="https://twitter.com/Fornax96">twitter</a>.
</p>
<p>
Either way, there's nothing to see here, so you'll have to
<a href='/'>head over to the home page</a>. <a href='/'>head over to the home page</a>.
</p> </p>
<p> <p>

View File

@@ -64,7 +64,6 @@ function resetMenu() {
<br/> <br/>
<div style="display: inline-block; margin: 0 8px;"> <div style="display: inline-block; margin: 0 8px;">
<a href="https://www.patreon.com/pixeldrain" target="_blank">{{template `patreon.svg` .}} Patreon</a> | <a href="https://www.patreon.com/pixeldrain" target="_blank">{{template `patreon.svg` .}} Patreon</a> |
<a href="https://twitter.com/Fornax96" target="_blank">{{template `twitter.svg` .}} Twitter</a> |
<a href="https://reddit.com/r/pixeldrain" target="_blank">{{template `reddit.svg` .}} Reddit</a> | <a href="https://reddit.com/r/pixeldrain" target="_blank">{{template `reddit.svg` .}} Reddit</a> |
<a href="https://github.com/Fornaxian" target="_blank">{{template `github.svg` .}} GitHub</a> | <a href="https://github.com/Fornaxian" target="_blank">{{template `github.svg` .}} GitHub</a> |
<a href="https://mastodon.social/web/@fornax" target="_blank">{{template `mastodon.svg` .}} Mastodon</a> <a href="https://mastodon.social/web/@fornax" target="_blank">{{template `mastodon.svg` .}} Mastodon</a>

View File

@@ -56,10 +56,6 @@ onMount(() => {
<i class="icon small">people</i> <i class="icon small">people</i>
Discord Discord
</a> </a>
<a href="https://twitter.com/Fornax96" rel="noreferrer" class="button" target="_blank" style="background-color: #1a8cd8; color: #ffffff;">
<i class="icon small">people</i>
Twitter
</a>
<a href="https://www.reddit.com/r/PixelDrain" <a href="https://www.reddit.com/r/PixelDrain"
rel="noreferrer" class="button" target="_blank" style="background-color: #ff4500; color: #ffffff;" rel="noreferrer" class="button" target="_blank" style="background-color: #ff4500; color: #ffffff;"
> >

View File

@@ -5,7 +5,6 @@ import Github from "../icons/Github.svelte";
import Mastodon from "../icons/Mastodon.svelte"; import Mastodon from "../icons/Mastodon.svelte";
import Patreon from "../icons/Patreon.svelte"; import Patreon from "../icons/Patreon.svelte";
import Reddit from "../icons/Reddit.svelte"; import Reddit from "../icons/Reddit.svelte";
import Twitter from "../icons/Twitter.svelte";
import { formatDataVolumeBits } from "../util/Formatting.svelte"; import { formatDataVolumeBits } from "../util/Formatting.svelte";
let server_tx = 0 let server_tx = 0
@@ -41,9 +40,6 @@ onMount(async () => {
<a href="https://discord.gg/TWKGvYAFvX" target="_blank" rel="noreferrer"> <a href="https://discord.gg/TWKGvYAFvX" target="_blank" rel="noreferrer">
<Discord style="color: var(--body_text_color);"/> Discord <Discord style="color: var(--body_text_color);"/> Discord
</a> | </a> |
<a href="https://twitter.com/Fornax96" target="_blank" rel="noreferrer">
<Twitter style="color: var(--body_text_color);"/> Twitter
</a> |
<a href="https://reddit.com/r/pixeldrain" target="_blank" rel="noreferrer"> <a href="https://reddit.com/r/pixeldrain" target="_blank" rel="noreferrer">
<Reddit style="color: var(--body_text_color);"/> Reddit <Reddit style="color: var(--body_text_color);"/> Reddit
</a> | </a> |