Initial commit; page is a clone of bonifacelabs.ca but with changed content (of course).
This commit is contained in:
27
themes/scroll/layouts/partials/footer.html
Normal file
27
themes/scroll/layouts/partials/footer.html
Normal file
@ -0,0 +1,27 @@
|
||||
<footer class="site-footer">
|
||||
<div>
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a href="http://twitter.com/{{ .Site.Params.twitter }}" title="Twitter"><span class="fa fa-tt fa-2x"></span></a>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.bitbucket }}
|
||||
<a href="https://bitbucket.org/{{ .Site.Params.bitbucket }}" title="Bitbucket"><span class="fa fa-bitbucket fa-2x"></span></a>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.github }}
|
||||
<a href="https://github.com/{{ .Site.Params.github }}" title="GitHub"><span class="fa fa-github fa-2x"></span></a>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.flickr }}
|
||||
<a href="http://www.flickr.com/photos/{{ .Site.Params.flickr }}/" title="Flickr"><span class="fa fa-flickr fa-2x"></span></a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<a href="http://no.linkedin.com/in/{{ .Site.Params.linkedin }}/en" title="Linkedin"> <i class='fa fa-ll fa-2x'></i></a>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.email }}
|
||||
<a href="mailto:{{ .Site.Params.email }}" title="Email {{ .Site.Params.email }}"> <i class='fa fa-envelope-o fa-2x'></i></a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="inner">
|
||||
<section ><a href="http://ghostscroll.grmmph.com/">HugoScroll</a> theme by <a href="http://fredrikloch.me">Fredrik</a>.<br>
|
||||
Proudly published with <a class="i-ghost" href="http://gohugo.io">Hugo</a></section>
|
||||
</div>
|
||||
</footer>
|
18
themes/scroll/layouts/partials/header.html
Normal file
18
themes/scroll/layouts/partials/header.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Document Settings -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<title> {{ .Title }} · {{ .Site.Title }} </title>
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!--Styles'n'Scripts -->
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/base.css" />
|
||||
</head>
|
3
themes/scroll/layouts/partials/script.html
Normal file
3
themes/scroll/layouts/partials/script.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!-- Script -->
|
||||
<script src="{{ .Site.BaseURL }}/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="{{ .Site.BaseURL }}/js/index.min.js"></script>
|
Reference in New Issue
Block a user