About page, most of frontpage, news
Frontpage: - Implement initial pass of swipers, might look for something that doesn't require JS. - Implemented transitions - Added transitions / company logos to assets About page: - Basically duplicated layout from existing website News: - Renamed /blog -> /news, not too much in this section left to do, relatively straightforward for that
This commit is contained in:
@@ -40,25 +40,56 @@ features:
|
||||
- title: "Inspired by Handmade Hero"
|
||||
image: ""
|
||||
side: "center"
|
||||
bg_img:
|
||||
parallax: true
|
||||
img: "/images/test_bg.jpg"
|
||||
transition:
|
||||
start: "/images/transition2.svg"
|
||||
start_class: "mb-5"
|
||||
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"
|
||||
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"
|
||||
title_class: "text-white"
|
||||
button:
|
||||
enable: enable
|
||||
class: "meetups-bg dark:meetups-bg"
|
||||
label: "About Us"
|
||||
link: "/about"
|
||||
|
||||
- title: "Discover the Key Features Of Hugo"
|
||||
image: "/images/service-2.png"
|
||||
content: "Hugo is an all-in-one web framework for building fast, content-focused websites. It offers a range of exciting features for developers and website creators. Some of the key features are:"
|
||||
bulletpoints:
|
||||
- "Zero JS, by default: No JavaScript runtime overhead to slow you down."
|
||||
- "Customizable: Tailwind, MDX, and 100+ other integrations to choose from."
|
||||
- "UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more."
|
||||
- title: "Companies Value Handmade"
|
||||
title_class: "text-center"
|
||||
image: ""
|
||||
side: "center"
|
||||
swiper:
|
||||
show_buttons: false
|
||||
slides:
|
||||
- name: "JangaFX"
|
||||
icon: "/images/jangafx.png"
|
||||
link: "https://tek256.com"
|
||||
- name: "Pontoco"
|
||||
icon: "/images/pontoco_logo.png"
|
||||
link: "https://tek256.com"
|
||||
- name: "Mozilla"
|
||||
icon: "/images/mozilla.png"
|
||||
link: "https://tek256.com"
|
||||
- name: "TestFit"
|
||||
icon: "/images/tf.png"
|
||||
link: "https://tek256.com"
|
||||
button:
|
||||
enable: true
|
||||
label: "Get Started Now"
|
||||
link: "https://github.com/zeon-studio/hugoplate"
|
||||
enable: false
|
||||
|
||||
- title: "The Top Reasons to Choose Hugo for Your Hugo Project"
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user