Skip to content

Commit

Permalink
Add new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicky committed Aug 24, 2018
1 parent 0c84daa commit d9bfad9
Show file tree
Hide file tree
Showing 17 changed files with 3,941 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layouts/partials/footer.html
@@ -0,0 +1,9 @@
<div class="section" id="footer"><!-- Begin Footer section -->
<div class="container has-text-centered"><!-- Begin Footer container -->
{{ if .Site.Params.footerText }}
<span class="footer-text">{{ .Site.Params.footerText | markdownify }}</span>
{{ else }}
<span class="footer-text"><a href="https://github.com/vickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <a href="https://vickylai.com" target="_blank" rel="noopener"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.</span>
{{ end }}
</div><!-- End Footer container -->
</div><!-- End Footer section -->
5 changes: 5 additions & 0 deletions static/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added static/fonts/fa-brands-400.eot
Binary file not shown.
1,148 changes: 1,148 additions & 0 deletions static/fonts/fa-brands-400.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file added static/fonts/fa-brands-400.woff
Binary file not shown.
Binary file added static/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file added static/fonts/fa-regular-400.eot
Binary file not shown.
467 changes: 467 additions & 0 deletions static/fonts/fa-regular-400.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file added static/fonts/fa-regular-400.woff
Binary file not shown.
Binary file added static/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file added static/fonts/fa-solid-900.eot
Binary file not shown.
2,312 changes: 2,312 additions & 0 deletions static/fonts/fa-solid-900.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file added static/fonts/fa-solid-900.woff
Binary file not shown.
Binary file added static/fonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit d9bfad9

Please sign in to comment.