diff --git a/app/assets/images/logo.webp b/app/assets/images/logo.webp new file mode 100644 index 0000000..e74241f Binary files /dev/null and b/app/assets/images/logo.webp differ diff --git a/app/assets/stylesheets/partials/_colors.scss b/app/assets/stylesheets/partials/_colors.scss index 54dde4f..b16345c 100644 --- a/app/assets/stylesheets/partials/_colors.scss +++ b/app/assets/stylesheets/partials/_colors.scss @@ -6,7 +6,9 @@ $light-blue: #FAFCFD; $white: #FFFFFF; $blue: #01788E; -$dark-blue: #004D61; +$dark-blue: #1d2742; + +// #1d2742; $red: #C93047; $dark-red: #920020; @@ -41,6 +43,9 @@ $ideal: $purple; color: $blue; } +.color-dark-blue { + color: $dark-blue; +} .color-lime { color: $lime; } @@ -61,6 +66,10 @@ $ideal: $purple; background-color: $blue; } +.bg-dark-blue { +background-color: $dark-blue; +} + .bg-color-purple { background-color: $purple; } diff --git a/app/views/about/index.html.erb b/app/views/about/index.html.erb index 7d29d53..e22b75f 100644 --- a/app/views/about/index.html.erb +++ b/app/views/about/index.html.erb @@ -1,5 +1,5 @@ -
+
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index a481e37..8fe98e0 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,14 +1,22 @@ -
+
-
-
-

The Education Commonwealth Project

-
+
+
+ + + + + +
+

The Education Commonwealth Project

-
@@ -20,15 +28,15 @@
-

<%= link_to "About ECP", work_with_ecp_index_path %>

+

<%= link_to "About ECP", work_with_ecp_index_path, class: "color-dark-blue" %>

The Education Commonwealth Project (ECP) works to support assessment of student learning and school progress that is valid, democratic, and equitable. Pushing back against the overreliance on standardized testing, ECP offers free and open-source resources that all schools can use. And thanks to support from the Massachusetts State Legislature, ECP offers additional support for public schools and districts in Massachusetts.

-

<%= link_to "School Quality Measures", sqm_index_path %>

+

<%= link_to "School Quality Measures", sqm_index_path , class: "color-dark-blue" %>

SQM honors the full range of what schools do, using data to support and sustain schools rather than to rate and rank them. Whether it means identifying new indicators for tracking progress, or visualizing data in ways that foster richer conversations, the SQM team is here to support Massachusetts districts as they work to assemble a fuller and more accurate portrait of their schools.

-

<%= link_to "Quality Performance Assessment", qpa_index_path %>

+

<%= link_to "Quality Performance Assessment", qpa_index_path , class: "color-dark-blue" %>

QPA offers a clearer picture of what students know and can do, assessing learning through the use of meaningful projects designed by educators. By providing examples of high quality performance assessments, a toolkit of protocols, and guidance, the QPA team seeks to provide a model for reimagining state assessment in Massachusetts and beyond.

@@ -37,10 +45,10 @@
-
- - <%= render partial: 'layouts/message_confirmation' %> +
+ + <%= render partial: 'layouts/message_confirmation' %> - <%= render partial: "contacts/contact_form" %> + <%= render partial: "contacts/contact_form" %>
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index d88ed68..954d71e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,4 +1,4 @@ -
+
diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index e598713..1008162 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -1,8 +1,9 @@ -