diff --git a/assets/images/seattle_skyline.webp b/assets/images/seattle_skyline.webp
new file mode 100644
index 0000000..974adf8
Binary files /dev/null and b/assets/images/seattle_skyline.webp differ
diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
index d999116..871f4a0 100644
--- a/assets/scss/custom.scss
+++ b/assets/scss/custom.scss
@@ -60,3 +60,23 @@
aspect-ratio: 16 / 9;
width: 100%;
}
+
+.dark .announcement {
+ background-color: #35284F !important;
+ color: #fff !important;
+}
+
+.announcement {
+ background-color: #0a0a0a !important;
+ color: #fff !important;
+ box-shadow: none !important;
+}
+
+.announcement a {
+ font-weight: bold;
+ color: var(--seattle-color) !important;
+}
+
+.announcement a:hover {
+ text-decoration: underline !important;
+}
\ No newline at end of file
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml
index a57d6db..7a757bc 100644
--- a/config/_default/menus.en.toml
+++ b/config/_default/menus.en.toml
@@ -78,10 +78,10 @@ weight = 3
[[footer]]
name = "Seattle"
-url = "/meetups"
+url = "/seattle"
weight = 2
[[footer]]
name = "Boston"
-url = "/meetups"
+url = "/boston"
weight = 4
\ No newline at end of file
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 09c2991..e6caa57 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -57,7 +57,7 @@ show_categories = true
[announcement]
enable = true
expire_days = 7
-content = "Handmade Seattle Nov 20th - 22nd, 2024. [Buy Tickets now](/tickets)!"
+content = "Handmade Seattle Nov 20th - 22nd, 2024. [Buy Tickets](/tickets) now!"
# seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
diff --git a/content/english/_index.md b/content/english/_index.md
index 605a967..1028b33 100644
--- a/content/english/_index.md
+++ b/content/english/_index.md
@@ -55,7 +55,7 @@ features:
end_dark: "/images/transition2.svg"
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: "Like [Handmade Hero](https://handmadehero.org/) 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 pb-12 pt-24 bg-[rgba(0,0,0,0.5)] rounded-lg"
button:
enable: enable
@@ -113,6 +113,7 @@ features:
parallax: false
img: "/images/adrien-olichon-gOdavfpH-3s-unsplash.jpg"
image: "/images/nystrom.webp"
+ image_link: "https://vimeo.com/780000746"
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)]"
diff --git a/content/english/news/_index.md b/content/english/news/_index.md
index 17564a2..376ca52 100644
--- a/content/english/news/_index.md
+++ b/content/english/news/_index.md
@@ -1,5 +1,16 @@
---
-title: "Blog Posts"
+title: "News"
meta_title: ""
description: "this is meta description"
+newsletter_signup:
+ active: true
+ title: "Join our newsletter"
+ title_class: "mb-6"
+ action_url: "https://newsletter.handmadecities.com/id/submit"
+ form_class: "container row gap-2"
+ input_placeholder: "Email Address"
+ input_class: "col-8"
+ button_text: "Join"
+ button_class: "btn text-white meetups-bg col-3"
+ section_class: ""
---
diff --git a/content/english/seattle/devon.md b/content/english/seattle/devon.md
index 7def6c9..72b0863 100644
--- a/content/english/seattle/devon.md
+++ b/content/english/seattle/devon.md
@@ -6,5 +6,3 @@ image: "/images/avatar.png"
year: 2024
draft: false
---
-
-Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at.
diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md
index 6c30ff9..a6f5766 100644
--- a/content/english/seattle/index.md
+++ b/content/english/seattle/index.md
@@ -1,11 +1,136 @@
---
title: "Handmade Seattle 2024"
-meta_title: "About"
-description: "this is meta description"
-image: "/images/avatar.png"
+meta_title: "Handmade Seattle 2024"
+description: "Handmade Seattle 2024"
year: 2024
draft: false
layout: year_page
----
+banner:
+ title: "Handmade Seattle 2024"
+ content: "We are the largest indie conferences for low-level programmers.
Proud to be __Fully Hybrid__.
"
+ content_bottom: "**Seattle Center**
Nesholm Family Lecture Hall
**Nov 20th - 22nd, 2024**
Private Hangouts on Friday, Nov 22nd"
+ content_bottom_class: "mt-20 text-white"
+ section_class: "mb-0 pb-0"
+ bg_img:
+ parallax: false
+ img: "/images/seattle_skyline.webp"
+ bg_class: "z-0 bg-[rgba(0,0,0,0.5)]"
+ hide_banner_img: true
+ transition:
+ 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"
+ button:
+ enable: true
+ label: "Tickets"
+ link: "/tickets"
+ icon: "fa fa-ticket pl-2"
+ class: "btn text-white seattle-bg"
+ button2:
+ enable: true
+ label: "Twitch"
+ link: "https://twitch.tv/abnercoimbre"
+ icon: "fab fa-twitch pl-2"
+ class: "btn bg-purple-700 dark:bg-purple-700 dark:text-white hover:bg-purple-800 mt-6 text-white"
-Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at.
+# Features
+features:
+ - title: "This Year’s Stars"
+ title_class: "text-white mb-8 text-center"
+ image: ""
+ side: "center"
+ bg_img:
+ parallax: true
+ img: "/images/devon_starfield.png"
+ transition:
+ start: "/images/transition2.svg"
+ start_class: "mb-5 transform"
+ start_color: "#fff"
+ start_dark: "/images/transition2.svg"
+ start_dark_color: "#150e31"
+ end: "/images/transition.svg"
+ end_class: "mt-20 transform -scale-y-100 -scale-x-100"
+ end_color: "#fff"
+ end_dark: "/images/transition2.svg"
+ end_dark_color: "#150e31"
+ people_grid:
+ title: ""
+ name_class: ""
+ subtitle_class: ""
+ people:
+ - name: ""
+ subtitle: ""
+ img: ""
+ bg_color: "#0a0a0a"
+ content: "**More On The Way**
Join the [newsletter](/news) or check out last year's speakers below."
+ content_class: "text-white mt-12 px-12 pb-12 pt-12 bg-[rgba(0,0,0,0.5)] rounded-lg"
+ button:
+ enable: enable
+ class: "meetups-bg dark:meetups-bg"
+ label: "Register"
+ link: "/tickets"
+
+ - title: "Companies Value Handmade"
+ title_class: "text-center mt-16 mb-12"
+ image: ""
+ section_class: "pb-24"
+ side: "center"
+ content: "**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event."
+ content_class: "mt-12"
+ img_grid:
+ - name: "JangaFX"
+ icon: "/images/companies/jangafx.png"
+ link: "https://jangafx.com/"
+ - name: "Pontoco"
+ icon: "/images/companies/pontoco.png"
+ link: "https://pontoco.com/"
+ - name: "Mozilla"
+ icon: "/images/companies/mozilla.png"
+ link: "https://www.mozilla.org/en-US/"
+ - name: "TestFit"
+ 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: "Hundreds in person,
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/adrien-olichon-gOdavfpH-3s-unsplash.jpg"
+ image: "/images/nystrom.webp"
+ image_link: "https://vimeo.com/780000746"
+ 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: true
+ label: "Register"
+ link: "/tickets"
+ button_class: "bg-white text-black"
+
+---
diff --git a/content/english/tickets/index.md b/content/english/tickets/index.md
index 9cff608..e519edb 100644
--- a/content/english/tickets/index.md
+++ b/content/english/tickets/index.md
@@ -23,72 +23,73 @@ features:
subtitle_class: "text-white"
section_class: "text-white"
options:
- - name: "Handmade Boston"
- title: "Masterclasses"
- title_class: "text-white"
- name_class: "boston-color"
- original_price: "$299"
- price_class: "text-orange-600"
- price: "249"
- button:
- title: "Register"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
- url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo"
- alt_url: "https://google.com/"
- alt_title: "PayPal"
- alt_class: "text-sm hover:underline mt-4"
- features_class: "text-white"
- features:
- - text: "General Admission"
- text_class: "font-semibold"
- - text: "Aug 9-10th, 2024"
- - text: "JFK Presidential Library"
- - text: "In-Person Masterclasses"
- - text: "Kings Dining After-Party"
+ # - name: "Handmade Boston"
+ # title: "Masterclasses"
+ # title_class: "text-white"
+ # name_class: "boston-color"
+ # original_price: "$299"
+ # price_class: "text-orange-500"
+ # price: "249"
+ # button:
+ # title: "Register"
+ # class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-orange-500 hover:border-orange-500 hover:text-white focus-within:bg-orange-500 focus-within:border-orange-500 focus-within:text-white"
+ # url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo"
+ # alt_url: "https://google.com/"
+ # alt_title: "PayPal"
+ # alt_class: "text-sm hover:underline mt-4"
+ # features_class: "text-white"
+ # features:
+ # - text: "General Admission"
+ # text_class: "font-bold"
+ # - text: "Aug 9-10th, 2024"
+ # - text: "JFK Presidential Library"
+ # - text: "In-Person Masterclasses"
+ # - text: "Kings Dining After-Party"
- name: "Handmade Seattle"
title: "Traditional"
title_class: "text-white"
name_class: "seattle-color"
- price_class: "text-orange-600"
+ price_class: "text-orange-500"
price: "249"
original_price: "$299"
button:
title: "Register"
button_class: "seattle-bg"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
+ class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-orange-500 hover:border-orange-500 hover:text-white focus-within:bg-orange-500 focus-within:border-orange-500 focus-within:text-white"
url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr"
alt_url: "https://google.com/"
alt_title: "PayPal"
alt_class: "text-sm hover:underline mt-4"
- features_class: "text-white"
+ features_class: "text-white text-center"
features:
- text: "General Admission"
- text_class: "font-semibold"
+ text_class: "font-black"
- text: "Nov 20-22nd, 2024"
- text: "Seattle Center"
+ - text: "All Online Track Benefits"
- text: "New Talks & Demos"
+ - text: "Chat Server Access"
- text: "Trade Show"
- text: "Job Fair"
- - name: "Boston + Seattle"
- title: "Combined Ticket"
+ - name: "Handmade Seattle"
+ title: "Premium"
title_class: "text-white text-center"
- name_class: "meetups-color"
- price_class: "text-green-600"
+ name_class: "seattle-color"
+ price_class: "text-green-500"
price: "399"
- original_price: "$498"
+ original_price: ""
features_class: "text-white"
button:
title: "Register"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-green-700 hover:border-green-700 hover:text-white focus-within:bg-green-700 focus-within:border-green-700 focus-within:text-white"
+ class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-green-500 hover:border-green-500 hover:text-white focus-within:bg-green-500 focus-within:border-green-500 focus-within:text-white"
url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp"
alt_url: "https://google.com/"
alt_title: "PayPal"
alt_class: "text-sm hover:underline mt-4"
features:
- - text: "General Admission"
- text_class: "font-semibold"
- - text: "Discounted Tickets"
- - text: "Easy to Gift or Transfer Them"
+ - text: "If you want to support the conference"
+ text_class: "font-black"
+ - text: "Easy to Gift or Transfer"
- text: "Retains All Benefits"
- title: ""
@@ -99,10 +100,10 @@ features:
content_class: "text-black dark:text-white"
transition:
start: "/images/transition.svg"
- start_class: "mb-5 pt-4 2xl:pt-32"
+ start_class: "mb-5 pt-4"
start_color: "#fff"
- start_style: "mask-size: cover;mask-position:center;"
- end_style: "mask-size: cover;mask-position:top;"
+ start_style: "mask-repeat: repeat-x;mask-position:center;"
+ end_style: "mask-repeat:repeat-x;mask-position:top;"
start_dark: "/images/transition.svg"
start_dark_color: "#fff"
end: "/images/transition.svg"
@@ -117,16 +118,17 @@ features:
subtitle_class: "text-black dark:text-white"
section_class: "text-black dark:text-white"
options:
- - name: "Handmade Boston"
- title: "Masterclasses"
+ - name: "Handmade Seattle"
+ title: "Traditional"
title_class: "text-black dark:text-white"
- name_class: "boston-color"
+ name_class: "seattle-color"
+ ticket_class: "border-black dark:border-white"
original_price: ""
- price_class: "text-orange-600"
+ price_class: "text-orange-500"
price: "74"
button:
title: "Register"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
+ class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-orange-500 hover:border-orange-500 hover:text-white focus-within:bg-orange-500 focus-within:border-orange-500 focus-within:text-white"
url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo"
alt_url: "https://google.com/"
alt_title: "PayPal"
@@ -134,53 +136,54 @@ features:
features_class: "text-black dark:text-white"
features:
- text: "General Admission"
- text_class: "font-semibold"
- - text: "Online Masterclasses"
- - text: "Unlock In-Person Recordings"
+ text_class: "font-black"
+ - text: "New Talks & Demos"
+ - text: "Chat Server Access"
+ - text: "Live Q&A"
+ - text: "Virtual Job Fair"
- text: "Access to Speakers"
- name: "Handmade Seattle"
- title: "Traditional"
+ title: "Premium"
title_class: "text-black dark:text-white"
name_class: "seattle-color"
- price_class: "text-orange-600"
- price: "74"
+ price_class: "text-green-500"
+ ticket_class: "border-black dark:border-white"
+ price: "99"
original_price: ""
button:
title: "Register"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
+ class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-green-500 hover:border-green-500 hover:text-white focus-within:bg-green-500 focus-within:border-green-500 focus-within:text-white"
url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr"
alt_url: "https://google.com/"
alt_title: "PayPal"
alt_class: "text-sm hover:underline mt-4"
features_class: "text-black dark:text-white"
features:
- - text: "General Admission"
- text_class: "font-semibold"
- - text: "New Talks & Demos"
- - text: "Live Q&A"
- - text: "Virtual Job Fair"
- - text: "Access to Speakers"
- - name: "Boston + Seattle"
- title: "Combined Ticket"
- title_class: "text-black dark:text-white text-center"
- name_class: "meetups-color"
- price_class: "text-green-600"
- price: "119"
- original_price: ""
- features_class: "text-black dark:text-white"
- button:
- title: "Register"
- class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-green-700 hover:border-green-700 dark:text-white text-black hover:text-white focus-within:bg-green-700 focus-within:border-green-700 focus-within:text-white"
- url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp"
- alt_url: "https://google.com/"
- alt_title: "PayPal"
- alt_class: "text-sm hover:underline mt-4"
- features:
- - text: "General Admission"
- text_class: "font-semibold"
- - text: "Discounted Tickets"
- - text: "Easy to Gift or Transfer Them"
- - text: "Retains All Benefits"
+ - text: "If you want to support the conference"
+ text_class: "font-black"
+ - text: "Easy to Gift or Transfer"
+ - text: "All Benefits of Traditional"
+ # - name: "Boston + Seattle"
+ # title: "Combined Ticket"
+ # title_class: "text-black dark:text-white text-center"
+ # name_class: "meetups-color"
+ # price_class: "text-green-500"
+ # price: "119"
+ # original_price: ""
+ # features_class: "text-black dark:text-white"
+ # button:
+ # title: "Register"
+ # class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-green-500 hover:border-green-500 dark:text-white text-black hover:text-white focus-within:bg-green-500 focus-within:border-green-500 focus-within:text-white"
+ # url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp"
+ # alt_url: "https://google.com/"
+ # alt_title: "PayPal"
+ # alt_class: "text-sm hover:underline mt-4"
+ # features:
+ # - text: "General Admission"
+ # text_class: "font-bold"
+ # - text: "Discounted Tickets"
+ # - text: "Easy to Gift or Transfer Them"
+ # - text: "Retains All Benefits"
- title: "Frequently Asked Questions"
title_class: "mb-20 text-center text-white"
diff --git a/layouts/_default/year_page.html b/layouts/_default/year_page.html
index f94f927..bb3b37a 100644
--- a/layouts/_default/year_page.html
+++ b/layouts/_default/year_page.html
@@ -1,26 +1,164 @@
{{ define "main" }}
- {{ partial "page-header" . }}
+
Year Page Layout
+
+ {{ with .Params.banner }}
+
+ {{ with .bg_img }}
+ {{ $res := resources.Get .img }}
+
+ {{ end }}
+
+
+ {{ if not .hide_banner_img }}
+
+ {{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
+
+ {{ end }}
+
+ {{ with .triple_header }}
+ {{ if .enable }}
+
+ {{ end }}
+ {{ end }}
-
-
-
-
-
DEVON WAS HERE
-
- {{/* {{ $subdirs := .GetSubDirs "." }} */}}
-
- {{/* {{ $filteredSubdirs := where $subdirs (regexMatch "^[0-9]+$") }} */}}
-
- {{/* {{ range $subdir := $subdirs }}
-
{{ $subdir | replaceRE "^/" "" }}
- {{ end }} */}}
-
-
- {{ .Content }}
+
+
+ {{ .title | markdownify }}
+
+
+ {{ .content | markdownify }}
+
+ {{ with .button }}
+ {{ if .enable }}
+
+ {{ .label }}
+
+
+ {{ end }}
+ {{ end }}
+ {{ with .button2 }}
+ {{ if .enable }}
+
+ {{ .label }}
+
+
+ {{ end }}
+ {{ end }}
+ {{ if .content_bottom }}
+
+ {{ .content_bottom | markdownify }}
+
+ {{ end }}
-
-
+ {{ with .transition }}
+ {{ if .end }}
+
+
+ {{ end }}
+ {{ if .end_dark }}
+
+
+ {{ end }}
+ {{ end }}
+
+ {{ end }}
+
+
+
+ {{ partial "components/features.html" . }}
+
+
+
+ {{ with site.GetPage "sections/testimonial" }}
+ {{ if .Params.enable }}
+
+
+
+
+
+ {{ .Title | markdownify }}
+
+
+ {{ .Params.description | markdownify }}
+
+
+
+
+
+ {{ range .Params.testimonials }}
+
+
+
+
+ {{ .content | markdownify }}
+
+
+
+ {{ partial "image" (dict "Src" .avatar "Size" "50x50" "Class" "rounded-full" "Alt" .name) }}
+
+
+
+
+
+ {{ end }}
+
+
+
+
+
+
+
+ {{ end }}
+ {{ end }}
+
{{ end }}
diff --git a/layouts/news/list.html b/layouts/news/list.html
index 84b56e9..693173e 100644
--- a/layouts/news/list.html
+++ b/layouts/news/list.html
@@ -1,6 +1,5 @@
{{ define "main" }}
- {{ partial "page-header" . }}
-
+ {{ partial "page-header-rss" . }}
@@ -19,6 +18,9 @@
+ {{ if .Params.newsletter_signup }}
+ {{ partial "components/newsletter_signup.html" .}}
+ {{ end }}
{{ $widget:= site.Params.widgets.sidebar }}
{{ partialCached "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }}
diff --git a/layouts/partials/components/features.html b/layouts/partials/components/features.html
index 78afcf6..4fe1f29 100644
--- a/layouts/partials/components/features.html
+++ b/layouts/partials/components/features.html
@@ -69,6 +69,11 @@
{{ partial "components/testimonials.html" . }}
{{ end }}
+
+ {{ if .img_grid }}
+ {{ partial "components/people_grid.html" . }}
+ {{ end }}
+
{{ if .img_grid }}
{{ partial "components/img_grid.html" . }}
@@ -110,9 +115,15 @@
{{ if .image }}
{{ $res := resources.Get .image }}
+ {{ if .image_link }}
+
+ {{ end }}
{{ end }}
+ {{ if .image_link }}
+
+ {{ end }}
+
{{ .title }}
+
+
+{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/components/people_grid.html b/layouts/partials/components/people_grid.html
new file mode 100644
index 0000000..c66dfd4
--- /dev/null
+++ b/layouts/partials/components/people_grid.html
@@ -0,0 +1,17 @@
+{{ if .people_grid }}
+
+
+ {{ range $i, $option := .people_grid.people }}
+
+ {{ end }}
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/components/ticket_list.html b/layouts/partials/components/ticket_list.html
index 04cbf1d..04432ab 100644
--- a/layouts/partials/components/ticket_list.html
+++ b/layouts/partials/components/ticket_list.html
@@ -7,7 +7,7 @@
{{ $ticket.subtitle }}
{{/* */}}
+ class="grid grid-cols-1 gap-4 mt-4 leading-7 text-gray-900 border-0 border-gray-200 sm:mt-6 sm:gap-6 md:mt-8 md:gap-4 lg:grid-cols-2 {{ $ticket.section_class }}">
{{ range $option_index, $option := $ticket.options }}
@@ -34,7 +34,7 @@
*/}}
-
+
{{ $option.name | markdownify }}
@@ -55,8 +55,8 @@
{{ range $feature_index, $feature := $option.features }}
- -
- {{ $feature.text }}
+
-
+ {{ $feature.text }}
{{ end }}
diff --git a/layouts/partials/page-header-rss.html b/layouts/partials/page-header-rss.html
new file mode 100644
index 0000000..52b6ed6
--- /dev/null
+++ b/layouts/partials/page-header-rss.html
@@ -0,0 +1,8 @@
+
+
+
+
{{ T (printf "%s" (lower .Title)) | default .Title | title }}
+
+
+