overhaul css + minor edits
This commit is contained in:
parent
8f040abbe8
commit
209a64d77b
8 changed files with 118 additions and 93 deletions
|
@ -13,11 +13,12 @@
|
|||
|
||||
<body>
|
||||
<header>
|
||||
<p>placeholder title lol</p>
|
||||
<nav>
|
||||
<a href="/">/home</a>
|
||||
<a href="/about">/about</a>
|
||||
<a href="/blog">/blog</a>
|
||||
<a href="/stuff">/stuff</a>
|
||||
<a href="/">home</a>
|
||||
<a href="/about">about</a>
|
||||
<a href="/blog">blog</a>
|
||||
<a href="/stuff">stuff</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -27,12 +28,7 @@
|
|||
|
||||
<footer>
|
||||
<div>
|
||||
<hr>
|
||||
© lynxize 2025
|
||||
-
|
||||
<a href="https://github.com/lynxize/">GitHub</a>
|
||||
|
|
||||
<a href="https://bsky.app/profile/lynxize.dev">Bluesky</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
@ -1,21 +1,15 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
New Website!!
|
||||
</h1>
|
||||
|
||||
<div id="new-site-warning">
|
||||
<b>Hey!</b> This is a new version of my site rewritten from scratch!
|
||||
I still don't really know what I'm doing with web dev, and this is still <i>extremely</i> WIP.
|
||||
</div>
|
||||
|
||||
<br>
|
||||
Professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
|
||||
Hey! You found my little personal page!
|
||||
|
||||
I'm a professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
|
||||
<!-- br brr brrrrr (bad) -->
|
||||
<br>
|
||||
<br>
|
||||
I write bad code for fun and play games
|
||||
I also sometimes write bad code for fun and play games.
|
||||
<br>
|
||||
<br>
|
||||
<a href="/about">More about me</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue