add thought, fix css

This commit is contained in:
gnat
2024-08-09 20:21:40 -07:00
parent 2b4ec2c041
commit 1d091570c8
6 changed files with 28 additions and 2 deletions

20
html/thoughts/talgo-shirt Normal file
View File

@ -0,0 +1,20 @@
<!-- TITLE: my friend made me a shirt! -->
<image-column-container>
<image-container>
<flex-column>
$[img-caption /files/thoughts/talgo-shirt-front.jpg 'the shirt in question, it has a talgo 8 trainset on the front']
$[img-caption /files/thoughts/talgo-shirt-back.jpg 'the back of the shirt, with the talgo logo']
</flex-column>
</image-container>
<text-column>
<h2>this is my favorite shirt!</h2>
<p>it is so good! and my friend made it!</p>
<p>it is purported to be made with a cnc vinyl cutter and a heat press.</p>
<p>
I very much enjoy the talgo 8 trainsets that are operated by amtrak here.
I find the shared bogie design of the cars to be interesting.
I greatly enjoy the fact that I have fake talgo merchandise now.
this friend and I rode this model of train to seattle somewhat recently, it was much nicer than the other amtrak rolling stock, which we rode on our return journey.
</p>
</text-column>
</image-column-container>

View File

@ -10,8 +10,9 @@
<li>send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds</li>
<li>relocate moth</li>
<li>per location config</li>
<li>make thought posts be managed by a system other than git, such that each thought does not require a new commit</li>
</ul>
<h2>things I have done</h2>
<h2>things I have done:</h2>
<ul>
<li>tidy</li>
<li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>