Further polish for Seattle/Boston (2025)

main
abnercoimbre 2025-04-03 17:20:16 -07:00
parent 21a6607edc
commit 79c28e9a10
3 changed files with 6 additions and 4 deletions

View File

@ -24,4 +24,6 @@ discord_link: "https://handmadecities.com/discord"
show_description: true
---
Handmade Boston brings together the brightest minds in low-level programming for two days of technical lectures, job booths, and networking. Join us to explore the frontiers of systems software in the heart of Cambridge.
Handmade Boston brings together the brightest minds in low-level programming for two days of technical lectures, job booths, and networking.
We're the sister conference to Seattle and a fully-offline counterpart: enjoy deeper lectures exclusively in-person and make some new friends for life.

View File

@ -53,6 +53,6 @@ previous_events:
show_description: true
---
Handmade Seattle is the flagship conference for low-level programmers worldwide. Our tech conference brings together experts and enthusiasts committed to understanding how software really works.
Handmade Seattle our flagship conference for low-level programmers worldwide. Two days of talks, demos, and trade show. The third day is for in-person meetups outside the venue.
We're offering a fully-hybrid experience - attend in person at the iconic Seattle Center or join remotely from anywhere in the world. All talks will be streamed live and recorded for attendees.
We're famously hybrid - attend in person at the iconic Seattle Center or join remotely from anywhere in the world. All talks and demos are streamed professionally for all attendees, along with a [private](https://chat.handmadecities.com) chat server for live Q&A.

View File

@ -66,7 +66,7 @@
<!-- Event Description -->
{{ if .Params.show_description }}
<div class="bg-black bg-opacity-50 backdrop-blur-sm p-6 rounded-xl shadow-lg max-w-3xl mx-auto mb-12">
<h3 class="text-xl font-semibold text-white mb-4">About the Handmade Conference</h3>
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Conference</h3>
<div class="text-gray-200 text-left prose prose-invert max-w-none">
{{ .Content }}
</div>