Skip to content

Instantly share code, notes, and snippets.

@azs06
Last active August 10, 2022 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azs06/bf7c91ece623747d3f605e9f871e623d to your computer and use it in GitHub Desktop.
Save azs06/bf7c91ece623747d3f605e9f871e623d to your computer and use it in GitHub Desktop.
saved_codes
<main id="primary-container">
{% include "_page-header.njk" %}
{{content | safe}}
{% include "_page-footer.njk" %}
</main>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
if(window.initSkipper){
initSkipper({
target: "cash-widget",
targetBtn: "reserve-btn",
primaryContainer: "primary-container",
renderAs: "sidepanel",
style: {
basePrimaryColor: "#1B3A5C",
lightPrimaryColor: "#94A3B8",
accentColor: "#7F9580",
fontPrimary: "Adobe Garamond Pro",
},
hotelId: "JOURNEYEASTHAMPTON1",
fallbackUrl: "https://res.journeyeasthampton.com/ibe/index.aspx?propertyID=15303&nono=2&opencalendar=1",
});
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment