diff options
| author | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
|---|---|---|
| committer | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
| commit | 667e11c4ec3835d959aab1797647bd0a49869674 (patch) | |
| tree | 84c6c5f20686574009f1dccc0f27a7192ff165e7 /layouts/partials/top-block.html | |
Init commit
Diffstat (limited to 'layouts/partials/top-block.html')
| -rw-r--r-- | layouts/partials/top-block.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layouts/partials/top-block.html b/layouts/partials/top-block.html new file mode 100644 index 0000000..1427150 --- /dev/null +++ b/layouts/partials/top-block.html @@ -0,0 +1,19 @@ +
+ <!-- Full Page Image Header Area -->
+ <div id="top" class="header">
+ <div class="vert-text">
+ <a href="#intro"><img src="{{ .Site.Params.mainIcon }}" class="logo"></a>
+ <div class="siteTitle">{{ .Site.Title }}</div>
+ <div class="description">{{ .Site.Params.description }}</div>
+ <div class="buttonbox">
+ <a href="/overview/introduction" class="btn btn-primary btn-lg">Docs <i class="icon-idea"></i></a>
+ <a href="#action" class="btn btn-success btn-lg">Install <i class="icon-arrow-down"></i></a>
+ <a href="http://discuss.gohugo.io" class="btn btn-info btn-lg">Community <i class="icon-talking"></i></a>
+ <a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">GitHub <i class="icon-circlestar"></i></a>
+ {{ range .Site.Params.social }}
+ <a href="{{ .url }}" class="btn btn-default btn-lg"><i class="icon-{{ lower .title }}"></i> <span class="network-name">{{ .title }}</span></a>
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ <!-- /Full Page Image Header Area -->
|
