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

View File

@ -26,3 +26,4 @@
2024-08-05: add 88x31s, clean up css 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-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: tidy server directory, fix back button
2024-08-09: fix css issue on homepage

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

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>send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds</li>
<li>relocate moth</li> <li>relocate moth</li>
<li>per location config</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> </ul>
<h2>things I have done</h2> <h2>things I have done:</h2>
<ul> <ul>
<li>tidy</li> <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> <li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>

View File

@ -141,6 +141,10 @@ section {
margin: 15px 30px; margin: 15px 30px;
padding: 20px; padding: 20px;
> details[open] > summary {
padding-bottom: 5px;
}
> p { > p {
margin: 5px 0; margin: 5px 0;
} }
@ -149,7 +153,7 @@ section {
margin: 10px 0; margin: 10px 0;
} }
.ignore-section { &.ignore-section {
background: var(--bg); background: var(--bg);
box-shadow: none; box-shadow: none;
margin: 0; margin: 0;