First pass working on frontpage

Namely testimonials and top banner
This commit is contained in:
2024-09-22 17:40:15 -07:00
parent c224d9903b
commit dfed01d167
97 changed files with 15830 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
---
enable: true
title: "Ready to build your next project with Hugo?"
image: "/images/call-to-action.png"
description: "Experience the future of web development with Hugoplate and Hugo. Build lightning-fast static sites with ease and flexibility."
button:
enable: true
label: "Get Started Now"
link: "https://github.com/zeon-studio/hugoplate"
# don't create a separate page
_build:
render: "never"
---

View File

@@ -0,0 +1,29 @@
---
enable: true
title: "Study Handmade. Master the Craft."
description: ""
# Testimonials
testimonials:
- name: "John Carmack"
designation: ""
link: ""
avatar: "/images/carmack.jpg"
content: "I endorse the Handmade ethos!"
- name: "Bob Nystrom"
designation: ""
link: ""
avatar: "/images/nystrom.jpg"
content: "Handmade Seattle was an incredible conference with excellent talks, a wonderful organizer Abner Coimbre and the best community of people. What an enriching couple of days. <3"
- name: "Casey Muratori"
designation: ""
link: ""
avatar: "/images/muratori.jpg"
content: "Running a small conference with accessible ticket prices free of corporate branding is a daunting, grueling, unprofitable job. Hats off to Abner Coimbre who did it anyway and gave people from literally all over the globe a great Handmade Seattle 2019!"
# don't create a separate page
_build:
render: "never"
---