Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created September 19, 2019 06:19
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 lettergram/5d65d9a23ee57de3b850bbac472f9e90 to your computer and use it in GitHub Desktop.
Save lettergram/5d65d9a23ee57de3b850bbac472f9e90 to your computer and use it in GitHub Desktop.
<!--- For use on insideropinion.com --->
<div id="botDemo" class="col-md-8">
<div class="demo-container">
<a href="" onclick="Calendly.initPopupWidget({url: 'https://url.com'});return false;">
<video autoplay loop muted playsinline
poster="img/poster.png"
class="demo-vid">
<source src="video/demo.webm"
type="video/webm" class="demo-vid" />
<source src="video/demo.mp4"
type="video/mp4" class="demo-vid" />
</video>
</a>
<a href="https://join.slack.com" target="_blank">
<div class="demo-box-try">
<span class="demo-text">
Demo: Slack Bot
</span>
</div>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment