mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
center-alignment of School quality measures and performance assesments in home/index
This commit is contained in:
parent
5e0154af99
commit
184b159ebc
1 changed files with 4 additions and 4 deletions
|
|
@ -19,15 +19,15 @@
|
|||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||
<div class="row justify-content-center">
|
||||
<%= image_tag "guage.svg", size: "100x100" %>
|
||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline">School Quality Measures</h2>
|
||||
<p>Stakeholders identify what is most important to know about school quality. Multiple measures provide a robust picture of school strengths and areas for improvement.</p>
|
||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline text-center">School Quality Measures</h2>
|
||||
<p class="text-center">Stakeholders identify what is most important to know about school quality. Multiple measures provide a robust picture of school strengths and areas for improvement.</p>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||
<div class="row justify-content-center">
|
||||
<%= image_tag "portfolio.svg", size: "100x100" %>
|
||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline">Performance Assessments</h2>
|
||||
<p>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.</p>
|
||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline text-center">Performance Assessments</h2>
|
||||
<p class="text-center">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.</p>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue