Agriwebb templates and some notes
This commit is contained in:
@ -17,9 +17,12 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/hal1rveh'
|
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/hal1rveh'
|
||||||
(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/hal1rveh';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
|
(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/hal1rveh';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.intercom-lightweight-app-launcher {
|
.intercom-lightweight-app-launcher {
|
||||||
left:15% !important;
|
left:15% !important;
|
||||||
|
|||||||
@ -133,3 +133,12 @@ Borders in tables _can_ be hidden! Add this code to your table in HTML:
|
|||||||
|
|
||||||
Kayla on Vacation May 30th - June 2nd
|
Kayla on Vacation May 30th - June 2nd
|
||||||
DONE: Send open academies for her to review.
|
DONE: Send open academies for her to review.
|
||||||
|
|
||||||
|
|
||||||
|
## 07/12/2023
|
||||||
|
|
||||||
|
### Redesign and Custom User Journey
|
||||||
|
|
||||||
|
If learner has a course with category A, they should see certain buckets of courses.
|
||||||
|
They need to redesign their academy and want to display specific courses and pages based on a learner's parameters.
|
||||||
|
Be to sure to ask how the redesign is going and how the User Journey/Flow is progressing.
|
||||||
|
|||||||
Reference in New Issue
Block a user