Initial commit; page is a clone of bonifacelabs.ca but with changed content (of course).

This commit is contained in:
2016-09-28 11:57:16 -04:00
parent 3f7acc4568
commit e9ede5dd9a
52 changed files with 6040 additions and 0 deletions

View 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>