mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
ECP-173 fix about us and contact links
This commit is contained in:
parent
afd152e01d
commit
2b2a53ae5b
3 changed files with 3 additions and 3 deletions
|
|
@ -96,6 +96,6 @@
|
|||
<div class="about-mciea">
|
||||
<h2 class="mb-4">About MCIEA</h2>
|
||||
<p>The Massachusetts Consortium for Innovative Education Assessment (MCIEA) is a partnership of eight MA public school districts and their local teacher unions, joined together to create a fair and effective accountability system that offers a more dynamic picture of student learning and school quality than a single standardized test. MCIEA seeks to increase achievement for all students, close prevailing opportunity gaps among subgroups, and prepare a diversity of students for college, career, and life.</p>
|
||||
<a href="https://www.mciea.org/about.html" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
|
||||
<a href="https://www.mciea.org/about" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<li> Teacher and student survey response rates below 25% </li>
|
||||
</ul>
|
||||
<p> You may continue to explore the structure of the MCIEA School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience. </p>
|
||||
<p> You’re also welcome to <a target="_blank" href="https://www.mciea.org/contact.html">contact MCIEA</a> to help ensure this school has data for you to review next year. </p>
|
||||
<p> You’re also welcome to <a target="_blank" href="https://www.mciea.org/contact">contact MCIEA</a> to help ensure this school has data for you to review next year. </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<footer class="d-flex justify-content-center">
|
||||
<p class="footer-item">Copyright © 2025</p>
|
||||
<%= link_to "MCIEA.org" , "https://www.mciea.org/" , class: "footer-item footer-link", target: "_blank" %>
|
||||
<%= link_to "Contact Us" , "https://www.mciea.org/contact.html", class: "footer-item footer-link", target: "_blank"%>
|
||||
<%= link_to "Contact Us" , "https://www.mciea.org/contact", class: "footer-item footer-link", target: "_blank"%>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue