Hackerrank moved Sandbox to Production. Chubb upload. Webhook test for Anthology's Workato.
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
{% if current_school.properties.banner_toggle == true %}
|
||||
<header class="np-header np-banner-header">
|
||||
<div class="np-alert">
|
||||
{{ current_school.properties.banner_text }}
|
||||
</div>
|
||||
</header>
|
||||
{% endif %}
|
||||
|
||||
<style>
|
||||
.np-banner-header {
|
||||
background-color: green;
|
||||
color: white;
|
||||
height: 10%;
|
||||
font-weight: 800;
|
||||
padding: 10px 10px 10px 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
@ -7,10 +7,10 @@
|
||||
style="width: 300px; height: auto;"
|
||||
/>
|
||||
</a>
|
||||
<div class="np-sub-navigation-content">
|
||||
<div class="np-sub-navigation-content">
|
||||
<div class="np-sub-navigation-content">
|
||||
<div class="np-sub-navigation-content-item">
|
||||
<a class="np-sub-navigation-content-item-link" href="https://hackertest.northpass.com/app/dashboard" style="font-weight: bold;">My courses</a>
|
||||
<a class="np-sub-navigation-content-item-link" href="https://hackerrank.northpass.com/app/dashboard" style="font-weight: bold;">My courses</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-sub-navigation-content">
|
||||
@ -24,4 +24,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{% include "header" %}
|
||||
<main class="np-main np-catalog np-subpage-container np-max-width">
|
||||
<main class="np-main np-catalog np-subpage-container np-max-width" style="margin-bottom: 0; background-image: url('{{ homepage.artwork_url }}');">
|
||||
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
|
||||
<div class="np-catalog-header-wrapper">
|
||||
<div class="np-catalog-header">
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
<main class="np-main np-homepage"style="margin-bottom: 0; background-image: url('{{ homepage.artwork_url }}');">
|
||||
<main class="np-main np-homepage"
|
||||
style="margin-bottom: 0; background-image: url('{{ homepage.artwork_url }}');">
|
||||
|
||||
{% include "banner" %}
|
||||
{% include "header" %}
|
||||
<div class="np-homepage-hero" style="padding: 80px;">
|
||||
<div class="np-homepage-hero-content">
|
||||
|
||||
Reference in New Issue
Block a user