diff --git a/app/assets/images/children.webp b/app/assets/images/children.webp index 2ef3747..e88455f 100644 Binary files a/app/assets/images/children.webp and b/app/assets/images/children.webp differ diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss index 8091fe0..16c256a 100644 --- a/app/assets/stylesheets/application.bootstrap.scss +++ b/app/assets/stylesheets/application.bootstrap.scss @@ -12,4 +12,5 @@ @import 'partials/links'; @import 'partials/downloads'; @import 'partials/icons'; +@import 'partials/images'; diff --git a/app/assets/stylesheets/partials/_images.scss b/app/assets/stylesheets/partials/_images.scss new file mode 100644 index 0000000..276e982 --- /dev/null +++ b/app/assets/stylesheets/partials/_images.scss @@ -0,0 +1,9 @@ +.children { + background-image: url(children.webp); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + padding-top: 50px; + padding-bottom: 50px; + height: 440px; +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 276d63b..e65e892 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -8,29 +8,33 @@ -
-
-

The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.

+
+
+
+

The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.

+
-
- <%= image_tag "children.webp", class: "p-0" %> -
+
-
-
- <%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %> - <%= image_tag "guage.svg", size: "100x100" %> -

School Quality Measures

-

School quality Measures (SQM) framework aims to describe the full measure of what makes a good school, using five major categories

- <% end %> -
-
- <%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %> - <%= image_tag "portfolio.svg", size: "100x100" %> -

Portfolios of Performance

-

Portfolios of Performance (POPs) are standards-aligned, curriculum-embedded tasks that measure students’ deeper learning of content and skills

- <% end %> +
+
+
+
+ <%= link_to sqm_index_path, class: "row text-white text-decoration-none" do %> + <%= image_tag "guage.svg", size: "100x100" %> +

School Quality Measures

+

Stakeholders identify what is most important to know about school quality. Multiple measures provide a robust picture of school strengths and areas for improvement.

+ <% end %> +
+
+ <%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %> + <%= image_tag "portfolio.svg", size: "100x100" %> +

Performance Assessments

+

Teachers lead the design of curriculum-embedded performance assessments and the scoring of student work. Students demonstrate what they know and can do through real-world application.

+ <% end %> +
+
diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index 82d30ab..d9e8bf8 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -1,38 +1,36 @@ -