forked from nat/webbed-site
add thought, fix css
This commit is contained in:
parent
2b4ec2c041
commit
1d091570c8
@ -26,3 +26,4 @@
|
||||
2024-08-05: add 88x31s, clean up css
|
||||
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true'>uwu mode</a>
|
||||
2024-08-09: tidy server directory, fix back button
|
||||
2024-08-09: fix css issue on homepage
|
||||
|
BIN
files/thoughts/talgo-shirt-back.jpg
Normal file
BIN
files/thoughts/talgo-shirt-back.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 MiB |
BIN
files/thoughts/talgo-shirt-front.jpg
Normal file
BIN
files/thoughts/talgo-shirt-front.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 MiB |
20
html/thoughts/talgo-shirt
Normal file
20
html/thoughts/talgo-shirt
Normal 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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user