Showing Abner changes
parent
abd3cf86b7
commit
b3426ec6d8
Binary file not shown.
|
After Width: | Height: | Size: 407 KiB |
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -78,10 +78,10 @@ weight = 3
|
|||
|
||||
[[footer]]
|
||||
name = "Seattle"
|
||||
url = "/meetups"
|
||||
url = "/seattle"
|
||||
weight = 2
|
||||
|
||||
[[footer]]
|
||||
name = "Boston"
|
||||
url = "/meetups"
|
||||
url = "/boston"
|
||||
weight = 4
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)]"
|
||||
|
|
|
|||
|
|
@ -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: ""
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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: "<span class='seattle-color'>Handmade Seattle 2024</span>"
|
||||
content: "We are the largest indie conferences for low-level programmers.<br> Proud to be __Fully Hybrid__.<br>"
|
||||
content_bottom: "**Seattle Center**<br><span class='text-small'>Nesholm Family Lecture Hall</span><br><br><span class='underline'>**Nov 20th - 22nd, 2024**</span><br>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**<br>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: "<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/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,<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/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"
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,164 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
<p>Year Page Layout</p>
|
||||
<!-- Banner -->
|
||||
{{ with .Params.banner }}
|
||||
<section class="section {{ .section_class }}">
|
||||
{{ with .bg_img }}
|
||||
{{ $res := resources.Get .img }}
|
||||
<div class="absolute inset-0 bg-cover bg-center bg-no-repeat {{ .bg_class }} {{ if .parallax }} bg-fixed parallax-bg {{ end }}"
|
||||
style="background-image: url('{{ $res.RelPermalink }}')"></div>
|
||||
{{ end }}
|
||||
|
||||
<div class="container relative mx-auto" style="z-index: 12;">
|
||||
<div class="row justify-center">
|
||||
{{ if not .hide_banner_img }}
|
||||
<div class="col-12">
|
||||
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ with .triple_header }}
|
||||
{{ if .enable }}
|
||||
<div class="col-10">
|
||||
<div class="row flex items-end">
|
||||
<a class="col-12 py-4 flex justify-center items-center h-full sm:!col-4 md:!col-4 lg:!col-4 xl:!col4 2xl:col-4" href="{{ .link_left }}">
|
||||
{{ partial "image" (dict "Src" .img_left "Alt" .alt_text_left "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }}
|
||||
{{ partial "image" (dict "Src" .img_left_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }}
|
||||
</a>
|
||||
<a class="col-12 py-4 flex justify-center items-center h-full sm:!col-4 md:!col-4 lg:!col-4 xl:!col4 2xl:col-4" href="{{ .link_center }}">
|
||||
{{ partial "image" (dict "Src" .img_center "Alt" .alt_text_center "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }}
|
||||
{{ partial "image" (dict "Src" .img_center_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }}
|
||||
</a>
|
||||
<a class="col-12 py-4 flex justify-center h-full sm:!col-4 md:!col-4 lg:!col-4 xl:!col4 2xl:col-4" href="{{ .link_right }}">
|
||||
{{ partial "image" (dict "Src" .img_right "Alt" .alt_text_right "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }}
|
||||
{{ partial "image" (dict "Src" .img_right_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row justify-center">
|
||||
<div class="lg:col-10">
|
||||
<p>DEVON WAS HERE</p>
|
||||
|
||||
{{/* {{ $subdirs := .GetSubDirs "." }} */}}
|
||||
|
||||
{{/* {{ $filteredSubdirs := where $subdirs (regexMatch "^[0-9]+$") }} */}}
|
||||
|
||||
{{/* {{ range $subdir := $subdirs }}
|
||||
<a href="{{ $subdir | relURL }}">{{ $subdir | replaceRE "^/" "" }}</a><br>
|
||||
{{ end }} */}}
|
||||
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
<div class="lg:col-7 md:col-9 mb-8 text-center">
|
||||
<h1 class="mb-8 text-h2 lg:-texth2">
|
||||
{{ .title | markdownify }}
|
||||
</h1>
|
||||
<p class="mb-8 text-white">
|
||||
{{ .content | markdownify }}
|
||||
</p>
|
||||
{{ with .button }}
|
||||
{{ if .enable }}
|
||||
<a class="{{ .class }}"
|
||||
href="{{ .link | absURL }}"
|
||||
{{ if strings.HasPrefix .link `http` }}
|
||||
target="_blank" rel="noopener"
|
||||
{{ end }}>
|
||||
{{ .label }}
|
||||
<i class="{{ .icon }}"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ with .button2 }}
|
||||
{{ if .enable }}
|
||||
<a class="{{ .class }}"
|
||||
href="{{ .link | absURL }}"
|
||||
{{ if strings.HasPrefix .link `http` }}
|
||||
target="_blank" rel="noopener"
|
||||
{{ end }}>
|
||||
{{ .label }}
|
||||
<i class="{{ .icon }}"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .content_bottom }}
|
||||
<p class="{{ .content_bottom_class }}">
|
||||
{{ .content_bottom | markdownify }}
|
||||
</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ with .transition }}
|
||||
{{ if .end }}
|
||||
<div class="relative bg-center bg-top bg-cover bg-no-repeat dark:hidden block {{ .end_class }}"
|
||||
style="height: 100px;z-index:12;mask-image: url('{{ .end }}');background-color: {{ .end_color }};{{ .end_style | safeCSS }}">
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if .end_dark }}
|
||||
<div class="relative bg-center bg-top bg-cover bg-no-repeat dark:block hidden {{ .end_class }}"
|
||||
style="height: 100px;z-index:12;mask-image: url('{{ .end_dark }}');background-color: {{ .end_dark_color }};{{ .end_style | safeCSS }}">
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
<!-- /Banner -->
|
||||
|
||||
<!-- Features -->
|
||||
{{ partial "components/features.html" . }}
|
||||
<!-- /Features -->
|
||||
|
||||
<!-- Testimonials -->
|
||||
{{ with site.GetPage "sections/testimonial" }}
|
||||
{{ if .Params.enable }}
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="md:col-10 lg:col-8 xl:col-6 mx-auto mb-12 text-center">
|
||||
<h2 class="mb-4">
|
||||
{{ .Title | markdownify }}
|
||||
</h2>
|
||||
<p>
|
||||
{{ .Params.description | markdownify }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="swiper testimonial-slider">
|
||||
<div class="swiper-wrapper">
|
||||
{{ range .Params.testimonials }}
|
||||
<div class="swiper-slide">
|
||||
<div
|
||||
class="bg-theme-light dark:bg-darkmode-theme-light rounded-lg px-7 py-10">
|
||||
<div class="text-dark dark:text-white">
|
||||
<svg
|
||||
width="33"
|
||||
height="20"
|
||||
viewBox="0 0 33 20"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M1.28375 19.41L0.79375 18.64C1.21375 17.0067 1.75042 15.07 2.40375 12.83C3.05708 10.5433 3.75708 8.28 4.50375 6.04C5.29708 3.75333 6.06708 1.77 6.81375 0.0899959H15.3538C14.9338 2.09666 14.4904 4.26667 14.0238 6.6C13.5571 8.88666 13.1371 11.15 12.7638 13.39C12.4371 15.5833 12.1571 17.59 11.9238 19.41H1.28375ZM31.69 0.0899959L32.18 0.859998C31.76 2.54 31.2233 4.5 30.57 6.74C29.9167 8.98 29.2167 11.2433 28.47 13.53C27.7233 15.77 26.9533 17.73 26.16 19.41H17.69C18.0167 17.9167 18.3433 16.33 18.67 14.65C18.9967 12.9233 19.3 11.22 19.58 9.54C19.9067 7.81333 20.1867 6.15667 20.42 4.57C20.7 2.93666 20.91 1.44333 21.05 0.0899959H31.69Z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
</div>
|
||||
<blockquote class="mt-8">
|
||||
{{ .content | markdownify }}
|
||||
</blockquote>
|
||||
<div class="mt-11 flex items-center">
|
||||
<div class="text-dark dark:text-white">
|
||||
{{ partial "image" (dict "Src" .avatar "Size" "50x50" "Class" "rounded-full" "Alt" .name) }}
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<a href="{{ .link }}">
|
||||
<h3 class="h5 font-primary font-semibold">
|
||||
{{ .name }}
|
||||
</h3>
|
||||
</a>
|
||||
<p class="text-dark dark:text-white">
|
||||
{{ .designation | markdownify }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="testimonial-slider-pagination mt-9 flex items-center justify-center text-center"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<!-- /Testimonials -->
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
|
||||
{{ partial "page-header-rss" . }}
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
|
|
@ -19,6 +18,9 @@
|
|||
</div>
|
||||
<!-- sidebar -->
|
||||
<div class="lg:col-4">
|
||||
{{ if .Params.newsletter_signup }}
|
||||
{{ partial "components/newsletter_signup.html" .}}
|
||||
{{ end }}
|
||||
<!-- widget -->
|
||||
{{ $widget:= site.Params.widgets.sidebar }}
|
||||
{{ partialCached "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,11 @@
|
|||
{{ partial "components/testimonials.html" . }}
|
||||
{{ end }}
|
||||
<!-- testimonials -->
|
||||
<!-- people_grid -->
|
||||
{{ if .img_grid }}
|
||||
{{ partial "components/people_grid.html" . }}
|
||||
{{ end }}
|
||||
<!-- people_grid -->
|
||||
<!-- img_grid -->
|
||||
{{ if .img_grid }}
|
||||
{{ partial "components/img_grid.html" . }}
|
||||
|
|
@ -110,9 +115,15 @@
|
|||
|
||||
{{ if .image }}
|
||||
{{ $res := resources.Get .image }}
|
||||
{{ if .image_link }}
|
||||
<a href="{{ .image_link }}">
|
||||
{{ end }}
|
||||
<img loading="lazy" decoding="async" src="{{ $res.RelPermalink }}"
|
||||
class="img w-[384px] h-[384px] object-cover w-full h-auto {{ .image_class }} ">
|
||||
{{ end }}
|
||||
{{ if .image_link }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="{{ if eq $tick 0 }}
|
||||
md:order-1
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
{{ with .Params.newsletter_signup }}
|
||||
{{ if .active }}
|
||||
<div class="mb-8 {{ .section_class }}">
|
||||
<h5 class="{{ .title_class }}">{{ .title }}</h5>
|
||||
<form action="{{ .action_url }}" method="POST" class="{{ .form_class }}">
|
||||
<input type="email" class="{{ .input_class}}" id="email" name="email" placeholder="{{ .input_placeholder }}" required="" />
|
||||
<button type="submit" class="{{ .button_class }}">{{ .button_text }}</button>
|
||||
</form>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{{ if .people_grid }}
|
||||
<div class="container relative mx-auto px-4">
|
||||
<div class="flex flex-wrap justify-center mx-auto lg:w-full md:w-5/6">
|
||||
{{ range $i, $option := .people_grid.people }}
|
||||
<div class="w-1/2 md:w-1/3 p-2">
|
||||
<div class="flex justify-center items-center w-full">
|
||||
<a href="{{ $option.link }}" class="relative align-center" target="_blank" rel="noopener noreferrer"
|
||||
title="{{ $option.name }}">
|
||||
{{ $imgres := .resources.Get $option.icon }}
|
||||
<img class="max-w-24 align-center" src="{{ $option.icon }}" alt="{{ .Item.Name }}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
<h4 class="text-xl {{ $ticket.subtitle_class }}">{{ $ticket.subtitle }}</h2>
|
||||
{{/* <div class="columns-3s"> */}}
|
||||
<div id="pricing"
|
||||
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-3 {{ $ticket.section_class }}">
|
||||
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 }}
|
||||
|
||||
<!-- Ticket options -->
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</ul>
|
||||
</div> */}}
|
||||
|
||||
<div class="relative z-10 flex flex-col items-center max-w-md p-4 mx-auto my-0 border border-solid rounded-lg sm:my-0 sm:p-6 md:my-4 md:p-6">
|
||||
<div class="relative z-10 flex flex-col items-center max-w-md p-4 mx-auto my-0 border border-solid {{ $option.ticket_class }} rounded-lg sm:my-0 sm:p-6 md:my-4 md:p-6">
|
||||
<p class="m-0 text-lg leading-tight tracking-tight border-0 border-gray-200 {{ $option.name_class }}">
|
||||
{{ $option.name | markdownify }}
|
||||
</p>
|
||||
|
|
@ -55,8 +55,8 @@
|
|||
</div>
|
||||
<ul class="flex-1 p-0 mt-4 leading-7 text-gray-900 border-0 border-gray-200 {{ $option.features_class }}">
|
||||
{{ range $feature_index, $feature := $option.features }}
|
||||
<li class="inline-flex items-center block w-full mb-2 font-semibold text-left border-solid">
|
||||
<span class="{{ $feature.text_class }}">{{ $feature.text }}</span>
|
||||
<li class="inline-flex items-center block w-full mb-2 text-left border-solid">
|
||||
<span class="{{ $feature.text_class }} text-center w-full">{{ $feature.text }}</span>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<section>
|
||||
<div class="container text-center">
|
||||
<div
|
||||
class="px-8 py-14">
|
||||
<h1>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue