finished rework of index to a link agr
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 4m38s

This commit is contained in:
2025-12-04 17:01:50 +01:00
parent 1b643b3cc1
commit 51323a2ab8
6 changed files with 58 additions and 22 deletions

22
BACK/index.html Normal file
View File

@@ -0,0 +1,22 @@
---
layout: default
title: home
---
<img src="img/queen.gif" id="queen" style="/* display: inline-block; */ width: 12em; float: right; margin-left: 2em;">
<h1> Welcome! </h1>
<p>If you don't know me (how did you get here?) i'm beppe, a sysdamin from belgium! I like to draw/paint, play guitar, play games, read comics and manga, i like watching movies too, and anime and tv shows! Oh and i really like riding my bycicle!
<h2> what's coming </h2>
<img src="img/glados.gif" id="glados" style="/* display: inline-block; */ float: left; margin-right: 2em;">
<p>
I wanna spice up the website, but i'm really bad at doing visual stuff. at least when it's not code based. so maybe i'll write some code that makes the site look cooler :p but for now i'm bedrotting :p
</p>
<p> oh, and another thing i'm gonna do is just to write a bunch of paragraphs on this page and get a link system kindof like wikipedia when you read a huge article on that. something like that is the plan :p</p>
<p>
also i wanna make it so my pico8 games are playable in the browser here on a seperate page. so i'm gonna work on that too.
</p>

24
_layouts/OLD.html Normal file
View File

@@ -0,0 +1,24 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
<title>{{ page.title }}</title>
</head>
<body>
<div class="header">
<a href="/"><img src="/img/logo.png"></a>
</div>
<div class="container">
{% include nav.html %}
<div class="content">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>

View File

@@ -13,7 +13,6 @@
</div> </div>
<div class="container"> <div class="container">
{% include nav.html %}
<div class="content"> <div class="content">
{{ content }} {{ content }}
</div> </div>

View File

@@ -1,22 +1,13 @@
--- <h1>Hi!</h1>
layout: default Hi! i'm beppe, i'm in my late 20's right now. I don't know how you've found me, but welcome!
title: home I like gaming, music, guitar, digital art, comics and manga, movies and some anime and tv shows.
--- Oh and i like messing around with computers and my ebike, and cycling.
Any pronouns are fine :3
<img src="img/queen.gif" id="queen" style="/* display: inline-block; */ width: 12em; float: right; margin-left: 2em;"> <h1>Links!</h1>
<h1> Welcome! </h1> <a href="https://spacehey.com/beppe">spacehey</a>
<p>If you don't know me (how did you get here?) i'm beppe, a sysdamin from belgium! I like to draw/paint, play guitar, play games, read comics and manga, i like watching movies too, and anime and tv shows! Oh and i really like riding my bycicle! <a href="https://steamcommunity.com/id/beppev/">steam</a>
<a href="https://letterboxd.com/beppev/">letterboxd</a>
<h2> what's coming </h2> <a href="https://backloggd.com/u/beppe/">backloggd</a>
<a href="https://listenbrainz.org/user/beppev/">listenbrainz</a>
<img src="img/glados.gif" id="glados" style="/* display: inline-block; */ float: left; margin-right: 2em;"> <a href="https://backloggd.com/u/beppe/">MAL</a> (for manga and anime)
<p>
I wanna spice up the website, but i'm really bad at doing visual stuff. at least when it's not code based. so maybe i'll write some code that makes the site look cooler :p but for now i'm bedrotting :p
</p>
<p> oh, and another thing i'm gonna do is just to write a bunch of paragraphs on this page and get a link system kindof like wikipedia when you read a huge article on that. something like that is the plan :p</p>
<p>
also i wanna make it so my pico8 games are playable in the browser here on a seperate page. so i'm gonna work on that too.
</p>