pidgin/nest

6d828dae0ca9
Parents 07a3269fd83d
Children 3834096d3865
Adds Donate button partial and styling
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/layouts/partials/donate.html Thu Jan 17 22:26:45 2019 +0000
@@ -0,0 +1,3 @@
+<a href="https://imfreedom.org/#/donate" class="donate-button">
+ <i class="fas fa-heart"></i> Donate
+</a>
--- a/layouts/partials/menu-footer.html Thu Jan 17 20:10:15 2019 +0000
+++ b/layouts/partials/menu-footer.html Thu Jan 17 22:26:45 2019 +0000
@@ -1,2 +1,1 @@
-<!-- this needs styling or something... -->
-<a href="https://imfreedom.org/#/donate">Donate</a>
\ No newline at end of file
+{{ partial "donate.html" . }}
--- a/static/css/custom.css Thu Jan 17 20:10:15 2019 +0000
+++ b/static/css/custom.css Thu Jan 17 22:26:45 2019 +0000
@@ -13,3 +13,15 @@
width: 33%;
display: inline-block;
}
+
+.donate-button {
+ display: inline-block;
+ border-radius: 25px;
+ color: rgb(0, 0, 0) !important;
+ background: #fff;
+ padding: 10px;
+ width: 200px;
+ text-align: center;
+ font-weight: bolder;
+ font-size: 20px;
+}