Removed dead links; Removed plain text email; Removed profile pictures
This commit is contained in:
parent
8d5f132743
commit
a8b79ef51a
3 changed files with 9 additions and 16 deletions
21
index.html
21
index.html
|
@ -159,10 +159,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="settings">
|
<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>
|
<a href="https://code.giller.dev/m.giller">My repositories</a>
|
||||||
<br />
|
<br />
|
||||||
<a href="https://insta.giller.dev">My archived Instagram</a>
|
<a href="https://insta.giller.dev">My archived Instagram</a>
|
||||||
|
@ -172,28 +168,25 @@
|
||||||
<a href="https://maxuser.itch.io">Games I worked on</a>
|
<a href="https://maxuser.itch.io">Games I worked on</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="https://linu.sk/blog">My prefered literature</a>
|
<a id="mailto" href="">Write me an e-mail</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>
|
|
||||||
|
|
||||||
<div class="profile">
|
<!-- <div class="profile">
|
||||||
<img title="Primary profile picture" src="profile.png" />
|
<img title="Primary profile picture" src="profile.png" />
|
||||||
<img title="Secondary profile picture" src="secondary-profile.jpg" />
|
<img title="Secondary profile picture" src="secondary-profile.jpg" />
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
const emailEncoded = "bWF4QGdpbGxlci5kZXY=";
|
||||||
const url = "https://giller.dev/g/my-status";
|
const url = "https://giller.dev/g/my-status";
|
||||||
let previousStatus = undefined;
|
let previousStatus = undefined;
|
||||||
let currentStatus = undefined;
|
let currentStatus = undefined;
|
||||||
let updateRoutine = 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) {
|
function setText(id, text) {
|
||||||
document.getElementById(id).innerHTML = text;
|
document.getElementById(id).innerHTML = text;
|
||||||
}
|
}
|
||||||
|
|
BIN
profile.png
BIN
profile.png
Binary file not shown.
Before Width: | Height: | Size: 133 KiB |
Binary file not shown.
Before Width: | Height: | Size: 130 KiB |
Loading…
Reference in a new issue