mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Change logo size. Update tagline
This commit is contained in:
parent
6e147573b9
commit
2794d765d1
3 changed files with 3248 additions and 3811 deletions
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 208 KiB |
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 208 KiB |
|
|
@ -1,22 +1,19 @@
|
||||||
<!-- Header-->
|
<!-- Header-->
|
||||||
<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 "encircled_logo.svg", size: '250x250', class: "col-12 col-md-4 mx-0 px-0" %>
|
<%= image_tag "logo.svg", size: '330x330', class: "col-12 col-md-4 col-lg-6 mx-0 px-0", style: "width:50%; min-width:400px;" %>
|
||||||
<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-8 col-lg-5 m-0 p-0 hero-text"><i>Transforming the assessment of student learning and school quality</i></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<section class="row bg-secondary text-white p-7 justify-content-center">
|
<section class="row bg-secondary text-white p-7 justify-content-center">
|
||||||
<div class="dynamic-content">
|
<div class="dynamic-content">
|
||||||
<p class="m-0">The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.</p>
|
<p class="m-0">The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="bg-image 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="grid-container grid-container-200 dynamic-content">
|
<div class="grid-container grid-container-200 dynamic-content">
|
||||||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||||
|
|
@ -26,7 +23,6 @@
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<%= image_tag "portfolio.svg", size: "100x100" %>
|
<%= image_tag "portfolio.svg", size: "100x100" %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue