Templates for a few companies. SPS notes.

This commit is contained in:
Norm Rasmussen
2023-03-28 16:55:54 -04:00
parent 5f971353ec
commit f373159238
7 changed files with 91 additions and 1 deletions

View File

@ -22,3 +22,7 @@ Phase 2: Cross functional, deeper training for clients who also have CSMs.
### Chat with Paul
Name, Email, Company Name & Company ID - IDEAL parameters.
## 03/27/2023
### Content Implementation

View File

@ -15,3 +15,10 @@ DONE: Ask Patrycja to add me to the final run through.
To start for the 23rd, people are getting assigned to learning paths. But self-selection in groups is the ideal long-term setup.
Ocean Academy or Stripe type landing page would be ideal for self-selection.
Actually start on 27th. 23rd is 100% ready and QA done. 27th are real people.
## 03/28/2023
### Mizuno Running Kickoff with Matt
TODO: Confirm dates with Matt for Sales conference.
Matt to collect the rest of the videos etc for the course.

View File

@ -187,3 +187,7 @@ Feedback from clients:
* Ask product to make search results available to non-authenticated users.
Start up weekly meetings with Kaisa for 10am on Tuesday
## 03/28/2023
GetVero is the customer emailing platform they currently use. They wanted to do it via Segment.

View File

@ -118,3 +118,13 @@ Kayla thought it could be the webinar template in Zoom.
Default- expanded sections
course prop boolean
t/F - collapsed sections
## 03/28/2023
### Answers for Kathleen
Borders in tables _can_ be hidden! Add this code to your table in HTML:
```html
<table style="width: 100%; border:hidden;"><tbody><tr><td style="width: 50.0000%; border:hidden;">
```