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;

View File

@ -19,13 +19,13 @@ body{
body,
main{
background-color: #FEFEFE !important;
background-color: #FEFEFE !important;
}
/* HEADER STYLES */
.np-header{
border-top: 15px solid #e1ebf3;
border-top: 5px solid #fffff;
border-bottom: 2px solid #e1ebf3;
height: 95px;
padding: 0 22px;
@ -104,7 +104,7 @@ main{
/* CAROUSEL BUTTON STYLES */
/*.carousel-buttons-container{
align-items: center;
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
@ -117,7 +117,7 @@ main{
height: 28px;
justify-content: center;
margin-bottom: 12px;
width: 28px;
width: 28px;
}
.next-carousel-button{
@ -170,7 +170,7 @@ main{
line-height: 1;
padding: 5px 12px;
text-decoration: none;
}
}
.product-filter-dropdown:focus,
.category-filter-dropdown:focus{