forked from nat/webbed-site
update changelog; update blog posts to modern style
This commit is contained in:
@ -1,22 +1,31 @@
|
||||
<html>
|
||||
<style>
|
||||
$[cat style.css]
|
||||
</style>
|
||||
<title>My Framework 16 arrived :)</title>
|
||||
<head>
|
||||
<style>
|
||||
$[cat style.css]
|
||||
</style>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>My Framework 16 arrived :)</title>
|
||||
</head>
|
||||
<body>
|
||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||
<h1>I got my Framework 16.</h1>
|
||||
<p>
|
||||
Her name is Lavinia, which is a stupid reference probably 2 people who see this website will get.
|
||||
I love her so.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
My website looks different now. Lavinia has a new colorscheme and thus so does my website.
|
||||
<img src=/files/fw16-new-colorscheme.png alt='new colorscheme for my framework'>
|
||||
Now (2024-07-06) it has a different colorscheme:
|
||||
<img src=/files/fw16-new-new-colorscheme.png alt='new new colorscheme for my framework'>
|
||||
I'm not going to update the website's colorscheme because I am lazy.
|
||||
</p>
|
||||
<main>
|
||||
<section>
|
||||
<h1>I got my Framework 16.</h1>
|
||||
<p>
|
||||
Her name is Lavinia, which is a stupid reference probably 2 people who see this website will get.
|
||||
I love her so.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<p>
|
||||
My website looks different now. Lavinia has a new colorscheme and thus so does my website.
|
||||
$[img-caption "/files/fw16-new-colorscheme.png" "new colorscheme for my framework"]
|
||||
Now (2024-07-06) it has a different colorscheme:
|
||||
$[img-caption "/files/fw16-new-new-colorscheme.png" "new new colorscheme for my framework"]
|
||||
I'm not going to update the website's colorscheme because I am lazy.<br>
|
||||
as of 2024-07-27, I have made a media query that will use a dark colorscheme matching my laptop should you have a dark browser theme set.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user