finished rework of index to a link agr
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 4m38s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 4m38s
This commit is contained in:
22
BACK/index.html
Normal file
22
BACK/index.html
Normal 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
24
_layouts/OLD.html
Normal 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>
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
{% include nav.html %}
|
||||
<div class="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
33
index.html
33
index.html
@@ -1,22 +1,13 @@
|
||||
---
|
||||
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>
|
||||
|
||||
|
||||
<h1>Hi!</h1>
|
||||
Hi! i'm beppe, i'm in my late 20's right now. I don't know how you've found me, but welcome!
|
||||
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
|
||||
<h1>Links!</h1>
|
||||
<a href="https://spacehey.com/beppe">spacehey</a>
|
||||
<a href="https://steamcommunity.com/id/beppev/">steam</a>
|
||||
<a href="https://letterboxd.com/beppev/">letterboxd</a>
|
||||
<a href="https://backloggd.com/u/beppe/">backloggd</a>
|
||||
<a href="https://listenbrainz.org/user/beppev/">listenbrainz</a>
|
||||
<a href="https://backloggd.com/u/beppe/">MAL</a> (for manga and anime)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user