forked from nat/webbed-site
update changelog; update blog posts to modern style
This commit is contained in:
parent
fda5e83a47
commit
515fa2f979
@ -21,3 +21,4 @@
|
|||||||
2024-07-26: I have a dns server now. oops. there go my sleeping plans. email me if you want to use it for some insane reason.
|
2024-07-26: I have a dns server now. oops. there go my sleeping plans. email me if you want to use it for some insane reason.
|
||||||
2024-07-27: Update style on non blog posts
|
2024-07-27: Update style on non blog posts
|
||||||
2024-07-27: modernize /html/site-info.html, finally
|
2024-07-27: modernize /html/site-info.html, finally
|
||||||
|
2024-07-27: improve image accessibility, update blog posts to be compliant with new style
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<head>
|
||||||
$[cat style.css]
|
<title>Subunit of the blogosphere</title>
|
||||||
</style>
|
<style>
|
||||||
|
$[cat style.css]
|
||||||
|
</style>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h1>Blog? Thing</h1>
|
<h1>My subunit of the blogosphere</h1>
|
||||||
<p>I don't know if I will use this, but I am bored and thus making a blog system.</p>
|
<p>I don't know if I will use this, but I am bored and thus making a blog system.</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
@ -1,40 +1,46 @@
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<head>
|
||||||
$[cat style.css]
|
<style>
|
||||||
.image-container {
|
$[cat style.css]
|
||||||
column-count: 3;
|
.image-container {
|
||||||
}
|
column-count: 3;
|
||||||
|
}
|
||||||
|
|
||||||
.image-container img, .caption {
|
.image-container img, .caption {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>Belt sander maintenance</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Belt sander maintenance</title>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||||
<h1>I fixed cool equipment my school has</h1>
|
<main>
|
||||||
<p>That is neat, I guess. I should start using the blog feature of my site more.</p>
|
<section>
|
||||||
<hr>
|
<h1>I fixed cool equipment my school has</h1>
|
||||||
<p>
|
<p>That is neat, I guess. I should start using the blog feature of my site more.</p>
|
||||||
My school has a big wide belt sander in the wood shop, it is fancy and has electronic controls and whatnot.
|
<hr>
|
||||||
There are two contactors that control the movement of the table, one for up, one for down.
|
<p>
|
||||||
The contactor to move the table down has failed twice, once due to general lack of maintenance, and once because the person that replaced it the first time damaged the new contactor during the replacement.
|
My school has a big wide belt sander in the wood shop, it is fancy and has electronic controls and whatnot.
|
||||||
Luckily, for whatever reason the person that replaced the contactor for whatever reason replaced both the up and down contactor, only one of which was bad.
|
There are two contactors that control the movement of the table, one for up, one for down.
|
||||||
Because of this there was a spare contactor that was good lying around somewhere in the wood shop, thus I was able to replace the damaged replacement contactor.
|
The contactor to move the table down has failed twice, once due to general lack of maintenance, and once because the person that replaced it the first time damaged the new contactor during the replacement.
|
||||||
</p>
|
Luckily, for whatever reason the person that replaced the contactor for whatever reason replaced both the up and down contactor, only one of which was bad.
|
||||||
<div class="image-container">
|
Because of this there was a spare contactor that was good lying around somewhere in the wood shop, thus I was able to replace the damaged replacement contactor.
|
||||||
<span>
|
</p>
|
||||||
<img src=/files/blog-files/pictures/kingwood-bad-contactor.jpg>
|
</section>
|
||||||
<div class="caption">The damaged "table down" contactor in the kingwood belt sander.</div>
|
<section>
|
||||||
</span>
|
<flex-grid>
|
||||||
<span>
|
<flex-grid-item>
|
||||||
<img src=/files/blog-files/pictures/natalie-kingwood.jpg>
|
$[img-caption "/files/blog-files/pictures/kingwood-bad-contactor.jpg" "The damaged \"table down\" contactor in the kingwood belt sander."]
|
||||||
<div class="caption">Unexpected photograph of me my friend took while fixing the belt sander.</div>
|
</flex-grid-item>
|
||||||
</span>
|
<flex-grid-item>
|
||||||
<span>
|
$[img-caption "/files/blog-files/pictures/natalie-kingwood.jpg" "Unexpected photograph of me my friend took while fixing the belt sander."]
|
||||||
<img src=/files/blog-files/pictures/kingwood-wiring-mess.jpg>
|
</flex-grid-item>
|
||||||
<div class="caption">Contactor spaghetti.</div>
|
<flex-grid-item>
|
||||||
</span>
|
$[img-caption "/files/blog-files/pictures/kingwood-wiring-mess.jpg" "Contactor spaghetti."]
|
||||||
</div>
|
</flex-grid-item>
|
||||||
|
</flex-grid>
|
||||||
|
</section>
|
||||||
|
</main
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,22 +1,31 @@
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<head>
|
||||||
$[cat style.css]
|
<style>
|
||||||
</style>
|
$[cat style.css]
|
||||||
<title>My Framework 16 arrived :)</title>
|
</style>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>My Framework 16 arrived :)</title>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||||
<h1>I got my Framework 16.</h1>
|
<main>
|
||||||
<p>
|
<section>
|
||||||
Her name is Lavinia, which is a stupid reference probably 2 people who see this website will get.
|
<h1>I got my Framework 16.</h1>
|
||||||
I love her so.
|
<p>
|
||||||
</p>
|
Her name is Lavinia, which is a stupid reference probably 2 people who see this website will get.
|
||||||
<hr>
|
I love her so.
|
||||||
<p>
|
</p>
|
||||||
My website looks different now. Lavinia has a new colorscheme and thus so does my website.
|
</section>
|
||||||
<img src=/files/fw16-new-colorscheme.png alt='new colorscheme for my framework'>
|
<section>
|
||||||
Now (2024-07-06) it has a different colorscheme:
|
<p>
|
||||||
<img src=/files/fw16-new-new-colorscheme.png alt='new new colorscheme for my framework'>
|
My website looks different now. Lavinia has a new colorscheme and thus so does my website.
|
||||||
I'm not going to update the website's colorscheme because I am lazy.
|
$[img-caption "/files/fw16-new-colorscheme.png" "new colorscheme for my framework"]
|
||||||
</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,11 +1,18 @@
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<head>
|
||||||
$[cat style.css]
|
<title>aoeu</title>
|
||||||
</style>
|
<style>
|
||||||
|
$[cat style.css]
|
||||||
|
</style>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||||
<span style="font-size: 28px; float: left;">Wowee! a blogpost<br></span><br><br>
|
<main>
|
||||||
<hr>
|
<section>
|
||||||
aoeu
|
<h1>Wowee! a blogpost</h1>
|
||||||
|
aoeu
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user