diff --git a/app/views/static/index.html.erb b/app/views/static/index.html.erb index dd71478cde..2d4c602314 100644 --- a/app/views/static/index.html.erb +++ b/app/views/static/index.html.erb @@ -1,217 +1,229 @@ - - - - CASA Volunteer Tracking - - - - <%= stylesheet_link_tag "shared/noscript" %> + + + + + CASA Volunteer Tracking + + + + <%= stylesheet_link_tag "shared/noscript" %> - + - - -
-
- +
+ +
+
+
+
+

Casa Volunteer Tracking removes
the complexity of managing your
CASA and tracking your + volunteers.

+

Ready to make yourself more efficient?

+
+
+
+
+
-
-
-
-
-

Casa Volunteer Tracking removes
the complexity of managing your
CASA and tracking your volunteers.

-

Ready to make yourself more efficient?

-
+
+
+
+

The Casa Volunteer Tracking app removes the
complexity from your day +

+

and lets you spend time helping those who need it.

+ +
+
+ +
+
+
+
+ <%= image_tag("case-contact.svg", class: "app-images" , alt: "man reading a book to a girl" ) %>
- -
- - -
-
-
-

The Casa Volunteer Tracking app removes the
complexity from your day

-

and lets you spend time helping those who need it.

- +
+
+ <%= image_tag("court-report.svg", class: "app-images" , alt: "judge raising a gavel" ) %> +
+
+

Court Reports

+

Volunteers, supervisors, and admins can generate a court report for any case + with all recorded case contacts pre-filled.

+
-
-
-
-
- <%= image_tag("case-contact.svg", class: "app-images", alt: "man reading a book to a girl") %> -
-
-

Case Contacts

-

Volunteers can record case contacts and learning hours.

-
+
+
+
+ <%= image_tag("reimbursement.svg", class: "app-images" , alt: "car with two people" ) %>
-
-
- <%= image_tag("court-report.svg", class: "app-images", alt: "judge raising a gavel") %> -
-
-

Court Reports

-

Volunteers, supervisors, and admins can generate a court report for any case with all recorded case contacts pre-filled.

-
+
+

Reimbursements

+

Volunteers can submit reimbursement requests and admins can generate reports. +

-
-
-
- <%= image_tag("reimbursement.svg", class: "app-images", alt: "car with two people") %> -
-
-

Reimbursements

-

Volunteers can submit reimbursement requests and admins can generate reports.

-
+
+
+ <%= image_tag("add-case.svg", class: "app-images" , alt: "file folders and file cabinet" ) %>
- -
-
- <%= image_tag("add-case.svg", class: "app-images", alt: "file folders and file cabinet") %> -
-
-

Add Cases

-

Supervisors and administrators can add cases and assign volunteers.

-
+
+

Add Cases

+

Supervisors and administrators can add cases and assign volunteers.

+
-
-
-
- <%= image_tag("spreadsheets.svg", class: "app-images", alt: "computer screen with graphs and charts") %> -
-
-

Exportable Data

-

All CASA data is easily exportable in CSV format.

-
+
+
+
+ <%= image_tag("spreadsheets.svg", class: "app-images" , alt: "computer screen with graphs and charts" ) %> +
+
+

Exportable Data

+

All CASA data is easily exportable in CSV format.

+
-
-
- <%= image_tag("communicate.svg", class: "app-images", alt: "woman holding a phone with a notification alert") %> -
-
-

Communication

-

Easily communicate with volunteers by email, SMS or both.

-
+
+
+ <%= image_tag("communicate.svg", class: "app-images" , + alt: "woman holding a phone with a notification alert" ) %> +
+
+

Communication

+

Easily communicate with volunteers by email, SMS or both.

+
-
-
-
- <%= image_tag("quote.svg", class: "quote-image", style: "width: 300px", alt: "Quote: No one is useless in this world who lightens the burdens of another - Charles Dickens") %> -
-
-

Testimonials

-
-
-
-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec aliquam aliquam, nunc nisl aliquam nisl, nec aliquam nisl nunc vel nunc. Sed euismod, nisl nec aliquam aliquam, nunc nisl aliquam nisl, nec aliquam nisl nunc vel nunc. - Lorem.

- - Person, Some Casa -
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec aliquam aliquam, nunc nisl aliquam nisl, nec aliquam nisl nunc vel nunc. Sed euismod, nisl nec aliquam aliquam, nunc nisl aliquam nisl, nec aliquam nisl nunc vel nunc.

- - Person, Another Casa -
+
+
+
+ <%= image_tag("quote.svg", class: "quote-image" , style: "width: 300px" , + alt: "Quote: No one is useless in this world who lightens the burdens of another - Charles Dickens" ) %> +
+
+

Testimonials

+
+
+
+

The tracker has helped us streamline our processes, and we no longer have to worry about losing track + of important documents. +

+ - Sarah B. | Program Manager +
+
+

Thanks to the tracker, we can now make quicker decisions and effectively + monitor our cases, resulting in a more pleasant experience for our volunteers.

+ - Nancy K. | Office Manager
+
-
-
-

CASA Organizations Powered by Our App

-
-
- <% @casa_logos.each do |org| %> -
-
- <%= image_tag org.logo, class: "org_logo" %> -
- <%= org.display_name %> +
+
+

CASA Organizations Powered by Our App

+
+
+ <% @casa_logos.each do |org| %> +
+
+ <%= image_tag org.logo, class: "org_logo" %>
+ <%= org.display_name %> +
<% end %> -
+
-
-
-
-

Want to use the CASA Volunteer Tracking App?

-

-

Have questions? Email us at casa@rubyforgood.org

-
+
+
+
+

Want to use the CASA Volunteer Tracking App?

+

+

Have questions? Email us at casa@rubyforgood.org

-
+
+
- + + diff --git a/config/database.yml b/config/database.yml index 56f6fe270a..0a5821dc29 100644 --- a/config/database.yml +++ b/config/database.yml @@ -6,6 +6,7 @@ default: &default port: <%= ENV.fetch("POSTGRES_PORT", "5432") %> password: <%= ENV.fetch("POSTGRES_PASSWORD") { 'password' } %> + development: <<: *default database: casa_development