Created
September 19, 2019 06:19
-
-
Save lettergram/5d65d9a23ee57de3b850bbac472f9e90 to your computer and use it in GitHub Desktop.
For use on https://insideropinion.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- 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