Skip to content

Commit

Permalink
Update landing_top.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rwuhrmangsa authored Dec 7, 2024
1 parent b652a36 commit 5e35e01
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion _includes/landing_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
This will be displayed on the homepage. Ideally, you want to highlight key goals of the website
{% endcomment %}

<STYLE>
.content {
transition: opacity 1s ease-in-out;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

#content-1, #content-2 {
display: none;
opacity: 0;
visibility: hidden;
}

#content-1.active, #content-2.active {
display: block;
opacity: 1;
visibility: visible;
}
</STYLE>



<section id="main-content">
<div class="usa-hero clearfix " style="background-image: url('{{ site.baseurl }}/assets/images/homepage-update-image-2.webp');background-repeat:no-repeat">
Expand All @@ -14,4 +37,4 @@ <h1 class="text-white">Solutions to Advance Your Agency's Management Priorities<
</div>
</div>
</div>
</section>
</section>

0 comments on commit 5e35e01

Please sign in to comment.