diff --git a/app/assets/stylesheets/_base.scss b/app/assets/stylesheets/_base.scss
index 235607f..5bc910d 100644
--- a/app/assets/stylesheets/_base.scss
+++ b/app/assets/stylesheets/_base.scss
@@ -79,6 +79,14 @@ ul {
.click_donate {
margin: 2rem 0 2rem 0;
}
+
+ .donate_method {
+ border: 1px solid #ddd;
+ padding: 16px;
+ border-radius: 8px;
+ margin-bottom: 16px;
+ background-color: #f9f9f9;
+ }
}
.reg_button {
diff --git a/app/views/donations/how_to_donate.html.erb b/app/views/donations/how_to_donate.html.erb
index 61e6620..fceb922 100644
--- a/app/views/donations/how_to_donate.html.erb
+++ b/app/views/donations/how_to_donate.html.erb
@@ -1,15 +1,46 @@
Here are instructions on how to donate:
-
- - Click the link below
- - Write in $45 a month and select "recurring payment"
- - Choose "Other - Put details in comments below" from "My donations is for" field
- - Fill in necessary details
- - Write in the "Comments" text area - "7580 Adventist Learning Center"
- - If your donation is for a particular student write in the "Comments" text area - "7580 Adventist Learning Center Donate ID: {Donate ID of a specific student}"
-
-
Click Donate
+
+
+
Option 1: Donate via Zelle or PayPal
+
+
+
+
+
Option 2: Donate via Adventist Mission
+
+ - Click the link below
+ - Write in $45 a month and select "recurring payment"
+ - Choose "Other - Put details in comments below" from the "My donation is for" field
+ - Fill in necessary details
+ - Write in the "Comments" text area: "7580 Adventist Learning Center"
+ -
+ If your donation is for a particular student, write in the
+ "Comments" text area:
+ "7580 Adventist Learning Center Donate ID: {Donate ID of a specific student}"
+
+
+
+ Click
+ Donate
+
+
+
Thank you for your support!
-
\ No newline at end of file
+
diff --git a/app/views/students/sponsor_individual_student.html.erb b/app/views/students/sponsor_individual_student.html.erb
index aa74f49..6a7d407 100644
--- a/app/views/students/sponsor_individual_student.html.erb
+++ b/app/views/students/sponsor_individual_student.html.erb
@@ -1,14 +1,46 @@
Here are instructions on how to sponsor <%= @student.name %>:
-
- - Click the link below
- - Write in $45 a month and select "recurring payment"
- - Choose "Other - Put details in comments below" from "My donations is for" field
- - Fill in necessary details
- - Write in the "Comments" text area - "7580 Adventist Learning Center Donate ID: <%= @student.unique_identifier %>"
-
-
Click Donate
+
+
+
Option 1: Donate via Zelle or PayPal
+
+ -
+
+ Zelle: Send to
+ ShareAnniesHope@gmail.com
+
+ (Make sure to include "Sponsor ID: <%= @student.unique_identifier %>" in the memo)
+
+ -
+
+ PayPal:
+ Click here to donate
+
+ (Make sure to include "Sponsor ID: <%= @student.unique_identifier %>" in the notes)
+
+
+
+
+
+
Option 2: Donate via Adventist Mission
+
+ - Click the link below
+ - Write in $45 a month and select "recurring payment"
+ - Choose "Other - Put details in comments below" from the "My donation is for" field
+ - Fill in necessary details
+ -
+ Write in the "Comments" text area:
+ "7580 Adventist Learning Center Donate ID: <%= @student.unique_identifier %>"
+
+
+
+ Click
+ Donate
+
+
+
Thank you for your support!