added a donate and faq page

This commit is contained in:
2018-08-12 10:23:51 +02:00
parent 94fc84615c
commit b0f77be93d
18 changed files with 379 additions and 131 deletions
+2
View File
@@ -60,6 +60,8 @@ file-excel-o # CSV button
reply # reply, or back
arrow-left # back
paypal
# Unused
; sliders
;
+1 -1
View File
@@ -23,7 +23,7 @@
@import "~bootstrap/scss/badge";
//@import "~bootstrap/scss/jumbotron";
@import "~bootstrap/scss/alert";
//@import "~bootstrap/scss/progress";
@import "~bootstrap/scss/progress";
@import "~bootstrap/scss/media";
@import "~bootstrap/scss/list-group";
@import "~bootstrap/scss/close";
+17
View File
@@ -0,0 +1,17 @@
.funding-progress {
height: 2rem;
@extend .box-shadow;
border: 1px solid $success;
.progress-bar {
span {
display: inline-block;
white-space: nowrap;
padding: dist(1);
font-size: 1rem;
color: white;
text-shadow: 0 1px 2px black,
0 1px 2px black;
font-weight: bold;
}
}
}
+9
View File
@@ -5,6 +5,14 @@ html {
overflow-y: scroll;
}
dd {
margin-left: dist(4);
}
dt {
font-size: 1.2rem;
}
@import "helpers";
@import "fa-utils";
@import "block-collapse";
@@ -24,6 +32,7 @@ html {
@import "bootstrap-customizations/table";
@import "infobox";
@import "funding";
.bio-table {
td {