Pipeline copy changes, notes and todos. G2 templates for their launch. Scripting work.
This commit is contained in:
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
Binary file not shown.
@ -21,6 +21,7 @@
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="np-card-content np-card-content-vertical np-card-padding course-card-content" style='padding: 1.5rem;'>
|
||||
{% include "course_details_review" %}
|
||||
<div class="np-card-content-footer">
|
||||
@ -34,13 +35,17 @@
|
||||
style='background: linear-gradient(90deg, #089FB7 0%, #15824B 100%); border-radius: 8px;'
|
||||
>
|
||||
{% if course.enrolled? == false %}
|
||||
{% t shared.enroll %}
|
||||
<span class="lang-en">{% t shared.enroll %}</span>
|
||||
<span class="lang-es">Inscríbase</span>
|
||||
{% elsif course.started? == false %}
|
||||
{% t shared.start, key: current_school.course_vocabulary %}
|
||||
<span class="lang-en">{% t shared.start, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">Inicie</span>
|
||||
{% elsif course.completed? %}
|
||||
{% t shared.course.view, key: current_school.course_vocabulary %}
|
||||
<span class="lang-en">{% t shared.course.view, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">Ver el curso</span>
|
||||
{% else %}
|
||||
{% t shared.continue %}
|
||||
<span class="lang-en">{% t shared.continue %}</span>
|
||||
<span class="lang-es">Continuar</span>
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
|
||||
@ -17,11 +17,11 @@
|
||||
{% endif %}
|
||||
|
||||
{% if topic == "Not Categorized" %}
|
||||
<div class="np-carousel-card {{course_status}}"> {% include "cards_course" with course %}</div>
|
||||
<div class="np-carousel-card {{course_status}}" language="{{course.properties.language}}"> {% include "cards_course" with course %}</div>
|
||||
{% else %}
|
||||
{% for category in course.categories %}
|
||||
{% if category.name == topic %}
|
||||
<div class="np-carousel-card {{course_status}}"> {% include "cards_course" with course %}</div>
|
||||
<div class="np-carousel-card {{course_status}}" language="{{course.properties.language}}"> {% include "cards_course" with course %}</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@ -59,4 +59,38 @@ $(document).ready(function(){
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function(){
|
||||
let npHideLang = getCookie("npLang");
|
||||
if (npHideLang == "es")
|
||||
{
|
||||
npHideLang = "English";
|
||||
}
|
||||
else if (npHideLang == "en")
|
||||
{
|
||||
npHideLang = "Spanish";
|
||||
}
|
||||
var element = document.querySelectorAll(`[language=${npHideLang}]`);
|
||||
element.forEach(card => {card.classList.add("np-hidden")});
|
||||
})
|
||||
function getCookie(name) {
|
||||
var dc = document.cookie;
|
||||
var prefix = name + "=";
|
||||
var begin = dc.indexOf("; " + prefix);
|
||||
if (begin == -1) {
|
||||
begin = dc.indexOf(prefix);
|
||||
if (begin != 0) return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
begin += 2;
|
||||
var end = document.cookie.indexOf(";", begin);
|
||||
if (end == -1) {
|
||||
end = dc.length;
|
||||
}
|
||||
}
|
||||
return decodeURI(dc.substring(begin + prefix.length, end));
|
||||
}
|
||||
</script>
|
||||
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="instructor-info">
|
||||
<div class="instructor-name">Norm Rasmussen</div>
|
||||
<a href="mailto:norm@northpass.com" target="_blank" class="instructor-email" style='color: #089FB7;'>norm@northpass.com</a>
|
||||
<a href="mailto:nrasmussen@northpass.com" target="_blank" class="instructor-email" style='color: #089FB7;'>nrasmussen@northpass.com</a>
|
||||
<div class="instructor-joined">Enterprise Customer Success Manager</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -45,23 +45,12 @@
|
||||
</div>
|
||||
<div class="instructor-info">
|
||||
<div class="instructor-name">Brian Bastante</div>
|
||||
<a href="mailto:bbastante@northpass.com" target="_blank" class="instructor-email" style='color: #089FB7;'>support@northpass.com</a>
|
||||
<div class="instructor-joined">Technical Support Specialist</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-carousel-card">
|
||||
<div class="instructor-slide">
|
||||
<div class="instructor-image" style='height:160px; width: 160px;'>
|
||||
<img style='height: 136px; width: 136px;' src="https://s3.amazonaws.com/static.northpass.com/NorthpassAcademy/headshot_3.png" />
|
||||
</div>
|
||||
<div class="instructor-info">
|
||||
<div class="instructor-name">Kasia Cholewa</div>
|
||||
<a href="mailto:paula@northpass.com" target="_blank" class="instructor-email" style='color: #089FB7;'>support@northpass.com</a>
|
||||
<div class="instructor-joined">Technical Support Specialist</div>
|
||||
<a href="mailto:support@northpass.com" target="_blank" class="instructor-email" style='color: #089FB7;'>support@northpass.com</a>
|
||||
<div class="instructor-joined">Senior Technical Support Specialist</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<div class="col-xs-12 np-top-image-spacing np-course-banner">
|
||||
<div class="col-xs-12 np-top-image-spacing np-course-banner image-top-course-styling">
|
||||
<div class="np-course-banner-overlay"></div>
|
||||
<img
|
||||
src="{{ course.image_url }}"
|
||||
|
||||
@ -20,7 +20,9 @@
|
||||
{% else %}
|
||||
{% if course.properties.course_length %}
|
||||
{% if course.properties.course_length > 0 %}
|
||||
<strong>{{course.properties.course_length}}</strong> mins<span class="np-details-label">Duration</span>
|
||||
<strong>{{course.properties.course_length}}</strong> mins
|
||||
<span class="np-details-label lang-en">Duration</span>
|
||||
<span class="np-details-label lang-es">Duración</span>
|
||||
{% else %}
|
||||
<div> </div>
|
||||
{% endif %}
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
{% for course_activity in course_section.activities %}
|
||||
{% assign activities_count = activities_count | plus: 1 %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
<div class="np-course-details">
|
||||
<div class="np-course-detail" id='hideable'>
|
||||
<div class="np-course-detail" id='hideable'>
|
||||
<strong>{{ activities_count }}</strong>
|
||||
<span class="np-details-label">
|
||||
{% if activities_count == 1 %}Activity{% else %}Activities{% endif %}
|
||||
@ -18,7 +18,9 @@
|
||||
{% else %}
|
||||
{% if course.properties.course_length %}
|
||||
{% if course.properties.course_length > 0 %}
|
||||
<strong>{{course.properties.course_length}}</strong> mins<span class="np-details-label">Duration</span>
|
||||
<strong>{{course.properties.course_length}}</strong> mins
|
||||
<span class="np-details-label lang-en">Duration</span>
|
||||
<span class="np-details-label lang-es">Duración</span>
|
||||
{% else %}
|
||||
<div> </div>
|
||||
{% endif %}
|
||||
@ -31,7 +33,7 @@
|
||||
{% if course.properties.np_course_rating >= i %}
|
||||
<svg width="20" height="19" viewBox="0 0 20 19" preserveAspectRatio fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 0L12.5863 6.44033L19.5106 6.90983L14.1846 11.3597L15.8779 18.0902L10 14.4L4.12215 18.0902L5.81535 11.3597L0.489435 6.90983L7.41374 6.44033L10 0Z" fill="#089FB7"/>
|
||||
</svg>
|
||||
</svg>
|
||||
{% else %}
|
||||
<svg width="20" height="19" viewBox="0 0 20 19" preserveAspectRatio fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path opacity="0.25" d="M10 0L12.5863 6.44033L19.5106 6.90983L14.1846 11.3597L15.8779 18.0902L10 14.4L4.12215 18.0902L5.81535 11.3597L0.489435 6.90983L7.41374 6.44033L10 0Z" fill="#089FB7"/>
|
||||
@ -57,4 +59,4 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<div class="np-course-outline">
|
||||
<div class="np-text-title np-course-outline-title" style='color: #FFFFFF; opacity: 0.5;'>
|
||||
{% t .header, key: current_school.course_vocabulary %}
|
||||
<span class="lang-en">{% t .header, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">RESUMEN DEL CURSO</span>
|
||||
</div>
|
||||
<div class="np-course-outline-content">
|
||||
<ol class="np-course-outline-content-section">
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<div class="np-top-cta-progress-content">
|
||||
<div class="np-top-cta-progress-title np-text-title">
|
||||
{% t .header %}
|
||||
<span class="lang-en">{% t .header %}</span>
|
||||
<span class="lang-es">Progreso del curso</span>
|
||||
</div>
|
||||
<div class="np-progress-bar-container" style='border-radius: 40px;'>
|
||||
<div
|
||||
@ -13,7 +14,9 @@
|
||||
{% if course.completed? %} np-color-success {% else %} np-button-color {% endif %}
|
||||
"
|
||||
style='color: #15824B;'>
|
||||
{% t shared.progress, count: course.progress %}
|
||||
{% t shared.progress, count: course.progress %}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -35,13 +38,17 @@
|
||||
{% endif %}
|
||||
>
|
||||
{% if course.enrolled? == false %}
|
||||
{% t shared.enroll %}
|
||||
<span class="lang-en">{% t shared.enroll %}</span>
|
||||
<span class="lang-es">Inscríbase</span>
|
||||
{% elsif course.started? == false %}
|
||||
{% t shared.course.start, key: current_school.course_vocabulary %}
|
||||
<span class="lang-en">{% t shared.course.start, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">Inicie</span>
|
||||
{% elsif course.completed? %}
|
||||
{% t shared.course.view, key: current_school.course_vocabulary %}
|
||||
<span class="lang-en">{% t shared.course.view, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">Ver el curso</span>
|
||||
{% else %}
|
||||
{% t shared.continue %}
|
||||
<span class="lang-en">{% t shared.continue %}</span>
|
||||
<span class="lang-es">Continuar</span>
|
||||
{% endif %}
|
||||
</a>
|
||||
{% endif %}
|
||||
@ -2,17 +2,39 @@
|
||||
|
||||
<div class="np-progress-filter-wrapper">
|
||||
{% if label %}
|
||||
<div class="np-progress-filter-label">{{ label }}</div>
|
||||
{% endif %}
|
||||
<div class="progress-filter filter-select-wrapper select-wrapper np-button" data-topic="{{ topic_classname | join: '-' | downcase }}" style="border-radius: 8px;">
|
||||
<select >
|
||||
<option selected disabled hidden>{{ default_option}}</option>
|
||||
<option value="a">All Courses</option>
|
||||
<option value="n">Not Started</option>
|
||||
<option value="i">In Progress</option>
|
||||
<option value="c">Completed</option>
|
||||
</select>
|
||||
<div class="np-progress-filter-label">
|
||||
<span class="lang-en">{{ label }}</span>
|
||||
<span class="lang-es">Filtrar por progreso:</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="progress-filter filter-select-wrapper select-wrapper np-button lang-en" data-topic="{{ topic_classname | join: '-' | downcase }}" style="border-radius: 8px;">
|
||||
|
||||
<select >
|
||||
<option selected disabled hidden>{{ default_option}}</option>
|
||||
<option value="a">All Courses</option>
|
||||
<option value="n">Not Started</option>
|
||||
<option value="i">In Progress</option>
|
||||
<option value="c">Completed</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<div class="progress-filter filter-select-wrapper select-wrapper np-button lang-es" data-topic="{{ topic_classname | join: '-' | downcase }}" style="border-radius: 8px;">
|
||||
|
||||
<select >
|
||||
<option selected disabled hidden>
|
||||
{% if default_option == "All Courses" %}
|
||||
Todos los cursos
|
||||
{% else %}
|
||||
{{ default_option}}
|
||||
{% endif %}
|
||||
</option>
|
||||
<option value="a">Todos los cursos</option>
|
||||
<option value="n">No iniciado</option>
|
||||
<option value="i">En curso</option>
|
||||
<option value="c">Completado</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
@ -105,14 +105,4 @@
|
||||
|
||||
<script>
|
||||
$(".np-footer-navigation-link[href='https://change_to_mail.com'").attr("href", "mailto:support@northpass.com")
|
||||
</script>
|
||||
<script>
|
||||
window.intercomSettings = {
|
||||
api_base: "https://api-iam.intercom.io",
|
||||
app_id: "xocco3tv"
|
||||
};
|
||||
</script>
|
||||
<script>
|
||||
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/xocco3tv'
|
||||
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/xocco3tv';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
|
||||
</script>
|
||||
@ -1,3 +1,77 @@
|
||||
{% include "spanish_lang" %}
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function(){
|
||||
let npLangCookie = getCookie("npLang")
|
||||
let currentLang = 'en';
|
||||
|
||||
if (!npLangCookie) {
|
||||
setCookie('npLang', 'en', 365)
|
||||
currentLang = 'en'
|
||||
} else {
|
||||
if (npLangCookie == 'es') {
|
||||
currentLang = 'es'
|
||||
}
|
||||
}
|
||||
|
||||
console.log("currentLang: ", currentLang)
|
||||
|
||||
if (currentLang == 'es') {
|
||||
document.body.classList.add('lang-es')
|
||||
$(".nav-item-about").attr('href', 'https://www.northpass.com/')
|
||||
$(".btn-additional-content").attr('href', "https://www.northpass.com/")
|
||||
$('.np-footer-support-link').attr('href', 'mailto:support@northpas.com')
|
||||
$('.np-footer-support-link').text('support@northpass.com')
|
||||
} else if (currentLang == "en") {
|
||||
document.body.classList.remove('lang-es')
|
||||
document.body.classList.add('lang-en')
|
||||
$('.np-footer-support-link').attr('href', 'mailto:support@northpass.com')
|
||||
$('.np-footer-support-link').text('support@northpass.com')
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
function getCookie(name) {
|
||||
var dc = document.cookie;
|
||||
var prefix = name + "=";
|
||||
var begin = dc.indexOf("; " + prefix);
|
||||
if (begin == -1) {
|
||||
begin = dc.indexOf(prefix);
|
||||
if (begin != 0) return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
begin += 2;
|
||||
var end = document.cookie.indexOf(";", begin);
|
||||
if (end == -1) {
|
||||
end = dc.length;
|
||||
}
|
||||
}
|
||||
return decodeURI(dc.substring(begin + prefix.length, end));
|
||||
}
|
||||
|
||||
function setCookie(name,value,days) {
|
||||
var expires = "";
|
||||
if (days) {
|
||||
var date = new Date();
|
||||
date.setTime(date.getTime() + (days*24*60*60*1000));
|
||||
expires = "; expires=" + date.toUTCString();
|
||||
}
|
||||
document.cookie = name + "=" + (value || "") + expires + "; path=/";
|
||||
}
|
||||
|
||||
function setLanguage(lang) {
|
||||
console.log("setting language as: ", lang)
|
||||
|
||||
if (lang == "es") {
|
||||
setCookie("npLang", "es", 365)
|
||||
setTimeout(location.reload.bind(location), 700);
|
||||
} else {
|
||||
setCookie("npLang", "en", 365)
|
||||
setTimeout(location.reload.bind(location), 700);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<header class="np-header np-header-color" >
|
||||
<div class="np-header-content">
|
||||
<div class="np-hidden-desktop np-header-mobile-menu-nav">
|
||||
@ -55,13 +129,14 @@
|
||||
{% if current_person.signed_in? %}
|
||||
{% if current_person.properties.language_test == true %}
|
||||
<div class="dropdown">
|
||||
<div onclick="myFunction()" class="dropbtn">Language<i onclick="myFunction()" class="far fa-angle-down" style="padding-left:5px;"></i></div>
|
||||
<div class="dropbtn" onclick="myFunction()"><i class="fal fa-language" style="pointer-events: none;font-size:2rem;margin-top: -7px;"></i></div>
|
||||
<div id="myDropdown" class="dropdown-content">
|
||||
<a onclick="setLang('Spanish')">ES</a>
|
||||
<a onclick="setLanguage('es')" class="spanish-lang-option">Español</a>
|
||||
<hr class="divider">
|
||||
<a onclick="setLang('English')">EN</a>
|
||||
<a onclick="setLanguage('en')" class="spanish-lang-option">English</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include "spanish_lang" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -209,7 +284,6 @@
|
||||
*/
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
@ -291,4 +365,4 @@ window.onclick = function(event) {
|
||||
}
|
||||
|
||||
.show {display: block;}
|
||||
</style>
|
||||
</style>
|
||||
@ -18,26 +18,9 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<a
|
||||
class="np-top-button np-button-font-color np-button np-button-big"
|
||||
style='background: linear-gradient(90deg, #089FB7 0%, #15824B 100%); border-radius: 8px;'
|
||||
{% if learning_path.enrolled? %}
|
||||
{% if learning_path.current_item.course? %}
|
||||
href="{% route learning_path_course, id: learning_path.current_item.id, learning_path_id: learning_path.id %}"
|
||||
{% elsif learning_path.current_item.training_event? %}
|
||||
href="{% route training_session, id: learning_path.current_item.id %}"
|
||||
{% endif %}
|
||||
{% else %}
|
||||
href="{% route learning_path_enrollment, code: learning_path.enrollment_code %}"
|
||||
{% endif %}
|
||||
>
|
||||
{% if learning_path.enrolled? == false %}
|
||||
{% t shared.enroll %}
|
||||
{% elsif learning_path.started? == false %}
|
||||
{% t shared.learning_path.start %}
|
||||
{% elsif learning_path.completed? %}
|
||||
{% t shared.learning_path.view %}
|
||||
{% else %}
|
||||
{% t shared.continue %}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% capture continue_label %}
|
||||
<span class="lang-en">{% t shared.continue %}</span>
|
||||
<span class="lang-es">Continuar</span>
|
||||
{% endcapture %}
|
||||
|
||||
{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big lp-cta-button", continue_label: continue_label %}
|
||||
|
||||
@ -9,33 +9,33 @@
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> Do I need to be a customer before creating a course on Northpass?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p> Do I need to be a customer before creating a course on Northpass?</p></div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> Absolutely not! We often set up trials for folks shopping for an LMS. To set up your trial, click the following link and you’ll be intro’d to the correct reps to get started.</p>
|
||||
<p><strong>A: </strong> <p>Absolutely not! We often set up trials for folks shopping for an LMS. To set up your trial, contact the live chat on our website: www.northpass.com </p> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> Do I need to sign up for an advanced package option?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p>Do I need to sign up for an advanced package option?</p> </div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> No, Northpass product packages have a variety of services. Our Essentials package is great to get started, especially with internal training. Looking for something more, both our Premium and Enterprise packages allow for advanced options including custom design and data connections via webhooks and API. To learn more, please contact your rep or support@northpass.com.</p>
|
||||
<p><strong>A: </strong> <p>No, Northpass product packages have a variety of options. Our Essentials package is great to get started, especially with internal training. Looking for something more? Both our Premium and Enterprise packages allow for advanced options including custom design and data connections via API and webhooks. To learn more, please contact your rep or support@northpass.com.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> There are a lot of courses, which one should I start with as a new admin?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p> There are a lot of courses, which one should I start with as a new admin?</p></div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> We recommend starting with the Getting Started with Northpass Learning Path. It has all the foundational information needed to become familiar with our platform. Even more, you can pick and choose which information you’d like to view in the Learning Path.</p>
|
||||
<p><strong>A: </strong> <p>We recommend starting with the Getting Started with Northpass Learning Path. It has all the foundational information needed to become familiar with our platform. Even more, you can pick and choose which information you’d like to view in the Learning Path.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -44,33 +44,33 @@
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> I cannot find a course on a topic, how should I share this feedback?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p>I cannot find a course on a topic, how should I share this feedback?</p></div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> Thank you for letting us know that you’d like to learn something more. Please reach out to our support team at support@northpass.com and our service team is happy to assist.</p>
|
||||
<p><strong>A: </strong> <p>Thank you for letting us know that you’d like to learn something more! Please reach out to our support team at support@northpass.com and we are happy to assist.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> I'm having a billing issue, who should I contact?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p>I'm having a billing issue, who should I contact?</div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> Great question and happy to help! For all billing inquiries, please reach out to billing@northpass.com, and our finance and operations team is happy to assist.</p>
|
||||
<p><strong>A: </strong> <p>Great question and happy to help! For all billing inquiries, please reach out to billing@northpass.com, and our finance and operations team is happy to assist.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-accordion">
|
||||
<div class="accordion-btn">
|
||||
<i class="fal fa-plus"></i>
|
||||
<div class="accordion-title"><strong>Q:</strong> I'm interested in setting up an integration that's not listed. What should I do?</div>
|
||||
<div class="accordion-title"><strong>Q: </strong> <p>I'm interested in setting up an integration that's not listed. What should I do?</p></div>
|
||||
</div>
|
||||
<div class="accordion-panel">
|
||||
<div class="accordion-panel-content">
|
||||
<p><strong>A:</strong> Excellent, we always look forward to new integrations. Please reach out to support@northpass.com and your assigned rep when applicable. They will be happy to help further and loop in the respective folks to scope out the integration further.</p>
|
||||
<p><strong>A: </strong> <p>Excellent, we always look forward to new integrations. Please reach out to support@northpass.com and your assigned rep when applicable. They will be happy to help and loop in the respective folks to scope out integration enhancements.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -85,6 +85,13 @@
|
||||
.accordion-panel {
|
||||
border-radius: 0 0 8px 8px;
|
||||
}
|
||||
.accordion-panel-content {
|
||||
display:flex;
|
||||
}
|
||||
.accordion-title {
|
||||
display:flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
let accordions = document.getElementsByClassName("accordion-btn");
|
||||
|
||||
@ -6,16 +6,16 @@
|
||||
</div>
|
||||
<div class="np-topics-list row">
|
||||
<div class="col-xs-12 np-stretch-content">
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/5119428-course-publishing">Course Publishing</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/3725263-northpass-course-marketplace">Course Marketplace</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/5469361-iorad-integration">Interactive Content</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/3310302-what-is-a-learning-path-and-how-do-i-use-it">Learning Paths</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/3310269-overview-of-authentication-options">Authentication</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/3310239-edit-domain-name">Edit Domain Name</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/collections/1919694-analytics">Analytics</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/articles/3310282-instructor-led-training">Instructor Led Training</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/collections/2428172-apps-integrations">Integrations</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/en/collections/1919697-advanced-options">Advanced Options</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/course-publishing">Course Publishing</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/northpass-course-marketplace">Course Marketplace</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/iorad-integration">Interactive Content</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/what-is-a-learning-path-and-how-do-i-use-it">Learning Paths</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/overview-of-authentication-options">Authentication</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/edit-domain-name">Edit Domain Name</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/analytics-101">Analytics</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/instructor-led-training">Instructor Led Training</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/integrations-add-ons">Integrations</a>
|
||||
<a class="np-top-button np-button np-button-secondary topic-button" href="https://support.northpass.com/knowledge/advanced-options">Advanced Options</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -18,41 +18,41 @@
|
||||
</div>
|
||||
|
||||
<div class="tips-tricks-carousel np-carousel" id="tips-tricks-carousel">
|
||||
<div class="np-carousel-card">
|
||||
<div class="np-carousel-card quote1">
|
||||
<div class="quote-block np-carousel-bg-blue">
|
||||
<i class="quotes-left"> {{quotes}} </i>
|
||||
<div class="quote">
|
||||
<div class="quote ">
|
||||
Northpass is an easy-to-manage LMS with the freedom to create and scale learning programs the way we want. Ultra-fast authoring and intelligent administration, along with integrated learning experiences. Plus, responsive support.
|
||||
</div>
|
||||
</div>
|
||||
<div class="quote-author-info">
|
||||
<div class="quote-author-info quote-author-info-1">
|
||||
Administrator in Real Estate<br>
|
||||
<span>> 1000 employees</span>
|
||||
<p class="p-quote-author-info-1">> 1000 employees</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-carousel-card">
|
||||
<div class="quote-block np-carousel-bg-blue">
|
||||
<div class="np-carousel-card quote2">
|
||||
<div class="quote-block np-carousel-bg-blue ">
|
||||
<i class="quotes-left"> {{quotes}} </i>
|
||||
<div class="quote ">
|
||||
Northpass is an LMS with the learner experience front and center. Their UI principles lead to a clean and focused learner experience that removes the typical distractions of finding and beginning courses in an LMS. They have over the years made significant investments into the admin experience and platform integrations which have helped it grow into areas where other established players would have had a leg up. Their customer success management approach is excellent and one that I routinely use as the bar with other software vendors we utilize.
|
||||
</div>
|
||||
</div>
|
||||
<div class="quote-author-info">
|
||||
<div class="quote-author-info quote-author-info-2">
|
||||
Executive Sponsor in Retail<br>
|
||||
<span>> 1000 employees</span>
|
||||
<p class="p-quote-author-info-2">> 1000 employees</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-carousel-card">
|
||||
<div class="np-carousel-card quote3">
|
||||
<div class="quote-block np-carousel-bg-blue">
|
||||
<i class="quotes-left"> {{quotes}} </i>
|
||||
<div class="quote ">
|
||||
The ability to build a learning management for both internal employees and external clients is harder to find than I would have thought. Because Northpass is focused solely on the ability to build on-demand training, it's simplicity allows you to use those courses in whatever way you want/need.
|
||||
</div>
|
||||
</div>
|
||||
<div class="quote-author-info">
|
||||
<div class="quote-author-info quote-author-info-3">
|
||||
Client Enablement Manager Mid-Market<br>
|
||||
<span>51-1000 employees</span>
|
||||
</div>
|
||||
<p class="p-quote-author-info-3">51-1000 employees</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -0,0 +1,844 @@
|
||||
<style>
|
||||
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(1) > a,
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(2)> a,
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(3) > a,
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(4) > a,
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(5) > a,
|
||||
body.lang-es > div.np-alert.np-alert-global.np-alert-info > div,
|
||||
body.lang-es > main > div.np-homepage-hero > div > div.np-homepage-headline.np-header-font-color,
|
||||
body.lang-es > main > div.np-homepage-hero > div > div.np-homepage-subheadline.np-header-font-color,
|
||||
.lang-es .np-sub-navigation-content-item-link.Home,
|
||||
.lang-es .np-sub-navigation-content-item-link.Courses,
|
||||
.lang-es .np-sub-navigation-content-item-link.Learning.Paths,
|
||||
.lang-es .np-sub-navigation-content-item-link.Events,
|
||||
body.lang-es > main > div:nth-child(5) > div.np-homepage-featured-text > div.np-homepage-headline,
|
||||
body.lang-es > main > div:nth-child(5) > div.np-homepage-featured-text > div.np-homepage-subheadline,
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-homepage-featured-text > div,
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(1),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(3),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(4),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(5),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(6),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(7),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(8),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(9),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(10),
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-tips-tricks.np-max-width > div.np-homepage-featured-text > div,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.np-homepage-featured-text > div,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(1) > a,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(2) > a,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(3) > a,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(4) > a,
|
||||
body.lang-es > footer > div.np-footer-bottom > div > div.np-footer-support-item.np-footer-support-help.np-fc-white.np-opacity-50,
|
||||
body.lang-es > footer > div.np-footer-bottom > div > div.np-footer-support-item.np-footer-support-email.np-fc-white.np-opacity-50,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-btn.clicked > div > span,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-btn > div > p,
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-panel.panel-open > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-panel > div > p:nth-child(2),
|
||||
body.lang-es > main > div.np-dashboard-header > div.np-resource-subtitle,
|
||||
body.lang-es > main > div.np-dashboard-header > div.np-resource-title,
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div.row.np-flex-center > div.col-xs-12.col-md-8 > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources.progress-card > div > div > ul > li:nth-child(1) > div > h3,
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources.progress-card > div > div > ul > li:nth-child(2) > div > h3,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(1) > div:nth-child(1) > div.np-dashboard-resources-category,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div:nth-child(1) > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div:nth-child(1) > div.np-dashboard-resources-category,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div.np-progress-filter-wrapper > div.np-progress-filter-label,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div:nth-child(1) > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div:nth-child(1) > div.np-dashboard-resources-category,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div.np-progress-filter-wrapper > div.np-progress-filter-label,
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div.np-dashboard-resources-category,
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div:nth-child(3) > div > div,
|
||||
body.lang-es > main > div.row.dashboard-section-instructors > div > div.np-dashboard-resources-title,
|
||||
body.lang-es > main > div > div.np-resource-title,
|
||||
body.lang-es > main > div > div.np-resource-subtitle,
|
||||
body.lang-es > main > div.row > div.col-xs-12.col-sm-10 > div.np-resource-title,
|
||||
body.lang-es > main > div.row > div.col-xs-12.col-sm-10 > div.np-resource-subtitle,
|
||||
body.lang-es #tips-tricks-carousel > div > div > div.np-carousel-card.quote3.slick-slide.slick-current.slick-active > div.quote-block.np-carousel-bg-blue > div,
|
||||
body.lang-es #tips-tricks-carousel > div > div > div.np-carousel-card.quote2.slick-slide.slick-current.slick-active > div.quote-block.np-carousel-bg-blue > div,
|
||||
body.lang-es .quote-author-info-2,
|
||||
body.lang-es .p-quote-author-info-2,
|
||||
body.lang-es .quote-author-info-1,
|
||||
body.lang-es .p-quote-author-info-1,
|
||||
body.lang-es .quote-author-info-3,
|
||||
body.lang-es .p-quote-author-info-3,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(5) > a,
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(6) > a,
|
||||
body.lang-es #hideable > span,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(5) > div:nth-child(1) > div.np-dashboard-resources-category,
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(9) > div:nth-child(1) > div.np-dashboard-resources-category
|
||||
|
||||
|
||||
{
|
||||
text-indent: -9999999px;
|
||||
}
|
||||
|
||||
/* Testimonials */
|
||||
.lang-es #tips-tricks-carousel > div > div > div:nth-child(2) > div.quote-block.np-carousel-bg-blue > div {
|
||||
text-indent: -99999999px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.lang-es > div.np-alert.np-alert-global.np-alert-info > div > i {
|
||||
text-indent: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
/* HEADER */
|
||||
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(1) > a::after
|
||||
{
|
||||
/*About Northpass*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Acera de Northpass";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(2) > a::after
|
||||
{
|
||||
/*help center*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Centro de Ayuda";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(3)> a::after
|
||||
{
|
||||
/*Developer hub*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Centro de Desarrollo";
|
||||
margin-top: -17px;
|
||||
|
||||
}
|
||||
body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(4) > a::after
|
||||
{
|
||||
/*Contact us*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Contacto";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > div.np-alert.np-alert-global.np-alert-info > div::after
|
||||
{
|
||||
/*Updated courses await you! See on your course tiles below to see what's been changed.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¡Le esperan cursos actualizados! Vea en los azulejos de su curso a continuación para ver lo que se ha cambiado.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
/* HERO IMAGE */
|
||||
|
||||
body.lang-es > main > div.np-homepage-hero > div > div.np-homepage-headline.np-header-font-color::after
|
||||
{
|
||||
/*Welcome to Northpass Academy*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Bienvenido a Northpass Academy";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-hero > div > div.np-homepage-subheadline.np-header-font-color::after {
|
||||
|
||||
/*Curated learning resources designed to help accelerate your success as a Northpass admin.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Recursos de aprendizaje diseñados para ayudarle a acelerar su éxito como administrador de Northpass.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
/* SUB-NAVIGATION */
|
||||
|
||||
.lang-es .np-sub-navigation-content-item-link.Home::after
|
||||
{
|
||||
/*Home*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Inicio";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
.lang-es .np-sub-navigation-content-item-link.Courses::after {
|
||||
/*Dashboard*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Tablero de mandos";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
.lang-es .np-sub-navigation-content-item-link.Learning.Paths::after {
|
||||
/*Learning Paths*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Rutas de aprendizaje";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
.lang-es .np-sub-navigation-content-item-link.Events::after {
|
||||
/*Events*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Eventos";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div:nth-child(5) > div.np-homepage-featured-text > div.np-homepage-headline::after
|
||||
{
|
||||
/*Featured Courses*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Cursos destacados";
|
||||
margin-top: -17px;
|
||||
|
||||
}
|
||||
body.lang-es > main > div:nth-child(5) > div.np-homepage-featured-text > div.np-homepage-subheadline::after
|
||||
{
|
||||
/*These are the learning resources you need to get started.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Estos son los recursos de aprendizaje que necesitas para empezar.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-homepage-featured-text > div::after {
|
||||
/*Building a Course*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Temas populares";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(1)::after {
|
||||
/*Course Publishing*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Publicación de cursos";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(2)::after {
|
||||
/*Course Marketplace*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Mercado de cursos";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(3)::after {
|
||||
/*Interactive Content*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Contenido interactivo";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(4)::after {
|
||||
/*Learning Paths*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Rutas de aprendizaje";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(5)::after {
|
||||
/*Authentication*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Autenticación";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(6)::after {
|
||||
/*Edit Domain Name*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Editar nombre de dominio";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(7)::after {
|
||||
/*Analytics*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Analítica";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(8)::after {
|
||||
/*Instructor Led Training*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Formación dirigida por un instructor";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(9)::after {
|
||||
/*Integrations*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Integraciones";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-topics.np-max-width > div.np-topics-list.row > div > a:nth-child(10)::after {
|
||||
/*Advanced Options*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Opciones avanzadas";
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-homepage-tips-tricks.np-max-width > div.np-homepage-featured-text > div::after {
|
||||
/*Testimonials From Our Customers*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Testimonios de nuestros clientes";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.np-homepage-featured-text > div::after {
|
||||
/*Frequently Asked Questions*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Preguntas frecuentes";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(1) > a::after {
|
||||
/*About Northpass*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Acerca de Northpass";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(2) > a::after {
|
||||
/*Help Center*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Centro de ayuda";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(3) > a::after {
|
||||
/*Developer Hub*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Centro de desarrollo";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > footer > div.np-footer-top > div > ul > li:nth-child(4) > a::after {
|
||||
/*Contact Us*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Contacto";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > footer > div.np-footer-bottom > div > div.np-footer-support-item.np-footer-support-help.np-fc-white.np-opacity-50::after {
|
||||
/*Need help*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¿Necesito ayuda?";
|
||||
margin-top: -14.5px;
|
||||
}
|
||||
|
||||
body.lang-es > footer > div.np-footer-bottom > div > div.np-footer-support-item.np-footer-support-email.np-fc-white.np-opacity-50::after {
|
||||
/*Email*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Contacto";
|
||||
margin-top: -14.5px;
|
||||
}
|
||||
|
||||
/* Testimonios */
|
||||
.lang-es #tips-tricks-carousel > div > div > div:nth-child(2) > div.quote-block.np-carousel-bg-blue > div::after {
|
||||
/*Northpass is an easy-to-manage LMS with the freedom to create and scale learning programs the way we want. Ultra-fast authoring and intelligent administration, along with integrated learning experiences. Plus, responsive support.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Northpass es un LMS fácil de gestionar con la libertad de crear y escalar los programas de aprendizaje de la manera que queramos. Creación ultrarrápida y administración inteligente, junto con experiencias de aprendizaje integradas. Además, el soporte técnico es muy eficaz.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
|
||||
/* QA */
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-btn > div > span::after {
|
||||
/*Do I need to be a customer before creating a course on Northpass?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¿Necesito ser cliente antes de crear un curso en Northpass?";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-panel.panel-open > div > p > span::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/*Absolutely not! We often set up trials for folks shopping for an LMS. To set up your trial, click the following link and you’ll be intro’d to the correct reps to get started.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Por supuesto que no. A menudo organizamos pruebas para la gente que busca un LMS. Para configurar su prueba, haga clic en el siguiente enlace y será introducido a los representantes correctos para empezar.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-btn > div > p::after {
|
||||
/* Do I need to be a customer before creating a course on Northpass?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¿Necesito ser cliente antes de crear un curso en Northpass?.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(1) > div.accordion-panel.panel-open > div > p:nth-child(2)::after {
|
||||
/*Absolutely not! We often set up trials for folks shopping for an LMS. To set up your trial, click the following link and you’ll be intro’d to the correct reps to get started.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Por supuesto que no. A menudo organizamos pruebas para la gente que busca un LMS. Para configurar su prueba, haga clic en el siguiente enlace y será introducido a los representantes correctos para empezar.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-panel.panel-open > div > p:nth-child(2)::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/*Thank you for letting us know that you’d like to learn something more. Please reach out to our support team at support@northpass.com and our service team is happy to assist.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Gracias por hacernos saber que te gustaría saber algo más. Póngase en contacto con nuestro equipo de asistencia en support@northpass.com y nuestro equipo de servicio estará encantado de ayudarle.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(1) > div.accordion-btn > div > p::after {
|
||||
/*I cannot find a course on a topic, how should I share this feedback?.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "No encuentro un curso sobre un tema, ¿cómo debo compartir esta información?";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-btn > div > p::after {
|
||||
/*Do I need to sign up for an advanced package option?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¿Tengo que contratar una opción de paquete avanzado?";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2)::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(2) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/*No, Northpass product packages have a variety of services. Our Essentials package is great to get started, especially with internal training. Looking for something more, both our Premium and Enterprise packages allow for advanced options including custom design and data connections via webhooks and API. To learn more, please contact your rep or support@northpass.com.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "¿Tengo que contratar una opción de paquete avanzado? aNo, los paquetes de productos de Northpass tienen una variedad de servicios. Nuestro paquete Essentials es estupendo para empezar, especialmente con la formación interna. Si busca algo más, nuestros paquetes Premium y Enterprise permiten opciones avanzadas que incluyen un diseño personalizado y conexiones de datos a través de webhooks y API. Para obtener más información, póngase en contacto con su representante o con support@northpass.com.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-btn > div > p::after {
|
||||
/*I'm having a billing issue, who should I contact?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Tengo un problema de facturación, ¿a quién debo dirigirme?";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2)::after {
|
||||
/*Great question and happy to help! For all billing inquiries, please reach out to billing@northpass.com, and our finance and operations team is happy to assist.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Gran pregunta y encantado de ayudar. Para todas las consultas de facturación, por favor, póngase en contacto con billing@northpass.com, y nuestro equipo de finanzas y operaciones estará encantado de ayudarle.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-btn > div > p::after {
|
||||
/* There are a lot of courses, which one should I start with as a new admin?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Hay muchos cursos, ¿por cuál debería empezar como nuevo administrador?";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel.panel-open > div > p:nth-child(2)::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(2) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/* Great question and happy to help! For all billing inquiries, please reach out to billing@northpass.com, and our finance and operations team is happy to assist*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Gran pregunta y encantado de ayudar. Para todas las consultas de facturación, por favor, póngase en contacto con billing@northpass.com, y nuestro equipo de finanzas y operaciones estará encantado de ayudarle";
|
||||
margin-top: -19px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-panel.panel-open > div > p:nth-child(2)::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(1) > div:nth-child(3) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/*We recommend starting with the Getting Started with Northpass Learning Path. It has all the foundational information needed to become familiar with our platform. Even more, you can pick and choose which information you’d like to view in the Learning Path.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Recomendamos comenzar con la Ruta de Aprendizaje de Introducción a Northpass. Contiene toda la información básica necesaria para familiarizarse con nuestra plataforma. Además, puede elegir la información que desea ver en la ruta de aprendizaje.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-btn > div > p::after {
|
||||
/*I'm interested in setting up an integration that's not listed. What should I do?*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Estoy interesado en establecer una integración que no está en la lista. ¿Qué debo hacer?";
|
||||
margin-top: -19px;
|
||||
}
|
||||
body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-panel.panel-open > div > p:nth-child(2)::after, body.lang-es > main > div.np-homepage-featured.np-faq.np-max-width > div.row.np-faqs > div:nth-child(2) > div:nth-child(3) > div.accordion-panel > div > p:nth-child(2)::after {
|
||||
/*Excellent, we always look forward to new integrations. Please reach out to support@northpass.com and your assigned rep when applicable. They will be happy to help further and loop in the respective folks to scope out the integration further.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Excelente, siempre esperamos nuevas integraciones. Por favor, póngase en contacto con support@northpass.com y con su representante asignado cuando corresponda. Estarán encantados de ayudarle y de poner en contacto a los responsables de la integración.";
|
||||
margin-top: -19px;
|
||||
}
|
||||
body.lang-es > main > div.np-dashboard-header > div.np-resource-subtitle::after {
|
||||
/*This is what's relevant to you right now in Northpass Academy.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Esto es lo relevante para ti en este momento en la Academia Northpass.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.np-dashboard-header > div.np-resource-title::after {
|
||||
/*Hi Paula! 👋*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Hola Paula! 👋";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources-title::after {
|
||||
/*COURSE PROGRESS*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "PROGRESO DEL CURSO";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.np-flex-center > div.col-xs-12.col-md-8 > div.np-dashboard-resources-title::after {
|
||||
/*LEARNING PATHS*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "CAMINOS DE APRENDIZAJE";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources.progress-card > div > div > ul > li:nth-child(1) > div > h3::after {
|
||||
/*COMPLETED*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "COMPLETADO";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.np-flex-center > div.np-grid-spacing.col-xs-12.col-md-4.progress-section > div.np-dashboard-resources.progress-card > div > div > ul > li:nth-child(2) > div > h3::after {
|
||||
/*IN PROGRESS*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "EN PROCESO";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(1) > div:nth-child(1) > div.np-dashboard-resources-category::after {
|
||||
/*Integrations*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Integraciones";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div:nth-child(1) > div.np-dashboard-resources-title::after {
|
||||
/*TOPIC*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "TEMA";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div:nth-child(1) > div.np-dashboard-resources-category::after {
|
||||
/*Admin Onboarding*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Administración de la empresa";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(4) > div.np-progress-filter-wrapper > div.np-progress-filter-label::after {
|
||||
/*Filter by Progress:*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Filtrar por progreso:";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div:nth-child(1) > div.np-dashboard-resources-title::after {
|
||||
/*TOPIC*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "TEMA";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div:nth-child(1) > div.np-dashboard-resources-category::after {
|
||||
/*Best Practices*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Mejores prácticas";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(7) > div.np-progress-filter-wrapper > div.np-progress-filter-label::after {
|
||||
/*Filter by Progress:*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Filtrar por progreso:";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div.np-dashboard-resources-title::after {
|
||||
/*TRAINING EVENTS*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "EVENTOS DE FORMACIÓN";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div.np-dashboard-resources-category::after {
|
||||
/*Discover online events to maximize your learning*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Descubra los eventos en línea para maximizar su aprendizaje";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-events > div > div:nth-child(3) > div > div::after {
|
||||
/*You have no upcoming Events. Check back later for updates.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "No tiene ningún evento próximo. Vuelve más tarde para ver las actualizaciones.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-instructors > div > div.np-dashboard-resources-title::after {
|
||||
/*MEET THE TEAM*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "CONOZCA AL EQUIPO";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div > div.np-resource-title::after {
|
||||
/*LEARNING PATHS*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "CAMINOS DE APRENDIZAJE";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div > div.np-resource-subtitle::after {
|
||||
/*Explore curated sets of courses for a tailored learning experience.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Explore conjuntos de cursos curados para una experiencia de aprendizaje a medida.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row > div.col-xs-12.col-sm-10 > div.np-resource-title::after {
|
||||
/*Training Events*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Eventos de formación";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row > div.col-xs-12.col-sm-10 > div.np-resource-subtitle::after {
|
||||
/*Discover in-person and online events to maximize your learning.*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Descubra los eventos presenciales y en línea para maximizar su aprendizaje.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
body.lang-es #tips-tricks-carousel > div > div > div.np-carousel-card.quote3.slick-slide.slick-current.slick-active > div.quote-block.np-carousel-bg-blue > div::after {
|
||||
/*quote3*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "La capacidad de construir una gestión de aprendizaje tanto para los empleados internos como para los clientes externos es más difícil de encontrar de lo que hubiera pensado. Dado que Northpass se centra únicamente en la capacidad de crear formación a la carta, su simplicidad le permite utilizar esos cursos de la manera que quiera/necesite.";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es #tips-tricks-carousel > div > div > div.np-carousel-card.quote2.slick-slide.slick-current.slick-active > div.quote-block.np-carousel-bg-blue > div::after {
|
||||
/*quote2*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Northpass es un LMS en el que la experiencia del alumno es lo más importante. Sus principios de interfaz de usuario conducen a una experiencia de aprendizaje limpia y centrada que elimina las distracciones típicas de encontrar y comenzar cursos en un LMS. A lo largo de los años han realizado importantes inversiones en la experiencia del administrador y en la integración de plataformas, lo que les ha ayudado a crecer en áreas en las que otros actores establecidos habrían tenido una ventaja. Su enfoque de la gestión del éxito del cliente es excelente y uno que utilizo habitualmente como el listón con otros proveedores de software que utilizamos. ";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.lang-es .quote-author-info-2::after {
|
||||
/*Executive Sponsor in Retail*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Patrocinador ejecutivo en el sector minorista";
|
||||
margin-top: -17px;
|
||||
position: relative;
|
||||
top: -45px;
|
||||
}
|
||||
|
||||
body.lang-es .p-quote-author-info-2::after {
|
||||
/*1000 employees*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "1000 empleados";
|
||||
margin-top: -17px;
|
||||
opacity: 0.5;
|
||||
font-size: 1.11vw;
|
||||
position: relative;
|
||||
font-size: 0.8vw;
|
||||
top: 45px;
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
body.lang-es .quote-author-info-3::after {
|
||||
/*Client Enablement Manager Mid-Marke*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Gerente de habilitación de clientes de mediados de marzo";
|
||||
margin-top: -17px;
|
||||
position: relative;
|
||||
top: -40px;
|
||||
}
|
||||
body.lang-es .p-quote-author-info-3::after {
|
||||
/*51-1000 employees*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "51-1000 empleados";
|
||||
margin-top: -17px;
|
||||
opacity: 0.5;
|
||||
font-size: 1.11vw;
|
||||
position: relative;
|
||||
top: 70px;
|
||||
font-size: 0.8vw;
|
||||
font-weight: 500;
|
||||
}
|
||||
body.lang-es .quote-author-info-1::after {
|
||||
/* Administrator in Real Estate*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Administrador en el sector inmobiliario";
|
||||
margin-top: -17px;
|
||||
position: relative;
|
||||
top: -40px;
|
||||
}
|
||||
body.lang-es .p-quote-author-info-1::after {
|
||||
/*1000 employees*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "1000 empleados";
|
||||
margin-top: -17px;
|
||||
opacity: 0.5;
|
||||
font-size: 0.8vw;
|
||||
position: relative;
|
||||
top: 30px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
||||
body.lang-es #hideable > span::after {
|
||||
/*Activities*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Actividades";
|
||||
margin-top: -13px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(5) > div:nth-child(1) > div.np-dashboard-resources-category::after {
|
||||
/*Admin Onboarding*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Administración de la empresa";
|
||||
margin-top: -17px;
|
||||
}
|
||||
body.lang-es > main > div.row.dashboard-section-courses > div > div:nth-child(9) > div:nth-child(1) > div.np-dashboard-resources-category::after {
|
||||
/*Best Practices*/
|
||||
text-indent: 0;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
content: "Mejores prácticas";
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
body.lang-es > main > div:nth-child(5),
|
||||
.lang-es .np-sub-navigation-content-item-link.Learning.Paths,
|
||||
.lang-es .np-sub-navigation-content-item-link.Events,
|
||||
body.lang-es > main > div.row.np-flex-center > div.col-xs-12.col-md-8,
|
||||
body.lang-es > main > div.row.dashboard-section-events, body.lang-es > header > div > div.np-hidden-mobile.np-header-desktop-nav > ul > li:nth-child(6) {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
@ -3,7 +3,7 @@
|
||||
{% for link in navigations.sub_navigation %}
|
||||
<div class="np-sub-navigation-content-item {{ link.active_class }}">
|
||||
<div class="np-sub-navigation-content-item-bar np-button-background-color"></div>
|
||||
<a class="np-sub-navigation-content-item-link" href="{{ link.url }}">
|
||||
<a class="np-sub-navigation-content-item-link {{ link.label }}" href="{{ link.url }}">
|
||||
{{ link.label }}
|
||||
</a>
|
||||
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
<div class="np-md-flex-wrapper">
|
||||
<div>
|
||||
<div class="np-dashboard-resources-title">
|
||||
Topic
|
||||
<span class="lang-en">Topic</span>
|
||||
<span class="lang-es">Tema</span>
|
||||
</div>
|
||||
<div class="np-dashboard-resources-category">
|
||||
{{ enrolled_category }}
|
||||
|
||||
@ -53,6 +53,12 @@ body {
|
||||
font-family: "Lexend", "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
body.lang-es .lang-en {
|
||||
display: none;
|
||||
}
|
||||
body.lang-en .lang-es {
|
||||
display: none !important;
|
||||
}
|
||||
div {
|
||||
color: #fff;
|
||||
}
|
||||
@ -419,7 +425,7 @@ div {
|
||||
|
||||
.np-training-session-tile-icon,
|
||||
.np-training-session .np-top-vocabulary .np-training-session-icon,
|
||||
.np-button-color.np-training-session-icon {
|
||||
.np-training-session-icon {
|
||||
color: #2bb24c;
|
||||
}
|
||||
.np-training-session-tile-chevron {
|
||||
@ -616,6 +622,7 @@ div {
|
||||
.np-footer-social-links-icon.np-button-color,
|
||||
.np-footer-support-link.np-button-color {
|
||||
color: #2bb24c;
|
||||
margin: 0;
|
||||
}
|
||||
.np-footer-support-item {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
@ -738,6 +745,9 @@ button.jryxug {
|
||||
}
|
||||
.np-card-content-footer {
|
||||
margin-top: 1.2rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.np-card-content-footer .np-button {
|
||||
width: 100%;
|
||||
@ -1245,7 +1255,7 @@ button.jryxug {
|
||||
|
||||
.np-carousel .slick-arrow:before {
|
||||
position: absolute;
|
||||
width: 80px;
|
||||
width: 30px;
|
||||
z-index: 500;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
@ -1754,6 +1764,7 @@ button.jryxug {
|
||||
.np-featured-course-img-container {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
@ -1762,7 +1773,37 @@ button.jryxug {
|
||||
}
|
||||
}
|
||||
|
||||
/* northpass academy */
|
||||
@media (max-width: 900px) {
|
||||
.image-top-course-styling {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.np-course-banner, .np-top-image-spacing {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.np-top-cta {
|
||||
margin-top: 0;
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
}
|
||||
.np-course-banner-image {
|
||||
border-radius: 8px 8px 0 0 !important;
|
||||
}
|
||||
.np-course-title {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
.np-card-training-session-date-day {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 {
|
||||
font-size: 3.5vw !important;
|
||||
}
|
||||
.np-course-details {
|
||||
position: relative;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* northpass academy spanish styling*/
|
||||
.full-star {
|
||||
color: #089fb7;
|
||||
}
|
||||
@ -1770,3 +1811,32 @@ button.jryxug {
|
||||
color: #089fb7;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
.p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 {
|
||||
font-weight: 500;
|
||||
opacity: 0.5;
|
||||
font-size: 0.8vw;
|
||||
}
|
||||
|
||||
|
||||
.np-button-color {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
|
||||
.np-card-content-footer-left {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.np-card-content-title {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.lp-cta-button {
|
||||
background: linear-gradient(90deg, #089FB7 0%, #15824B 100%);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Translation */
|
||||
|
||||
|
||||
BIN
Custom_Templates/customer_templates/Pipedrive Learn - CRM/.DS_Store
vendored
Normal file
BIN
Custom_Templates/customer_templates/Pipedrive Learn - CRM/.DS_Store
vendored
Normal file
Binary file not shown.
@ -11,16 +11,16 @@
|
||||
{% include "course_outline" %}
|
||||
{% include "catalog_faq" %}
|
||||
{% include "course_recommended_courses" %}
|
||||
|
||||
|
||||
{% unless current_person.signed_in? %}
|
||||
{% assign banner_title = "How to get most out of Pipedrive?" %}
|
||||
{% assign banner_title = "How to get the most out of Pipedrive?" %}
|
||||
{% assign banner_text = "Welcome to Pipedrive Academy! Pipedrive Academy features CRM training videos and tutorials to help you level up your CRM and sales skills, from quick CRM courses to in-depth tutorials on specific features." %}
|
||||
{% assign banner_button_text = "Start today" %}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text_bg_image" %}
|
||||
{% endunless %}
|
||||
</main>
|
||||
|
||||
|
||||
<script>
|
||||
addEventListener("DOMContentLoaded", () => {
|
||||
document.querySelector('#side-menu-courses')?.classList.add('side-menu-link-active');
|
||||
@ -2,7 +2,7 @@
|
||||
<script> window.location.replace('/learners/sign_in')</script>
|
||||
{% else %}
|
||||
{% include "header" %}
|
||||
|
||||
|
||||
<main class="catalog">
|
||||
{% assign banner_title = '<span class="lang-en">Academy Courses</span>
|
||||
<span class="lang-de"></span>
|
||||
@ -23,13 +23,13 @@
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp" %}
|
||||
{% assign banner_image_alt = "Man watching at a Pipedrive sales academy course on the laptop" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
|
||||
{% include "catalog_courses" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get most out of Pipedrive?</span>
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de"></span>
|
||||
<span class="lang-es"></span>
|
||||
<span class="lang-fr"></span>
|
||||
@ -49,7 +49,7 @@
|
||||
{% assign banner_image_alt = "Learn Pipedrive - CRM pipeline on the laptop" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
|
||||
{% include "footer" %}
|
||||
{% endif %}
|
||||
{% if current_person.signed_in? == false and current_school.sso_active? %}
|
||||
@ -7,8 +7,8 @@
|
||||
{% include "homepage_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'homepage_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get most out of Pipedrive?</span>
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de"></span>
|
||||
<span class="lang-es"></span>
|
||||
<span class="lang-fr"></span>
|
||||
@ -18,13 +18,13 @@
|
||||
<span class="lang-br"></span>' %}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'homepage_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get most out of Pipedrive?</span>
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de"></span>
|
||||
<span class="lang-es"></span>
|
||||
<span class="lang-fr"></span>
|
||||
@ -3,8 +3,8 @@
|
||||
<main class="homepage">
|
||||
{% include 'homepage_banner' %}
|
||||
{% include 'homepage_latest_courses' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get most out of Pipedrive?</span>
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de"></span>
|
||||
<span class="lang-es"></span>
|
||||
<span class="lang-fr"></span>
|
||||
@ -2,7 +2,7 @@
|
||||
<script> window.location.replace('/learners/sign_in')</script>
|
||||
{% else %}
|
||||
{% include "header" %}
|
||||
|
||||
|
||||
<main class="homepage">
|
||||
{% if current_person.signed_in? %}
|
||||
{% assign new_person = true %}
|
||||
@ -22,7 +22,7 @@
|
||||
{% else %}
|
||||
{% include 'homepage_banner' %}
|
||||
{% include 'homepage_latest_courses' %}
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% assign banner_title = '<span class="lang-en">Pipedrive Learn</span>
|
||||
@ -42,14 +42,14 @@
|
||||
<span class="lang-br"></span>' %}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'homepage_faq' %}
|
||||
{% endif %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get most out of Pipedrive?</span>
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de"></span>
|
||||
<span class="lang-es"></span>
|
||||
<span class="lang-fr"></span>
|
||||
@ -69,7 +69,7 @@
|
||||
{% assign banner_image_alt = "Learn Pipedrive - CRM pipeline on the laptop" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
|
||||
{% include "footer" %}
|
||||
{% endif %}
|
||||
|
||||
@ -227,3 +227,8 @@ Search results - can't click enough Northpass
|
||||
Only the title can be clicked when search results are returned. We need to be able to click the icon or description as well Not a problem - will get this started ASAP
|
||||
|
||||
DONE: Directly ask Chloe about the technical complications.
|
||||
|
||||
## 06/13/2023
|
||||
|
||||
TODO: Push lang changes from Internal Sandbox to Main sandbox for James' testing.
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ var assign_uid = "c6e05c41-082e-4027-9e2e-49d3c5a7c5a0"
|
||||
let page = 1;
|
||||
|
||||
function getAssignment() {
|
||||
var sheet = SpreadsheetApp.getActiveSheet();
|
||||
clearPrevData()
|
||||
for (let page = 1; page <= 50; page++) {
|
||||
var api_url =
|
||||
'https://api.northpass.com/v2/assignments/'+assign_uid+'/submissions?page='+page;
|
||||
@ -71,11 +71,17 @@ function getAssignment() {
|
||||
|
||||
}
|
||||
}
|
||||
//page++;
|
||||
//getAssignment(page);
|
||||
};
|
||||
|
||||
function clearPrevData() {
|
||||
var range = SpreadsheetApp
|
||||
.getActiveSheet()
|
||||
.getRange(2,1,100,15);
|
||||
range.clearContent()
|
||||
}
|
||||
|
||||
function addToSheet(rowArray){
|
||||
Logger.log("Adding to sheet function")
|
||||
var sheet = SpreadsheetApp.getActiveSheet();
|
||||
var lastRow = Math.max(sheet.getLastRow(),1);
|
||||
|
||||
@ -84,4 +90,4 @@ function addToSheet(rowArray){
|
||||
sheet.getRange(lastRow + 1, 2).setValue(rowArray[3]);
|
||||
sheet.getRange(lastRow + 1, 3).setValue(rowArray[4]);
|
||||
sheet.getRange(lastRow + 1, 4).setValue(rowArray[1]);
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user