Skip to content

Instantly share code, notes, and snippets.

@hailiang-wang
Created February 20, 2017 05:37
Show Gist options
  • Save hailiang-wang/a063c85da43b20e6347d08ed5b7e6b41 to your computer and use it in GitHub Desktop.
Save hailiang-wang/a063c85da43b20e6347d08ed5b7e6b41 to your computer and use it in GitHub Desktop.
HTML video element
<section class='show'>
<div class='h1'>
<div class='floater'></div>
</div>
<div class='content'>
<a href="javascript:void(0);" target='_blank' ng-click="wechat()"><i class='fa fa-weixin fa-2x'></i></a>
<a href="mailto:contact@rockq.org"><i class='fa fa-envelope fa-2x'></i></a>
<a href="https://rockq.org/" target='_blank'><i class='fa fa-users fa-2x'></i></a>
<a href="https://github.com/rockq-org" target="_blank"><i class='fa fa-git fa-2x'></i></a>
<a href="http://git.oschina.net/ubiware/node-party" target='_blank'><i class='fa fa-dot-circle-o fa-2x'></i></a>
</div>
<div class='video'>
<video class='ab0' autoplay loop preload='true' defaultMuted='true'>
<!-- Firefox -->
<source src="http://7xkeqi.com1.z0.glb.clouddn.com/nodeparty/assets/gorilla.landing.ogv" type="video/ogg" />
<source src="http://7xkeqi.com1.z0.glb.clouddn.com/nodeparty/assets/gorilla.landing.webm" type="video/webm" />
<!-- Safari/Chrome-->
<source src="http://7xkeqi.com1.z0.glb.clouddn.com/nodeparty/assets/gorilla.landing.mp4" type="video/mp4" />
</video>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment