Anthology head file for a custom redirect. Chubb and Todos. Oh and a customer alert banner for Artera.
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
<script>
|
||||
window.location.replace('https://academy.anthology.com')
|
||||
</script>
|
||||
|
||||
@ -221,7 +221,7 @@
|
||||
.np-header-logo {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.np-header-logo {
|
||||
justify-content: center;
|
||||
@ -248,5 +248,5 @@
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</style>
|
||||
|
||||
@ -40,4 +40,4 @@
|
||||
|
||||
<script>
|
||||
document.querySelector(".logo-and-sub-nav > .np-sub-navigation-content").style.removeProperty("display");
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@ -19,6 +19,12 @@
|
||||
</div>
|
||||
</div>
|
||||
{% include "sub_navigation" %}
|
||||
{% if current_school.properties.show_alert_banner == true %}
|
||||
<div class="np-alert" style="background-color:#7715B7; color: #ffffff; margin-top: -28px;" >
|
||||
<p>{{ current_school.properties.alert_banner }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="np-homepage-featured np-max-width">
|
||||
<div class="np-homepage-featured-text">
|
||||
<div class="np-homepage-headline">
|
||||
|
||||
Reference in New Issue
Block a user