Glassdoor notes
This commit is contained in:
@ -0,0 +1,36 @@
|
||||
<div class="np-card">
|
||||
<div class="np-card-container">
|
||||
{% if course.ribbon %}
|
||||
<div class="np-card-ribbon">
|
||||
{{ course.ribbon }}
|
||||
</div>
|
||||
{% endif %}
|
||||
<img
|
||||
class="np-card-image"
|
||||
alt="{{ course.name }}"
|
||||
src="{{ course.image_url }}"
|
||||
>
|
||||
<div class="np-card-content np-card-content-vertical np-card-padding">
|
||||
<h3 class="np-card-content-title">
|
||||
{{ course.name }}
|
||||
</h3>
|
||||
<div class="np-card-content-subtitle">
|
||||
{{ course.instructor_names }}
|
||||
</div>
|
||||
<div class="np-card-content-footer">
|
||||
<div class="np-card-content-progress np-button-color">
|
||||
{% t shared.progress, count: course.progress %}
|
||||
</div>
|
||||
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
|
||||
{% comment %}
|
||||
{% if course.has_to_restart? %}
|
||||
{% include "course_version_outdated_popup", path: course_path %}
|
||||
{% endif %}
|
||||
{% endcomment %}
|
||||
<a class="np-button np-button-wide" href="{{ course_path }}">
|
||||
{% t shared.view %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -184,7 +184,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include "messages" %}
|
||||
{% comment %} {% include "messages" %} {% endcomment %}
|
||||
|
||||
<style>
|
||||
.np-header {
|
||||
|
||||
@ -22,6 +22,13 @@ body, html {
|
||||
background-color:#dee0e3;
|
||||
}
|
||||
|
||||
.np-footer-logo-image {
|
||||
height: 30px;
|
||||
filter: none;
|
||||
opacity: 100;
|
||||
}
|
||||
|
||||
|
||||
.np-dashboard,
|
||||
.np-learning-paths {
|
||||
background: #fff;
|
||||
@ -87,7 +94,7 @@ body, html {
|
||||
}
|
||||
|
||||
@media (min-width:768px) {
|
||||
|
||||
|
||||
.slick-slide,
|
||||
.slick-list {
|
||||
margin: 0!important;
|
||||
|
||||
@ -76,3 +76,20 @@ Is NP a one-size fits all? - No, we can customize per customer.
|
||||
|
||||
Segmentation would likely be based on their "play" - battle cards vs. boards.
|
||||
Very few customers want to enable sales.
|
||||
|
||||
## 05/08/2023
|
||||
|
||||
### Onboarding
|
||||
|
||||
Custom Page - for onboarding
|
||||
Get Jess and Shannon into sandbox
|
||||
Custom page should have categories and groups.
|
||||
|
||||
Conor's focus this and next quarter: better provisioning of courses. Redesign. No new content.
|
||||
Does Conor have any concerns with Jess and Shannon getting into this? Only with existing prospects that become
|
||||
customers.
|
||||
|
||||
Categories - Onboarding, Product Type, etc
|
||||
Groups - Customers
|
||||
|
||||
Last Question from
|
||||
|
||||
@ -36,3 +36,19 @@ All customers get invited into a 5-email marketing campaign for new users. Onboa
|
||||
|
||||
Per customer, average of 6 users. 2-4 will be on the kick off call. The other 2 people could be added up to a year
|
||||
later.
|
||||
|
||||
## 05/08/2023
|
||||
|
||||
TODO: Find what can we add to search results, pull body for activity search results.
|
||||
DONE: Minimize white space between title and line and line and body. Description shows up ABOVE the line.
|
||||
DONE: Add this to the `styles.css` file for the academy:
|
||||
|
||||
```css
|
||||
.np-footer-logo-image {
|
||||
height: 30px;
|
||||
}
|
||||
```
|
||||
|
||||
DONE: Does the "updated" course alert bring you straight to the activity that is updated?
|
||||
|
||||
They want to embed Northpass into Wix.
|
||||
|
||||
Reference in New Issue
Block a user