mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
change logo on home page
This commit is contained in:
parent
43fc0d795d
commit
6d72850d3f
2 changed files with 3454 additions and 4 deletions
3450
app/assets/images/encircled_logo.svg
Normal file
3450
app/assets/images/encircled_logo.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 208 KiB |
|
|
@ -2,7 +2,7 @@
|
||||||
<header class="py-4 relative">
|
<header class="py-4 relative">
|
||||||
<div class="container px-5">
|
<div class="container px-5">
|
||||||
<div class="row justify-content-center align-items-center">
|
<div class="row justify-content-center align-items-center">
|
||||||
<%= image_tag "logo.svg", size: '250x250', class: "col-12 col-md-4 mx-0 px-0" %>
|
<%= image_tag "encircled_logo.svg", size: '250x250', class: "col-12 col-md-4 mx-0 px-0" %>
|
||||||
<p class="col-12 col-md-4 m-0 p-0 hero-text"><i>Transforming how we assess student learning & school quality</i></p>
|
<p class="col-12 col-md-4 m-0 p-0 hero-text"><i>Transforming how we assess student learning & school quality</i></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="children" ></section>
|
<section class="bg-image children" ></section>
|
||||||
|
|
||||||
<section class="row bg-primary text-white py-7 justify-content-center ">
|
<section class="row bg-primary text-white py-7 justify-content-center ">
|
||||||
<div class="col col-sm-10 col-md-8 col-lg-7 col-xl-5">
|
<div class="col col-sm-10 col-md-8 col-lg-7 col-xl-5">
|
||||||
|
|
@ -23,14 +23,14 @@
|
||||||
<div class="col col-sm-11 col-md-10 col-lg-5 mx-4">
|
<div class="col col-sm-11 col-md-10 col-lg-5 mx-4">
|
||||||
<%= link_to sqm_index_path, class: "row text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "row text-white text-decoration-none" do %>
|
||||||
<%= image_tag "guage.svg", size: "100x100" %>
|
<%= image_tag "guage.svg", size: "100x100" %>
|
||||||
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">School Quality Measures</h2>
|
<h2 class="fs-5 mt-4 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>
|
<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>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-sm-11 col-md-10 col-lg-5 py-5">
|
<div class="col col-sm-11 col-md-10 col-lg-5 py-5">
|
||||||
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
|
||||||
<%= image_tag "portfolio.svg", size: "100x100" %>
|
<%= image_tag "portfolio.svg", size: "100x100" %>
|
||||||
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">Performance Assessments</h2>
|
<h2 class="fs-5 mt-4 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>
|
<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>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue