Deleted some files. Anthology's hero image adjusted. Notes and todos.

This commit is contained in:
Norm Rasmussen
2024-06-28 17:12:28 -04:00
parent dc291b67f3
commit faab7b7a0b
8 changed files with 26 additions and 240 deletions

View File

@ -37,15 +37,15 @@
<div class="np-homepage-hero">
<img class="np-homepage-hero-image"
src="https://s3.amazonaws.com/static.northpass.com/anthology/hero.svg"
src="https://s3.amazonaws.com/static.northpass.com/anthology/Anthology_header_New.jpg"
alt="{{ homepage.headline }}"
/>
<div class="np-homepage-hero-content">
<div class="np-homepage-headline np-header-font-color">
Welcome to Anthology Academy
{% comment %} Welcome to Anthology Academy {% endcomment %}
</div>
<div class="np-homepage-subheadline np-header-font-color" style="line-height: 28px; margin: 8px auto 0; text-align: center; width: 60%;">
Benefit from expert training and on-demand learning content to improve skills and ensure your team is getting the best Anthology experience possible.
{% comment %} Benefit from expert training and on-demand learning content to improve skills and ensure your team is getting the best Anthology experience possible. {% endcomment %}
</div>
</div>
</div>
@ -315,9 +315,21 @@
margin-bottom: 12px
}
@media screen and (min-width: 1651px){
.np-main{
margin-top: 400px;
}
}
@media screen and (min-width: 1440px){
.np-main{
margin-top: 350px;
}
}
@media screen and (min-width: 768px){
.np-main{
margin-top: 300px;
margin-top: none;
}
.mobile-subnav{
@ -334,9 +346,11 @@
max-width: 100%;
}
.np-subpage-container{
{% comment %}
/*.np-subpage-container{
padding: 50px 50px 184px;
}
}*/
{% endcomment %}
.dropdown-menu{
left: 0;