You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- Header-->
<header class="py-4 relative">
<div class="container px-5">
<div class="row justify-content-center align-items-center">
<%= image_tag "logo.svg", size: '250x250', class: "col-12 col-md-4 mx-0 px-0" %>
<p class="col-12 col-md-4 m-0 p-0 hero-text"><i>Transforming how we assess student learning & school quality</i></p>
</div>
</div>
</header>
<div class="container">
<section class="row bg-secondary text-white p-7">
<p class="m-0">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.</p>
</section>
<section class="row bg-white">
<%= image_tag "children.webp", class: "p-0" %>
</section>
<section class="row bg-primary text-white p-6 ">
<div class="col p-5 ">
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
<%= image_tag "guage.svg", size: "100x100" %>
<h2 class="fs-5 mt-4 mb-3 text-decoration-underline">School Quality measures</h2>
<p>School quality measures (SQM) framework aims to describe the full measure of what makes a good school, using five major categories</p>
<% end %>
</div>
<div class="col p-5 ">
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
<%= image_tag "portfolio.svg", size: "100x100" %>
<h2 class="fs-5 mt-4 mb-3 text-decoration-underline">Portfolios of Performance</h2>
<p>Portfolios of Performance (POPs) are standards-aligned, curriculum-embedded tasks that measure students deeper learning of content and skills</p>
<% end %>
</div>
</section>
</div>