Compare commits

...

4 Commits

Author SHA1 Message Date
40058f6a14 fix formatting on my bio 2024-11-06 07:11:59 +00:00
Devon (tek256)
7090b1a32a tickets description spacing, decloning abner 2024-11-05 18:54:46 -08:00
Devon (tek256)
37b84b65b6 Update frontpage handmade net bg 2024-11-04 21:33:59 -08:00
Devon (tek256)
b893dd6370 Padded favicon for discord / socials 2024-11-04 20:11:50 -08:00
7 changed files with 18 additions and 15 deletions

BIN
assets/images/net.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

View File

@@ -94,24 +94,26 @@ features:
side: "center"
bg_img:
parallax: true
img: "/images/devon_starfield.png"
img: "/images/net.jpg"
transition:
start: "/images/transition.svg"
start_class: "mb-5 transform"
start: "/images/transition2.svg"
start_class: "mb-5 mt-12 transform"
start_style: "mask-repeat: repeat-x;mask-position:top;"
start_color: "#fff"
start_dark: "/images/transition2.svg"
start_dark: "/images/transition.svg"
start_dark_color: "#150e31"
end: "/images/transition.svg"
end_class: "mt-20 transform -scale-y-100 -scale-x-100"
end: "/images/transition3.svg"
end_class: "mt-20 transform -scale-x-100 -pb-1"
end_color: "#fff"
end_dark: "/images/transition2.svg"
end_dark: "/images/transition3.svg"
end_style: "mask-size:cover;mask-position:bottom;height:165px;"
end_dark_color: "#150e31"
bg_color: "#0a0a0a"
content: "The Handmade Network is your online community and go-to hub when there's no in-person events. Participate in jams, be awed by software projects and enjoy a huge Discord community."
content_class: "text-white mt-12 px-12 pb-12 pt-24 bg-[rgba(0,0,0,0.5)] rounded-lg"
content_class: "text-white mt-12 px-12 py-8 bg-[rgba(0,0,0,0.85)] rounded-lg !col-9"
button:
enable: enable
class: "meetups-bg dark:meetups-bg"
class: "bg-white dark:bg-white text-black"
label: "Network"
link: "https://handmade.network"

View File

@@ -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.<br>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 NASAs 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.<br><br>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/).<br><br>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.<br><br>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 NASAs 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.<br><br>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/).<br><br>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"

View File

@@ -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:

View File

@@ -1,9 +1,9 @@
{{ if .tickets }}
<div class="container max-w-3xl mx-auto px-4 py-12">
<div class="w-full">
{{ with .description }}
<div class="my-4">
{{ . | markdownify }}
{{ if .description }}
<div class="{{ .description_class }}">
{{ .description | markdownify }}
</div>
{{ end }}
{{ $tickets := .tickets }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB