Add simulation video
Depends-On: https://review.openstack.org/562001 Change-Id: I7176dbe451e44476279c7e252d492e60a85f8270
This commit is contained in:
parent
66643f2e05
commit
00ac7bd96b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
html/
|
||||
html
|
||||
www/media
|
||||
|
@ -86,6 +86,34 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Video -->
|
||||
<section class="wrapper style1">
|
||||
<div class="container">
|
||||
<div class="row 200%">
|
||||
<section class="3u 12u(narrower)">
|
||||
<div class="box highlight">
|
||||
</div>
|
||||
</section>
|
||||
<section class="6u 12u(narrower)">
|
||||
<div class="box highlight">
|
||||
<video controls poster="media/simulation-poster.png" width="100%">
|
||||
<source src="media/simulation.webm" type="video/webm">
|
||||
<source src="media/simulation.mp4" type="video/mp4">
|
||||
<track src="media/simulation.vtt" label="English" kind="subtitles" srclang="en">
|
||||
</video>
|
||||
<p>
|
||||
See how Zuul tests cross-project changes in parallel.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="3u 12u(narrower)">
|
||||
<div class="box highlight">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Posts -->
|
||||
<section class="wrapper style1">
|
||||
<div class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user