LJ Hooker templates re-downloaded so Tracy didn't have to send a ticket to the blackhole of Jira. Updated some scripts to get Sandata groups and a few Walmart screenshots.
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{% include "header" %}
|
||||
<script>
|
||||
window.location.href = '/app'
|
||||
</script>
|
||||
{% comment %} {% include "header" %}
|
||||
{% include "sub_navigation" %}
|
||||
|
||||
<main>
|
||||
@ -59,15 +62,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{%comment%}
|
||||
{% capture quote %}
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
{% endcapture %}
|
||||
{% include "quote_full_width", quote: quote %}
|
||||
{%endcomment%}
|
||||
|
||||
{% include "carousel_coaches_sales" %}
|
||||
{%comment%} {%include "events_carousel"%} {%endcomment%}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
@ -76,4 +72,4 @@
|
||||
|
||||
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
|
||||
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
|
||||
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/gregallan_ljh?primary_color=1a1a1a', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: true }); }</script>
|
||||
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/gregallan_ljh?primary_color=1a1a1a', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: true }); }</script> {% endcomment %}
|
||||
Reference in New Issue
Block a user