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

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

View File

@ -19,7 +19,7 @@
<style>
.search-bar {
text-align: center;
background: #f7f7f7;
background: #fff;
border-bottom: none;
margin-bottom: 64px;
padding: 24px 22px;
@ -44,4 +44,4 @@
.search-bar .np-header-search-icon {
color:#0caa41;
}
</style>
</style>

View File

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

View File

@ -10,8 +10,15 @@
{{ color_palette.header_color }}
*/
body, html {
font-family: 'Lato', 'Roboto', sans-serif;
@font-face {
font-family: "glassdoor-regular";
src: url("https://s3.amazonaws.com/static.northpass.com/Glassdoor/GlassdoorSans-Regular.otf") format("opentype");
}
body,
main,
html {
font-family: 'glassdoor-regular', sans-serif;
background: #fff;
color: #0d0d0d;
}

View File

@ -0,0 +1,17 @@
* Meeting
** Attendees:
- Georgina Clelland
- Norm Rasmussen
Notes:
- Biometric testing tells AIIM which are good questions and which are bad.
- They need 150 test takers which act as a "proof" of how good the questions are.
- This can help with accreditation. This a real certification with backing. Good for 3 years.
- It's no longer a "certificate" but a proper certification.
- The algorithm _needs_ a unique identifier. Perhaps we can put it in brackets.
- Georgina to ask if hiding the brackets need to be hidden.
- Question from Georgina: the users don't want to grade the quizzes immediately.
- User will know that they aren't getting a grade but that they have completed the course.
- The activity name will be: 2023 Beta CIP Exam
TODO: Request to hide the EOQ screen from this quiz. Make sure AIIM removes the milestone.

View File

@ -0,0 +1,32 @@
* Discussion about Metrics
- Attendees:
-- Katlin Hess
-- Erin Boyd
-- Norm Rasmussen
** Notes:
- How does G2 measure ROI with the academy? What is success?
- Currently a bit fuzzy - churn and retention is a shared goal
- They use V2 MON - GRR, ARR, NRR
- Number of Logos & what is their spend on us
- Engagement metrics - G2U falls into engagements
- Since Katlin joined engagement has gone from 67% to 100%.
- Last quarter was 96%.
- Sad news was that a TON of customers churned. That's what led to an increase in engagement.
- First goal: how to get the 67% to 75%. Then hit 94, 96, 100.
- Obvious that only a small group of customers weren't engaging.
- Currently implementing a predictive model for why people churn.
-- So far uncovered 10 items as to why churn happens (for G2 specifically)
- Katlin doesn't have that information yet.
- Creating a growth CSM model - each CSM currently has a HUGE book of business.
- Onboarding playbook and courses which will be measured on adoption score. How does it compare to other segments.
- Adoption score not new overall. "Dotted line metric" for marketing. But only now being applied to G2U.
- Only now starting to look at the impact of G2U.
- They want to explore the percentage of their customer base involved in G2U per quarter
- Q1: 11%, Q2: 14% - at launch it was 25%.
- What is the line for G2U? > 0% in a course.
TODO: Discuss in Dec/Jan - how to measure success in G2U? What metrics are important.
- Does Northpass factor into Customer Health scores at all?
- G2 doesn't use a Gainsight-like tool. CSMs use Salesforce, but customer health info is in many different systems.
- Katlin asked if I can keep sharing what our other customers are doing for metrics. No one seems to know what they
need.

View File

@ -0,0 +1,37 @@
** Meeting regarding Renewal and Feature improvements
Attendees:
-- James Cambpell
-- Ali
-- Will Sigsworth
-- Mark Geller
-- Chloe Fall
- Ben Clarke
- Norm Rasmussen
- Kat Kenny
Notes:
- Desire for localized sites are high
- James being pressured for more localized content
- Spanish course is still highly reviewed and people are excited about it.
- (-) Norm to schedule a meeting with both tech teams
Renewal:
- Can we get a signature with an opt-out clause?
- Both tech teams will need to discuss the delay issue in Production
- Who else needs to be part of the renewal discussion?
- If we add an opt-out clause, legal team will need to be involved.
- All renewals need go back through the procurement/vendor review process.
- Vendor review includes finance and security teams
- Kat: Who else needs to be involved? CFO? Who else can put a stop to this?
- Gainsight has "buddy" alignments from our CFO to your CFO. Is Hydran involved in vendor review?
- James: No. Steve Kitely reports to her and is in charge of vendor review?
- Kaisa no longer involved. Does not need to be added back in.
- Kat set expectations: I doubt we will get all of these in the next 60 days, but next steps of getting a tech team
- Mark and Genet
Other Complication from James:
- A user got a weird url: `https://learn.pipedrive.com/app/courses/f6246955-f620-4afe-b7fa-b9256624d4af#sso-widget`
- When a user clicked that, they weren't able to unlock the getting started course.
- Screen recording of the behavior: `https://sharing.pipedrive.com/v/sFQfqr`
- When a user removes #sso-widget the problem goes away.