back up from last week since I forgot to push everything.

This commit is contained in:
Norm Rasmussen
2023-08-21 08:54:37 -04:00
parent 26878f172e
commit 84b6e51a40
6 changed files with 105 additions and 11 deletions

View File

@ -53,14 +53,15 @@
{% include "popular_topics" %}
{% include "catalog_category_carousels" %}
</main>
{% include "footer" %}
<style>
.np-homepage-hero-overlay {
background: rgb(18,102,102);
background: linear-gradient(43deg, rgba(18,102,102,1) 0%, rgba(12,170,65,1) 100%);
/* background: rgb(18,102,102);
background: linear-gradient(43deg, rgba(18,102,102,1) 0%, rgba(12,170,65,1) 100%); */
background: #00A264;
position: absolute;
width: 100%;
height: 100%;
@ -69,7 +70,7 @@
.np-homepage-headline,
.np-homepage-subheadline {
color: #fff;
color: #fafafa;
}
.np-homepage-headline {
@ -152,7 +153,7 @@
}
}
]
});
});
}
$('.show-more').click(function(e) {
@ -177,11 +178,11 @@
$(this).addClass("active")
$(".category-section").hide()
$(".category-section").each(function() {
if (selectedFilter == $(this).data("filter")) {
$(this).show()
}
})
})
</script>
</script>