Add wave image to home page

main
rebuilt 3 years ago
parent 55adf6cb63
commit d4636bda08

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@ -14,3 +14,10 @@
.choir { .choir {
background-image: url(mission/choir.webp); background-image: url(mission/choir.webp);
} }
.wave {
background-image: url(wave.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
}

@ -1,9 +1,9 @@
<!-- Header--> <!-- Header-->
<header class="py-4 relative"> <header class="py-4 relative wave">
<div class="container px-5"> <div class="container px-5">
<div class="row justify-content-center align-items-center" > <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", style: "width:50%; min-width:400px;" %> <%= 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> <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>

Loading…
Cancel
Save