This commit is contained in:
Grendel Yang 2019-06-30 00:45:24 -07:00
parent df1c5eaff9
commit 90037779a2
2 changed files with 8 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -10,7 +10,7 @@
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>PointFlow</title>
</head>
<body class="container" style="width:780px">
<body class="container" style="max-width:780px">
<!-- Title -->
<div>
@ -41,8 +41,8 @@
</div>
</div>
<div class='row justify-content-center'>
<img src="assets/teaser.gif" class="img-fluid rounded mx-auto d-block" alt="airplane" style="width:100%">
<div class='row justify-content-center' style="position: relative; width: 100%;height: 0;padding-bottom: 33%;">
<img src="assets/teaser.gif" class="img-fluid rounded mx-auto d-block" alt="airplane" style="position:absolute; width:100%; height:100%; top:0px; left:0px;">
</div>
</div>
@ -112,13 +112,14 @@
</div>
<div class='row mt-3 text-center'>
<div class='col ml-1 mr-1'>
<div class='row mt-3 text-center center-block' style=" margin-left:auto; margin-right:auto; max-width:560px">
<div class='col ml-1 mr-1' style="position: relative; width: 100%;height: 0;padding-bottom: 56%;">
<iframe
width="560" height="315"
src="https://www.youtube.com/embed/jqBiv77xC0M"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
style="position: absolute;width: 100%;height: 100%; left: 0; top: 0;"
>
</iframe>
</div>
</div>