diff --git a/config.yml b/config.yml
index 439712e..a3f2300 100644
--- a/config.yml
+++ b/config.yml
@@ -25,6 +25,10 @@ pages:
redirect: https://gitlab.com/veilid/veilid
- path: give
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
+ - path: stripe
+ redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
+ - path: paypal
+ redirect: https://www.paypal.com/donate/?hosted_button_id=T9NHCFDCE7Q4S
- path: launch
redirect: /defcon/
pagination:
diff --git a/pages/donate.md b/pages/donate.md
index 3a770f0..cfaaacc 100644
--- a/pages/donate.md
+++ b/pages/donate.md
@@ -33,13 +33,15 @@ layout: index
You can learn more at Veilid.org
-
-
-
- Donations are collected via Stripe; clicking this link will open a new window or tab.
+
diff --git a/pages/index.md b/pages/index.md
index a32295e..838e8c4 100644
--- a/pages/index.md
+++ b/pages/index.md
@@ -15,12 +15,14 @@ layout: index
application framework.
-
-
-
+
+
-
-
Ways to Help
+
+
Ways to Help
There a so many ways to join the community and help out:
- Discord
diff --git a/static/img/v-shiny-icon1024-beta.png b/static/img/v-shiny-icon1024-beta.png
new file mode 100644
index 0000000..c603250
Binary files /dev/null and b/static/img/v-shiny-icon1024-beta.png differ
diff --git a/static/img/v-shiny-icon1024.png b/static/img/v-shiny-icon1024.png
new file mode 100644
index 0000000..0b6463d
Binary files /dev/null and b/static/img/v-shiny-icon1024.png differ
diff --git a/themes/veilid/assets/scss/style.scss b/themes/veilid/assets/scss/style.scss
index 76bbb96..4fe6ccf 100644
--- a/themes/veilid/assets/scss/style.scss
+++ b/themes/veilid/assets/scss/style.scss
@@ -160,8 +160,6 @@
.small-warning {
- @extend .my-3;
- @extend .text-center;
@extend .small;
}