This commit is contained in:
mtgmonkey
2025-08-07 07:06:51 -04:00
parent 115479d909
commit 70d46524a4
7 changed files with 15 additions and 2 deletions

View File

@@ -3,12 +3,18 @@ date = 2025-08-06
description = "Arrival in DC"
+++
## Due to technical difficulties, there are no images in this post yet. Check back tomorrow, I may have posted them by then!
### Click on any image for the full-sized version
Today my mother, stepmother, and I spent *lots* of time in trains. We first took the Amtrak down to Washington DC, a multi-hour trip in and of itself, before traversing the city on the Metro. The stations are so funny looking. They look like they're built with concrete bathtubs!
{{ size_image(path="/images/2025-08-06/00.png",width=400, height=400) }}
We then arrived at the hotel - and *what* a hotel the [Waldorf Astoria](https://www.hilton.com/en/hotels/dcawawa-waldorf-astoria-washington-dc/) is! It is built of huge blocks of stone and has a clock tower out the top. There's a central courtyard almost like a Gaylord and the rooms are full of gold and crystals. It feels larger than life. Some people drive up to it in Maserati or Bentley and most other occupants are in business attire. Our room has two chandeliers! It feels quite pompous. We're staying at the Waldorf because Mother has a voucher for a free night in any hotel and wanted to splurge for my last night under her care.
{{ size_image(path="/images/2025-08-06/01.png",width=400, height=400) }}
{{ size_image(path="/images/2025-08-06/02.png",width=400, height=400) }}
{{ size_image(path="/images/2025-08-06/07.png",width=400, height=400) }}
After dropping our bags off at the hotel, we took the train down to the [O Museum](https://www.omuseum.org/visit), an eclectic collection of signed guitars, original Muppets, and secret, themed rooms. It was, honestly, a bit overwhelming - the themed areas had conflicting soundtracks, detracting from the charm. We got bubble tea afterwards. Mine was mango.
Upon our return to the hotel room, I spent some time with Anki. I ended up studying 1000 flashcards over the course of 2 hours and 24 minutes, more than any other singular day since I started studying vocabulary a month ago! I guess that makes up for the measly 44 cards studied yesterday... I was tired, okay!?
@@ -17,7 +23,10 @@ For dinner, we went to [Ambar](https://ambarrestaurant.com/), a restaurant servi
After dinner, we wandered past the White House to the National Mall. I'll let the pictures speak for themselves.
(Once again, uber apology for the lack of photos for the time being)
{{ size_image(path="/images/2025-08-06/03.png",width=400, height=400) }}
{{ size_image(path="/images/2025-08-06/04.png",width=400, height=400) }}
{{ size_image(path="/images/2025-08-06/05.png",width=400, height=400) }}
{{ size_image(path="/images/2025-08-06/06.png",width=400, height=400) }}
As always, I love yall and hope yall have a fantastic rest of your day.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

View File

@@ -0,0 +1,4 @@
{% set image = resize_image(path=path, width=width, height=height, op="fit") %}
<a href="{{ get_url(path=path) }}" target="_blank">
<img src="{{ image.url }}" />
</a>