mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Add wave image to home page
This commit is contained in:
parent
55adf6cb63
commit
d4636bda08
5 changed files with 990 additions and 968 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<!-- Header-->
|
||||
<header class="py-4 relative">
|
||||
<header class="py-4 relative wave">
|
||||
<div class="container px-5">
|
||||
<div class="row justify-content-center align-items-center" >
|
||||
<%= image_tag "logo.svg", size: '330x330', class: "col-12 col-md-4 col-lg-7 mx-0 px-0", style: "width:50%; min-width:400px;" %>
|
||||
<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 class="row align-items-center justify-content-center " >
|
||||
<%= image_tag "logo.svg", size: '330x330', class: "col-12 col-md-4 col-lg-7 mx-0 px-0 align-self-end", style: "width:50%; min-width:400px;" %>
|
||||
<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>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue