From 7090b1a32a32dff5e07b1deae9f0c78768f5d2ec Mon Sep 17 00:00:00 2001 From: "Devon (tek256)" Date: Tue, 5 Nov 2024 18:54:46 -0800 Subject: [PATCH] tickets description spacing, decloning abner --- content/english/about/index.md | 4 ++-- content/english/tickets/index.md | 3 ++- layouts/partials/components/ticket_list.html | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/english/about/index.md b/content/english/about/index.md index 14e37fe..343fcbd 100644 --- a/content/english/about/index.md +++ b/content/english/about/index.md @@ -48,7 +48,7 @@ features: start_dark_color: "black" bg_color: "#060610" content_class: "mt-4" - content: "[Abner](https://abnercoimbre.com) is the founder of Handmade Cities and sole organizer for our conferences.
His professional story began when he left Puerto Rico for a yearlong internship at NASA. Abner was mentored on how they make software and after winning NASA’s Intern of the Year, he published an essay on their programming philosophy ([featured](https://observer.com/2017/07/a-look-into-nasa-coding-philosophy-kennedy-space-center-programming/) in the news.) He was promoted to launch control engineers.

Abner also started the [Handmade Network](https://handmade.network/), an online community learning to make quality software. He went on to work for Jonathan Blow multiple years and then Cyan Worlds to help ship the [Myst remake](https://store.steampowered.com/app/1255560/Myst/).

His concern of declining standards—both ethical and technical—pushed Abner to run tech conferences full-time, with ironclad conviction that we need independent organizers more than ever." + content: "[Abner](https://abnercoimbre.com) is the founder of Handmade Cities and sole organizer for our conferences.
His professional story began when he left Puerto Rico for a yearlong internship at NASA. Abner was mentored on how they make software and after winning NASA’s Intern of the Year, he published an essay on their programming philosophy ([featured](https://observer.com/2017/07/a-look-into-nasa-coding-philosophy-kennedy-space-center-programming/) in the news.) He was promoted to launch control engineer.

Abner also started the [Handmade Network](https://handmade.network/), an online community learning to make quality software. He went on to work for Jonathan Blow multiple years and then Cyan Worlds to help ship the [Myst remake](https://store.steampowered.com/app/1255560/Myst/).

His concern of declining standards—both ethical and technical—pushed Abner to run tech conferences full-time, with ironclad conviction that we need independent organizers more than ever." - title: "Morgan Rammell" title_class: "text-white" @@ -84,4 +84,4 @@ features: content_class: "" section_class: "!pt-16 !pb-32 text-white" content: "Devon is a guy who makes things." ---- \ No newline at end of file +--- diff --git a/content/english/tickets/index.md b/content/english/tickets/index.md index ae18624..cdf4017 100644 --- a/content/english/tickets/index.md +++ b/content/english/tickets/index.md @@ -7,7 +7,7 @@ layout: "tickets" features: - title: "Tickets" - title_class: "text-center text-white mt-8" + title_class: "text-center text-white mt-2 md:mt-8 lg:mt-8 xl:mt-8 2xl:mt-8" side: "center" content_class: "mt-16 pt-0 pb-0 text-white" image: "/images/hmc/cities-light-mode.svg" @@ -16,6 +16,7 @@ features: img: "/images/devon_starfield.png" end_img: "/images/software-15.png" end_img_class: "relative h-96 bg-contain bg-bottom bg-repeat-x" + description_class: "mt-4 mb-20" description: | Handmade Seattle is a fully-hybrid conference, and both physical and online tickets are available. Buying a ticket supports the conference and gains you access to the private chat server used for speaker Q&A, the virtual job fair, and more. tickets: diff --git a/layouts/partials/components/ticket_list.html b/layouts/partials/components/ticket_list.html index 9e70b38..aba97f5 100644 --- a/layouts/partials/components/ticket_list.html +++ b/layouts/partials/components/ticket_list.html @@ -1,9 +1,9 @@ {{ if .tickets }}
- {{ with .description }} -
- {{ . | markdownify }} + {{ if .description }} +
+ {{ .description | markdownify }}
{{ end }} {{ $tickets := .tickets }}