added project n5 to games page; added dates to game page banners; added link to copyparty on main page
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
return buf[0] % to;
|
||||
}
|
||||
let setPicture = function() {
|
||||
var pictures = ["a", "b", "c", "e", "f"];
|
||||
var pictures = ["a", "b", "c", "e"];
|
||||
var selectedPicture = pictures[getRandom(pictures.length)];
|
||||
meImg = "common/me/" + selectedPicture + ".webp";
|
||||
};
|
||||
@@ -61,6 +61,13 @@
|
||||
img: "common/hypertext.webp",
|
||||
link: "games",
|
||||
},
|
||||
{
|
||||
title: "Files",
|
||||
subtitle: "find things I've put for download on my <a href='https://github.com/9001/copyparty'>copyparty</a> instance",
|
||||
fullWidth: false,
|
||||
img: "common/hypertext.webp",
|
||||
link: "//files.denizk0461.dev/",
|
||||
},
|
||||
]}/>
|
||||
</div>
|
||||
<div class="subcontainer">
|
||||
@@ -68,7 +75,7 @@
|
||||
|
||||
<p>Hi! I'm Deniz. I'm a programmer, sometimes a music producer, and rarely a hard-working student in Northern Germany. Welcome to my webpage!</p>
|
||||
|
||||
<p>Here you can find information on things I like sharing. check out my projects, especially the devlog of the game I'm working on!</p>
|
||||
<p>Here you can find information on things I like sharing. Check out my projects, especially the devlog of the game I'm working on!</p>
|
||||
|
||||
<h3>where to find me</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user