mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 03:06:28 -07:00
restructure sqm resources and qpa resources
This commit is contained in:
parent
d8e79b7072
commit
e286cb6952
8 changed files with 112 additions and 8 deletions
41
app/views/sqm_resources/index.html.erb
Normal file
41
app/views/sqm_resources/index.html.erb
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!-- Header-->
|
||||
<%= render partial: "layouts/header", locals: {heading: "SQM resources"} %>
|
||||
|
||||
<!-- Accordions -->
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
|
||||
<div class="container px-5 my-5 row">
|
||||
|
||||
<div class="grid-container download-container">
|
||||
|
||||
<h2 class="my-3 text-center fs-5">Adding student voice to the mix: Perception surveys and state accountability systems</h2>
|
||||
<%= link_to(resource_download_pdf_path(path: "adding_student_voice_to_the_mix")) do %>
|
||||
<%= image_tag "resources/sqm/adding_student_voice_to_the_mix.png", class: "file-download" %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="grid-container download-container">
|
||||
<h2 class="my-3 text-center fs-5">Beyond 'good' and 'bad': Disrupting narratives about school quality</h2>
|
||||
<%= link_to(resource_download_pdf_path(path: "beyond_good_and_bad")) do %>
|
||||
<%= image_tag "resources/sqm/beyond_good_and_bad.png", class: "file-download" %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="grid-container download-container">
|
||||
<h2 class="my-3 text-center fs-5">Beyond standardized tests: A new vision for assessing student learning and school quality</h2>
|
||||
<%= link_to(resource_download_pdf_path(path: "beyond_standardized_tests")) do %>
|
||||
<%= image_tag "resources/sqm/beyond_standardized_tests.png", class: "file-download" %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="grid-container download-container">
|
||||
<h2 class="my-3 text-center fs-5">The (Mis)measure of schools: How data affect stakeholder knowledge and perceptions of quality</h2>
|
||||
<%= link_to(resource_download_pdf_path(path: "the_mis_measure_of_schools")) do %>
|
||||
<%= image_tag "resources/sqm/the_mis_measure_of_schools.png", class: "file-download" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue