add icons to work with ecp page

main
rebuilt 3 years ago
parent 629dc120df
commit 60af256c4f

@ -4,6 +4,10 @@
@import 'partials/bootstrap-overrides';
@import "@fortawesome/fontawesome-free/scss/fontawesome";
@import "@fortawesome/fontawesome-free/scss/solid";
@import "@fortawesome/fontawesome-free/scss/regular";
@import "@fortawesome/fontawesome-free/scss/brands";
@import "@fortawesome/fontawesome-free/scss/v4-shims";
@import 'partials/layout';
@import 'partials/links';
@import 'partials/downloads';
@import 'partials/icons';

@ -0,0 +1,15 @@
.icon-header {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 6em;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}

@ -9,6 +9,7 @@
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
<%# <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> %>
</head>
<body>

@ -8,9 +8,16 @@
The Education Commonwealth Project provides free resources to rethink how school quality and student learning are measured.
</div>
<div class="grid-container">
<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 text-center my-5"> <i class="fas fa-sharp fa-6x color-primary fa-people-roof"></i> </div>
<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 text-center my-5"> <span class="color-primary icon-header"> family_restroom </span> </div> %>
<div class="grid-item"><h2 class="fw-bolder">District Leaders</h2></div>
<div class="grid-item"><h2 class="fw-bolder">School Leaders and Educators</h2></div>
<div class="grid-item"><h2 class="fw-bolder"> School Leaders and Educators</h2></div>
<div class="grid-item"><h2 class="fw-bolder">Families and Community Members</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>
@ -29,9 +36,9 @@
<div class="py-5">
<div class="alert alert-primary">
Our work together can begin with the ECP team talking with you or your group
about the need for an alternative approach to assessing student learning and school quality,
and about the free tools we offer.
Our work together can begin with the ECP team talking with you or your group
about the need for an alternative approach to assessing student learning and school quality,
and about the free tools we offer.
</div>
</div>

Loading…
Cancel
Save