summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html
new file mode 100644
index 000000000..9e7240433
--- /dev/null
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/hero.html
@@ -0,0 +1,18 @@
+<header class="bg-primary-color-dark ph4 tc" role="banner">
+ <section class="center pb4 pb5-l ph4-l pt3 pt5-ns w-90 w-60-l">
+ <div class="center w-100 w-50-ns">
+ <img src="/images/hugo-logo-wide.svg" alt="Hugo Logo">
+ </div>
+ {{ with .Site.Params.description }}
+ <h2 class="f3 f1-l fw4 white-90 m0 lh-title pt2 pb3 pv0-ns">
+ {{ . }}
+ </h2>
+ {{ end }}
+ <div class="lh-copy f4 w-90-ns center fw2 silver tc tc-ns">
+ {{ .Content }}
+ </div>
+ <div class="w4 mv4 center">
+ <a class="f5 db link grow tc v-mid bg-blue white ba b--blue ph3 pv2 br1" href="/getting-started/quick-start/">Quick Start</a>
+ </div>
+ </section>
+</header>