diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..c625e01 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,30 @@ +--- +title: Home +layout: hextra-home +--- + +{{< hextra/hero-container + image="images/hero-img.png" + imageClass="hx-block hx-overflow-hidden hx-rounded-3xl" + imageWidth="768" imageHeight="398" + imageTitle="CVA4" +>}} +
+{{< hextra/hero-headline >}} + CV in A4 Template +{{< /hextra/hero-headline >}} +
+ +
+{{< hextra/hero-subtitle >}} + 👋 Welcome to our public space. +{{< /hextra/hero-subtitle >}} +
+ +
+{{< hextra/hero-subtitle >}} + Try for the day + when You don't need introduce yourself! +{{< /hextra/hero-subtitle >}} +
+{{< /hextra/hero-container >}} \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 98931dc..1d0a70b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,16 @@ baseURL: https://cva4.com/ languageCode: en-us title: CVA4 -theme: hextra \ No newline at end of file +theme: hextra +languages: + en: + title: CVA4 +params: + navbar: + displayTitle: true + displayLogo: false + footer: + displayCopyright: true + displayPoweredBy: false + enable: true + width: normal \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..f38b602 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1 @@ +copyright: 'Copyright © 2024 CVA4' diff --git a/static/images/hero-img.png b/static/images/hero-img.png new file mode 100644 index 0000000..f993ee9 Binary files /dev/null and b/static/images/hero-img.png differ