First pass working on frontpage
Namely testimonials and top banner
This commit is contained in:
14
content/english/sections/call-to-action.md
Normal file
14
content/english/sections/call-to-action.md
Normal 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"
|
||||
---
|
||||
29
content/english/sections/testimonial.md
Normal file
29
content/english/sections/testimonial.md
Normal 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"
|
||||
---
|
||||
Reference in New Issue
Block a user