mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
remove unneeded imports
This commit is contained in:
parent
f617238594
commit
f5e66dacb8
2 changed files with 3 additions and 17 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<div class="container px-5 my-5">
|
||||
<div class="row gx-5">
|
||||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-building"></i></div>
|
||||
<%# <div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-building"></i></div> %>
|
||||
<h2 class="h4 fw-bolder">About ECP</h2>
|
||||
<p>The Education Commonwealth Project (ECP) works to support assessments of student learning and school
|
||||
progress that are more valid, democratic, and holistic than traditional test-based school measurement.
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<%# </a> %>
|
||||
</div>
|
||||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-collection"></i></div>
|
||||
<%# <div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-collection"></i></div> %>
|
||||
<h2 class="h4 fw-bolder">School Quality Measures Project</h2>
|
||||
<p>The School Quality Measures project (SQM) moves beyond test scores to reimagine how we understand and measure
|
||||
school quality. From implementing new data sources, like student and teacher surveys, to visualizing data in
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<%# </a> %>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-toggles2"></i></div>
|
||||
<%# <div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-toggles2"></i></div> %>
|
||||
<h2 class="h4 fw-bolder">Quality Performance Assessment</h2>
|
||||
<p>The Quality Performance Assessment (QPA) project moves beyond testing a narrow range of knowledge in
|
||||
one moment of time to rethink how we assess student learning. By providing examples of high quality
|
||||
|
|
|
|||
|
|
@ -4,11 +4,6 @@
|
|||
<title>EdCommonwealth</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<!-- Favicon-->
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
||||
<!-- Bootstrap icons-->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
|
|
@ -40,14 +35,5 @@
|
|||
<footer class="py-5 bg-dark">
|
||||
<div class="container px-5"><p class="m-0 text-center text-white">Copyright © ECP 2022</p></div>
|
||||
</footer>
|
||||
<!-- Bootstrap core JS-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- Core theme JS-->
|
||||
<script src="js/scripts.js"></script>
|
||||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
||||
<!-- * * SB Forms JS * *-->
|
||||
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
|
||||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
||||
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue