Skip to content

Commit

Permalink
Reflect index page + theme from openinfra-kr.org
Browse files Browse the repository at this point in the history
  • Loading branch information
dokabi committed Aug 8, 2024
1 parent ea5645d commit fa6e251
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 48 deletions.
103 changes: 56 additions & 47 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,71 +39,80 @@ hero:
shadow: false
border: false
alt: ""
buttons:
- button:
text: "Learn More"
url: "services/"
external: false
fa_icon: false
outline: true
style: "transparent"
- button:
text: "Buy Now"
url: "https://www.zerostatic.io/theme/hugo-advance/"
external: true
show_external_icon: true
fa_icon: false
outline: true
style: "transparent"

services:
enabled: true
enabled: false
show_view_all: true
sort_by: "weight" # "date" "weight"
limit: 3

intro:
enabled: true
align: left
image: "images/photos/content/content-5.webp"
heading: "We Help Business Grow"
description: "Our software empowers customers and retailers to work from anywhere in the world, on the go, or at home."
image: "/images/photos/home/content-6-thumbnail.jpg"
heading: "Building the next decade of open infrastructure including OpenStack."
description: ""
bullets:
- text: "Hosts regular OpenInfra seminar for engineers and developers in Korea."
fa_icon: "fas fa-check"
- text: "Help users to study OpenInfra projects."
fa_icon: "fas fa-check"
- text: "Make people to contribute OpenInfra projects with upstream training."
fa_icon: "fas fa-check"
- text: "Holds OpenInfra Community Days Korea event annually with other communities."
fa_icon: "fas fa-check"
buttons:
- button:
text: "View Our Services"
url: "https://www.zerostatic.io/docs/hugo-advance/"
text: "About Us"
#url: "/about"
url: "/"
external: false
fa_icon: false
outline: true
fa_icon: ""
size: large
outline: false
style: "primary"
partners:
enabled: true
work:
enabled: true
label: "Our Portfolio"
show_view_all: false

partners:
enabled: false
limit: 5
sort: "weight" # 'date'

projects:
enabled: false
heading: "Our Projects"
description: ""
limit: 2
columns: 2
sort: "weight" # 'date'
view_more_button_text: "View All Projects"
view_more_button_link: "/projects"

outro:
enabled: true
align: center
image: ""
#image: false
heading: Get Started Today
description: Save time and money using this premium Hugo theme.
description: "Get your own open infra and OpenStack today"
features:
enabled: false
list:
- text: "Free Quote"
fa_icon: "fas fa-envelope-open-text"
buttons:
- button:
text: "Buy Now"
url: "https://www.zerostatic.io/theme/hugo-advance/"
external: true
fa_icon: false
outline: false
style: ""
- button:
text: "Contact Us"
url: "contact/"
text: "Get Started"
url: "/"
#url: "/contact"
external: false
fa_icon: false
outline: false
style: ""
blog:
enabled: true
show_view_all: false
size: "large"

posts:
enabled: false
heading: "Latest Posts"
description: ""
limit: 3
columns: 3
sort: "weight" # 'date'
view_more_button_text: "View All Posts"
view_more_button_link: "/blog"
---
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ <h2>{{ .info.heading }}</h2>
{{ if .info.bullets }}
<ul>
{{ range .info.bullets }}
<li>{{ . }}</li>
<li>
<i class="{{ if .fa_icon }}{{ .fa_icon }} mr-1{{ end }}"></i>
{{ .text }}
</li>
{{ end }}
</ul>
{{ end }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa6e251

Please sign in to comment.