diff options
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 41 |
1 files changed, 25 insertions, 16 deletions
@@ -14,20 +14,22 @@ </head>
<body>
<header>
- <a href="/" class="logo-w-name">
- <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
- <span class="name">Alex Scerba</span>
- </a>
- <div class="main-nav-position">
- <input type="checkbox" class="toggler">
- <div class="hamburger"><div></div></div>
- <nav aria-labelledby="global-navigation" class="main-nav">
- <a href="./index.html">Home</a>
- <a href="./blog.html">Blog</a>
- <a href="./wip.html">Gallery</a>
- <a href="./about.html">About</a>
- <a href="./faq.html">FAQ</a>
- </nav>
+ <div class="top-bar">
+ <a href="/" class="logo-w-name">
+ <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
+ <span class="name">Alex Scerba</span>
+ </a>
+ <div class="main-nav-position">
+ <input type="checkbox" class="toggler">
+ <div class="hamburger"><div></div></div>
+ <nav aria-labelledby="global-navigation" class="main-nav">
+ <a href="./index.html">Home</a>
+ <a href="./blog.html">Blog</a>
+ <a href="./wip.html">Gallery</a>
+ <a href="./about.html">About</a>
+ <a href="./faq.html">FAQ</a>
+ </nav>
+ </div>
</div>
</header>
@@ -36,10 +38,17 @@ <h1>Blog</h1>
<p>A collection of thoughts, life updates, projects, and images in chronological order.</p>
<hr />
+ <h2>50°F, Overcast, and Windy</h2>
+ <p>I was out on a bike ride with some friends yesterday and couldn't help but notice the weather. Just warm enough to have a light sweatshirt on with a bit of wind and a cloudy sky. There is something special to me about this kind of weather. I was asked if it was because it reminded me of being outside as a child, but that alone doesn't quite capture it. It's more the transitional feeling of going from something social and fun to finally splitting up for the day and heading home. Right between the two. You know the end is near and you can feel those around you anxious to get ready to leave, but you just want to stay out a bit longer. Oddly perfect for our the events of the afternoon, though I wouldn't apply my description to the dynamic of our group. But that is what it reminds me of. A sense of longing. For the people, for the event, for a sense of normal in a busy or lonely schedule. I'm likely projecting a bit, specifically from the past, but I suppose that's the point. If I were more skilled, I might write a poem to describe the feeling, but I'm no poet. Maybe when I have a bit more free-time. Or, more likely, retired.</p>
+ <figure>
+ <img src="./static/media/20240209_Bike-ride-group-sidex1000.jpg" alt="Group photo of my friends and our bicycles on the steps in front of the GM RenCen by the Detroit River." width="1000" height="750" />
+ <figcaption>My friends and I outside the GM RenCen by the Detroit River.</figcaption>
+ </figure>
+ <p>Side note: I've discovered how to type the symbol and others on Mac, and I can type Ángel's name correctly now without having to copy and paste characters. Exciting stuff.</p>
+ <p><b>Created:</b> 2024-02-10</p>
+ <hr />
<h2>First Post</h2>
<p>New year, new site. Looking forward to working on it.</p>
- <img src="./static/media/bike-doodles.jpg" alt="Two pen doodles of adventure-style motorcycles." style="display: block; margin: 3rem auto;" />
- <p>Some motorcycle doodles.</p>
<p><b>Created:</b> 2024-01-09</p>
<hr />
<h2 class="end">End</h2>
|