Adjust work_with_ecp layout for mobile so titles have shorter spacing

main
rebuilt 3 years ago
parent cc2d564607
commit 912241876d

@ -9,6 +9,12 @@
grid-auto-columns: 1fr;
}
@media(min-width: 992px){
.grid-item__title {
min-height: 4em;
}
}
.custom-shape-divider-bottom-triangle {
position: absolute;
bottom: 0;

@ -34,7 +34,7 @@
<section class="py-5 border-bottom" id="features">
<div class="container px-5 my-5">
<div class="row gx-5">
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="col-12 col-lg-4 mb-5 mb-lg-0">
<div class="text-center mb-5">
<%= link_to work_with_ecp_index_path do %>
<i class="fas fa-sharp fa-solid fa-circle-info fa-6x color-primary"></i>
@ -45,7 +45,7 @@
<p>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.</p>
</div>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="col-12 col-lg-4 mb-5 mb-lg-0">
<div class="text-center mb-5">
<%= link_to sqm_index_path do %>
@ -55,7 +55,7 @@
<h2><%= link_to "School Quality Measures", sqm_index_path , class: "color-dark-blue" %></h2>
<p>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. </p>
</div>
<div class="col-lg-4">
<div class="col-12 col-lg-4">
<div class="text-center mb-5">
<%= link_to qpa_index_path do %>

@ -11,7 +11,7 @@
<div class="grid-item">
<div class="grid-item text-center my-5"> <i class="fas fa-sharp fa-6x color-primary fa-people-group "></i> </div>
<div class="grid-item"><h2 class="fw-bolder">District Leaders</h2></div>
<div class="grid-item"><h2 class="grid-item__title fw-bolder">District Leaders</h2></div>
<div class="grid-item">
<p>District leaders interested in working with ECP have a number of resources at their disposal. If youre interested in our Quality Performance Assessment (QPA) work, we can help set you on a path toward authentically assessing what students know and can do. And if youre interested in our School Quality Measures (SQM) work, we can help you create a framework that reflects what matters in your district, as well as identifying aligned indicators that will track your progress.</p>
<p>ECP can also support districts that want to go even further in this work—supporting central office in analyzing data and crafting improvement strategies. One key resource we can offer is our free and open-source data dashboard that visualizes SQM results in a clear and easy-to-interpret way. </p>
@ -20,7 +20,7 @@
<div class="grid-item">
<div class="grid-item text-center my-5"> <i class="fas fa-sharp fa-6x color-primary fa-people-roof"></i> </div>
<div class="grid-item"><h2 class="fw-bolder"> School Leaders and Educators</h2></div>
<div class="grid-item"><h2 class="grid-item__title fw-bolder"> School Leaders and Educators</h2></div>
<div class="grid-item">
<p>Whether or not we are engaged with the district, the ECP team can support school-level work around both Quality Performance Assessments and School Quality Measures. This can happen across the whole building, with subject-specific or grade-level teams, or with smaller groups of educators interested in new approaches to assessment. </p>
<p>School leaders and educators can use tools like performance assessments, student and teacher perception surveys, or team-oriented “walkthrough” protocols. Or you can work with the ECP team to design professional learning that responds to the need for fairer and more holistic ways of determining student and school progress.</p>
@ -29,7 +29,7 @@
<div class="grid-item">
<div class="grid-item text-center my-5"> <i class="fas fa-sharp fa-6x color-primary fa-house-chimney-window"></i> </div>
<div class="grid-item"><h2 class="fw-bolder">Families and Community Members</h2></div>
<div class="grid-item"><h2 class="grid-item__title fw-bolder">Families and Community Members</h2></div>
<div class="grid-item">
<p>ECP is committed to including all stakeholders in addressing the challenges and possibilities of assessing student learning and school quality. ECP works directly with schools and districts, providing an alternative and authentic approach to determining what students know and can do (Quality Performance Assessment), and offering a broader and more democratic way of tracking school progress (School Quality Measures). But ECP also recognizes that family and community members are critical partners in supporting students and schools. Our team is committed to working with families and community members, building their capacity as change agents and including them in decision-making processes. </p>
<p>We can collaborate with you to design formal presentations about assessment, organize support for grassroots activism, and develop plans for including families and community members in change efforts.</p>

Loading…
Cancel
Save