Usable version

First pass of what I'd call "usable" versions of the pages:
- Index
- About
- Tickets

There's some more work to be done in the year_con partial to represent each of the conference years.

The biggest change of this commit by far is the introduction/commonization of the partial 'features.html'. This is the behemoth of a partial that effectively gives us the options to show slide style content. At some point it might be advantageous to break it apart more, but it's relatively straightforward to include in a layout and start putting together pages.
This commit is contained in:
2024-10-20 18:12:03 -07:00
parent 8c63772039
commit 7292743767
46 changed files with 692 additions and 372 deletions

View File

@@ -21,7 +21,6 @@ banner:
img_right_dark: "/images/meetups/meetups-dark-mode.svg"
link_right: "/meetups"
alt_text_right: "right"
parallax_bg: "/images/test_bg.jpg"
button:
enable: true
label: "Tickets"
@@ -38,14 +37,15 @@ banner:
# Features
features:
- title: "Inspired by Handmade Hero"
title_class: "text-white mb-8"
image: ""
side: "center"
bg_img:
parallax: true
img: "/images/test_bg.jpg"
img: "/images/devon_starfield.png"
transition:
start: "/images/transition2.svg"
start_class: "mb-5"
start: "/images/transition.svg"
start_class: "mb-5 transform"
start_color: "#fff"
start_dark: "/images/transition2.svg"
start_dark_color: "#150e31"
@@ -56,8 +56,7 @@ features:
end_dark_color: "#150e31"
bg_color: "#0a0a0a"
content: "Like [Handmade Hero]() by Molly Rocket, we belive in breaking software down to the bare bones and building back an understanding of how it all really works. _We are not affiliated with Molly Rocket, Inc._"
content_class: "text-white mt-12 px-12 py-12 bg-[rgba(0,0,0,0.5)] rounded-lg"
title_class: "text-white"
content_class: "text-white mt-12 px-12 pb-12 pt-24 bg-[rgba(0,0,0,0.5)] rounded-lg"
button:
enable: enable
class: "meetups-bg dark:meetups-bg"
@@ -67,38 +66,60 @@ features:
- title: "Companies Value Handmade"
title_class: "text-center mt-16 mb-12"
image: ""
section_class: "pb-24"
side: "center"
swiper:
show_buttons: false
slides:
content: "<span class='block mx-auto mt-24 text-black dark:text-white w-1/2'>**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event.</span>"
content_class: "mt-12"
img_grid:
- name: "JangaFX"
icon: "/images/jangafx.png"
link: "https://tek256.com"
icon: "/images/companies/jangafx.png"
link: "https://jangafx.com/"
- name: "Pontoco"
icon: "/images/pontoco_logo.png"
link: "https://tek256.com"
icon: "/images/companies/pontoco.png"
link: "https://pontoco.com/"
- name: "Mozilla"
icon: "/images/mozilla.png"
link: "https://tek256.com"
icon: "/images/companies/mozilla.png"
link: "https://www.mozilla.org/en-US/"
- name: "TestFit"
icon: "/images/tf.png"
link: "https://tek256.com"
icon: "/images/companies/tf.png"
link: "https://www.testfit.io/"
- name: "Magic Poser"
icon: "/images/companies/magic_poser.png"
link: "https://magicposer.com/"
- name: "System Era"
icon: "/images/companies/systemera.png"
link: "https://systemera.net/"
- name: "KCSE"
icon: "/images/companies/kcse.png"
link: "https://www.kcse.com/"
button:
enable: false
- title: "The Top Reasons to Choose Hugo for Your Hugo Project"
- title: "Hundreds in person,<br> Thousands online"
title_class: "text-white"
transition:
start: "/images/transition4.svg"
start_class: "mb-5 -scale-y-100 -scale-x-100"
start_color: "#fff"
start_dark: "/images/transition4.svg"
start_dark_color: "#150e31"
start_style: "mask-position: bottom;mask-repeat:repeat-x;"
end: "/images/transition2.svg"
end_class: "mt-20 transform -scale-y-100 -scale-x-100"
end_color: "#fff"
end_dark: "/images/transition2.svg"
end_dark_color: "#150e31"
bg_img:
parallax: false
img: "/images/hmc_landing_bg.webp"
image: "/images/service-3.png"
content: "With Hugo, you can build modern and content-focused websites without sacrificing performance or ease of use."
bulletpoints:
- "Instantly load static sites for better user experience and SEO."
- "Intuitive syntax and support for popular frameworks make learning and using Hugo a breeze."
- "Use any front-end library or framework, or build custom components, for any project size."
- "Built on cutting-edge technology to keep your projects up-to-date with the latest web standards."
img: "/images/adrien-olichon-gOdavfpH-3s-unsplash.jpg"
image: "/images/nystrom.webp"
image_class: "rounded-md shadow-lg"
content: "Every year hundreds of low-level programmers convene physically while thousands more watch from the comfort of their couch."
content_class: "p-4 px-6 rounded-md bg-[rgba(0,0,0,0.7)]"
section_class: "text-white"
button:
enable: false
label: ""
link: ""
enable: true
label: "Register"
link: "/tickets"
button_class: "bg-white text-black"
---