cool buttons
This commit is contained in:
parent
c4c7c1570d
commit
8dea1fa456
6 changed files with 40 additions and 3 deletions
|
@ -5,12 +5,9 @@ date: 2022-10-01T18:46:54Z
|
||||||
|
|
||||||
Hi! I’m Jan (he/him). I've majored in computer science and write computer code
|
Hi! I’m Jan (he/him). I've majored in computer science and write computer code
|
||||||
for a living and for fun.
|
for a living and for fun.
|
||||||
|
|
||||||
You can find some of the stuff that I made on this website!
|
You can find some of the stuff that I made on this website!
|
||||||
|
|
||||||
Code that I've written can be found on
|
Code that I've written can be found on
|
||||||
[git.janw.name](https://git.janw.name/jw) or on GitHub and GitLab linked below.
|
[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.
|
You can subscribe to the [rss feed](/index.xml) if you want.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
@ -40,3 +37,9 @@ You can subscribe to the [rss feed](/index.xml) if you want.
|
||||||
________| _/_ | |
|
________| _/_ | |
|
||||||
<__________\______)\__)
|
<__________\______)\__)
|
||||||
</pre>
|
</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>
|
||||||
|
|
24
content/posts/8-gaslighting.md
Normal file
24
content/posts/8-gaslighting.md
Normal 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
BIN
static/buttons/browser1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/buttons/built_with_microsoft_notepad.gif
Normal file
BIN
static/buttons/built_with_microsoft_notepad.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
static/buttons/css.png
Normal file
BIN
static/buttons/css.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 816 B |
|
@ -211,3 +211,13 @@ a {
|
||||||
.centered {
|
.centered {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webbuttons {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.webbuttons > img {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue