cool buttons

This commit is contained in:
Jan Wolff 2025-01-22 07:32:24 +01:00
parent c4c7c1570d
commit 8dea1fa456
6 changed files with 40 additions and 3 deletions

View file

@ -5,12 +5,9 @@ date: 2022-10-01T18:46:54Z
Hi! Im Jan (he/him). I've majored in computer science and write computer code
for a living and for fun.
You can find some of the stuff that I made on this website!
Code that I've written can be found on
[git.janw.name](https://git.janw.name/jw) or on GitHub and GitLab linked below.
You can subscribe to the [rss feed](/index.xml) if you want.
## Contact
@ -40,3 +37,9 @@ You can subscribe to the [rss feed](/index.xml) if you want.
________| _/_ | |
<__________\______)\__)
</pre>
<div class="webbuttons">
<img src="/buttons/browser1.gif" width="88px" height="31px" alt="Button that says: This page is best viewed with Netscape Navigator">
<img src="/buttons/built_with_microsoft_notepad.gif" width="88px" height="31px" alt="Button that says: Build with Microsoft Notepad">
<img src="/buttons/css.png" width="88px" height="31px" alt="Button that says: Made with cascading style sheets">
</div>

View file

@ -0,0 +1,24 @@
---
title: "Wait, it was all gaslighting? Always has been"
date: 2025-01-21T17:15:41+01:00
draft: true
---
Trump got sworn into office a second time. This was forseeable. Given just how
close the 2020 election was there had never been any assurance that the extreme
divide of the USA had shifted into the other direction. Coronavirus and, more
imporantly, the vaccinations really shifted into high gear during Biden's term.
And then there was the invasion of Ukraine. Undeniably it affected living
standards in most western countries. Economically as well, but mostly it
destroyed some fundamental trusts of people in how the modern world works. All
of this weight got shifted on Bidens administration. Add to that the _awful_ PR
of the democrats during that time and the slow burning propaganda campaigns,
the 2024 election outcome seemed inevitable and unsurprising.
What did surprise me though was the velocity of Trump's 2025 administration of
going mask off and pushing through their campaigns. I think decades of slow
moving liberal conservative politics has sort of soothed most of us into
thinking that _Project 2025_ is just another political goalpost the
administration will move towards but never really reach. Just like the climate
and equity programs of yesteryear, which weren't worth the paper they were
written on.

BIN
static/buttons/browser1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/buttons/css.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

View file

@ -211,3 +211,13 @@ a {
.centered {
margin: auto;
}
.webbuttons {
display: flex;
justify-content: center;
gap: 2px;
}
.webbuttons > img {
width: fit-content;
}