diff --git a/_data/sponsors.yml b/_data/sponsors.yml
index 14dc42d..b3a6512 100644
--- a/_data/sponsors.yml
+++ b/_data/sponsors.yml
@@ -1,3 +1,67 @@
-- name: Work in Progress
- link: /install/
+- name: Andy Hunt
+ link: http://toolshed.com/
+ image: "andy.png"
+
+- name: Niklas Vest
+ link: ""
+ image: "niklas.jpg"
+
+- name: John Eriksen
+ link: ""
+ image: ""
+
+- name: DutchPete
+ link: ""
+ image: ""
+
+- name: Simon Wolf
+ link: https://www.swwritings.com/
+ image: ""
+
+- name: Christian Raunitschka
+ link: http://raunitschka.de/
+ image: "christian.jpg"
+
+- name: John Ennion
+ link: ""
+ image: ""
+
+- name: Gide Wilder
+ link: ""
+ image: "rigel.jpg"
+
+- name: mrgnw
+ link: https://github.com/mrgnw
+ image: "morgan.jpeg"
+
+- name: Raimund S.
+ link: http://mrsweb.de/
+ image: ""
+
+- name: William Luke
+ link: https://www.ordino.ai/
+ image: william.jpeg
+
+- name: Richard Lissimore
+ link: https://github.com/richardlissimore
+ image: "richard.png"
+
+- name: Marcelo Subtil Marcal
+ link: http://smarcal.com/
+ image: "marcelo.jpeg"
+
+- name: threeforks
+ link: ""
+ image: ""
+
+- name: Masayuki Higashino
+ link: http://msyk.hgsn.info/
+ image: "masayuki.png"
+
+- name: Scott Dillman
+ link: http://dreamcyclestudios.com/
+ image: "scott.jpeg"
+
+- name: Steven Schmutz
+ link: ""
image: ""
\ No newline at end of file
diff --git a/_includes/donate.html b/_includes/donate.html
index 3eaa1a9..cc60d39 100644
--- a/_includes/donate.html
+++ b/_includes/donate.html
@@ -17,4 +17,11 @@
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 668ca00..feca2ad 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -59,7 +59,6 @@ If you want to see more interesting projects, visit my website: https://federico
{% endunless %}
{% include donate.html %}
-
{% include footer.html %}
diff --git a/_sass/_donate.scss b/_sass/_donate.scss
index 47a3039..c98d931 100644
--- a/_sass/_donate.scss
+++ b/_sass/_donate.scss
@@ -47,4 +47,13 @@
height: 60px;
display: inline;
}
+
+ .sponsor-pane {
+ text-align: center;
+ margin-top: 80px;
+
+ .btn {
+ background-color: $mainColor;
+ }
+ }
}
\ No newline at end of file
diff --git a/_sass/_sponsors.scss b/_sass/_sponsors.scss
index abfb9f7..282861b 100644
--- a/_sass/_sponsors.scss
+++ b/_sass/_sponsors.scss
@@ -1,4 +1,10 @@
.sponsors {
+ text-align: center;
+
+ .heading {
+ text-align: center;
+ }
+
.sponsor-img {
width: 100px;
margin: auto;
diff --git a/assets/images/sponsors/andy.png b/assets/images/sponsors/andy.png
new file mode 100644
index 0000000..3766372
Binary files /dev/null and b/assets/images/sponsors/andy.png differ
diff --git a/assets/images/sponsors/christian.jpg b/assets/images/sponsors/christian.jpg
new file mode 100644
index 0000000..b310314
Binary files /dev/null and b/assets/images/sponsors/christian.jpg differ
diff --git a/assets/images/sponsors/marcelo.jpeg b/assets/images/sponsors/marcelo.jpeg
new file mode 100644
index 0000000..da1d80e
Binary files /dev/null and b/assets/images/sponsors/marcelo.jpeg differ
diff --git a/assets/images/sponsors/masayuki.png b/assets/images/sponsors/masayuki.png
new file mode 100644
index 0000000..086871e
Binary files /dev/null and b/assets/images/sponsors/masayuki.png differ
diff --git a/assets/images/sponsors/morgan.jpeg b/assets/images/sponsors/morgan.jpeg
new file mode 100644
index 0000000..2070e70
Binary files /dev/null and b/assets/images/sponsors/morgan.jpeg differ
diff --git a/assets/images/sponsors/niklas.jpg b/assets/images/sponsors/niklas.jpg
new file mode 100644
index 0000000..84909bc
Binary files /dev/null and b/assets/images/sponsors/niklas.jpg differ
diff --git a/assets/images/sponsors/richard.png b/assets/images/sponsors/richard.png
new file mode 100644
index 0000000..0284c18
Binary files /dev/null and b/assets/images/sponsors/richard.png differ
diff --git a/assets/images/sponsors/rigel.jpg b/assets/images/sponsors/rigel.jpg
new file mode 100644
index 0000000..17081fd
Binary files /dev/null and b/assets/images/sponsors/rigel.jpg differ
diff --git a/assets/images/sponsors/scott.jpeg b/assets/images/sponsors/scott.jpeg
new file mode 100644
index 0000000..13784c5
Binary files /dev/null and b/assets/images/sponsors/scott.jpeg differ
diff --git a/assets/images/sponsors/william.jpeg b/assets/images/sponsors/william.jpeg
new file mode 100644
index 0000000..1484ea8
Binary files /dev/null and b/assets/images/sponsors/william.jpeg differ
diff --git a/sponsors.html b/sponsors.html
index d091211..094dfd2 100644
--- a/sponsors.html
+++ b/sponsors.html
@@ -3,9 +3,11 @@ title: Sponsors
layout: default
showParticles: True
---
-Many people helped espanso along the way, allowing me to stay motivated and focused on our mission. Thank you, there are no words to say how much I appreciate your help :)
-
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file