Removed dead links; Removed plain text email; Removed profile pictures

This commit is contained in:
Maximilian Giller 2025-01-17 02:34:44 +01:00
parent 8d5f132743
commit a8b79ef51a
3 changed files with 9 additions and 16 deletions

View file

@ -159,10 +159,6 @@
</div>
</div>
<div id="settings">
<a href="https://portfolio.giller.dev">About me</a>
<br />
<a href="https://blog.giller.dev">My blog</a>
<br />
<a href="https://code.giller.dev/m.giller">My repositories</a>
<br />
<a href="https://insta.giller.dev">My archived Instagram</a>
@ -172,27 +168,24 @@
<a href="https://maxuser.itch.io">Games I worked on</a>
<br />
<br />
<a href="https://linu.sk/blog">My prefered literature</a>
<br />
<a href="https://tv.giller.dev">My prefered entertainment</a>
<br />
<a href="https://maps.giller.dev">My prefered navigation</a>
<br />
<br />
<a href="mailto:max@giller.dev">Write me an e-mail</a>
<a id="mailto" href="">Write me an e-mail</a>
<div class="profile">
<!-- <div class="profile">
<img title="Primary profile picture" src="profile.png" />
<img title="Secondary profile picture" src="secondary-profile.jpg" />
</div>
</div> -->
</div>
<script>
const url = "https://giller.dev/g/my-status";
const emailEncoded = "bWF4QGdpbGxlci5kZXY=";
const url = "https://giller.dev/g/my-status";
let previousStatus = undefined;
let currentStatus = undefined;
let updateRoutine = undefined;
const updateInterval = 60 * 1000;
const updateInterval = 60 * 1000;
// Set encoded email
document.getElementById("mailto").href = "mailto:" + atob(emailEncoded);
function setText(id, text) {
document.getElementById(id).innerHTML = text;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB