pidgin/nest

1e8c82ab4b35
Parents b1bb041712d1
Children 16ecdf3ebd6c
Adds custom footline and supporters

+ Add supporter images
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/layouts/partials/footline.html Sun Jan 20 23:13:33 2019 +0000
@@ -0,0 +1,10 @@
+<footer class=" footline" >
+ <hr>
+
+ {{ with .Params.LastModifierDisplayName }}
+ <i class='fas fa-user'></i> <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a> {{ with $.Date }} <i class='fas fa-calendar'></i> {{ .Format "02/01/2006" }}{{ end }}
+ </div>
+ {{ end }}
+
+ {{ partial "supporters.html" . }}
+</footer>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/layouts/partials/supporters.html Sun Jan 20 23:13:33 2019 +0000
@@ -0,0 +1,31 @@
+<section class="supporters">
+ <b>Our Supporters</b>
+ <div>
+ {{ range (readDir "./static/images/badges") }}
+ <a> <img src="/images/badges/{{ .Name }}" /> </a> {{ end }}
+ </div>
+</section>
+
+<style>
+ .supporters {
+ background: #322a38;
+ padding: 7px;
+ text-align: center;
+ color: white;
+ border-radius: 15px;
+ }
+
+ .supporters a {
+ display: inline-block;
+ margin: 0 5px;
+ max-height: 40px;
+ max-width: 190px;
+ vertical-align: middle
+ }
+
+ .supporters img {
+ display: inline-block !important;
+ margin: 0 !important;
+ width: auto;
+ }
+</style>
Binary file static/images/badges/Sourceforge_logo.png has changed
Binary file static/images/badges/button.libpurple.png has changed
Binary file static/images/badges/packagecloud.png has changed