Skip to content

Commit 35aa14d

Browse files
committed
Fixed YouTube links
1 parent 0b48eb9 commit 35aa14d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,10 @@ <h1 class="mdl-typography--headline text-center titles-grey home-header">Media</
162162
<div class="mdl-cell mdl-cell--4-col demo-card-container">
163163
<div class="video-card-square mdl-card">
164164
<div class="mdl-card__title mdl-card--expand">
165-
<!--<iframe style="width: 480px; height: 270px" src="https://www.youtube.com/embed/sQOq3Ci4tB0" frameborder="0" allowfullscreen></iframe>-->
166165
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/s6JRY8qcjvA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
167166
</div>
168167
<div class="mdl-card__actions mdl-card--border">
169-
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" nofollow href="https://www.youtube.com/watch?v=sQOq3Ci4tB0">
168+
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" nofollow href="https://www.youtube.com/watch?v=s6JRY8qcjvA">
170169
PLDI 2020 talk on generating format conversion routines
171170
</a>
172171
</div>
@@ -175,8 +174,7 @@ <h1 class="mdl-typography--headline text-center titles-grey home-header">Media</
175174
<div class="mdl-cell mdl-cell--4-col demo-card-container">
176175
<div class="video-card-square mdl-card">
177176
<div class="mdl-card__title mdl-card--expand">
178-
<!--<iframe style="width: 480px; height: 270px" src="https://www.youtube.com/embed/sQOq3Ci4tB0" frameborder="0" allowfullscreen></iframe>-->
179-
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/s6JRY8qcjvA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
177+
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/sQOq3Ci4tB0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
180178
</div>
181179
<div class="mdl-card__actions mdl-card--border">
182180
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" nofollow href="https://www.youtube.com/watch?v=sQOq3Ci4tB0">
@@ -188,7 +186,7 @@ <h1 class="mdl-typography--headline text-center titles-grey home-header">Media</
188186
<div class="mdl-cell mdl-cell--4-col demo-card-container">
189187
<div class="video-card-square mdl-card">
190188
<div class="mdl-card__title mdl-card--expand">
191-
<iframe width="480" height="270" src="https://www.youtube.com/embed/Kffbzf9etLE" frameborder="0" allowfullscreen></iframe>
189+
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/Kffbzf9etLE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
192190
</div>
193191
<div class="mdl-card__actions mdl-card--border">
194192
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" nofollow href="https://www.youtube.com/watch?v=Kffbzf9etLE">
@@ -200,7 +198,7 @@ <h1 class="mdl-typography--headline text-center titles-grey home-header">Media</
200198
<div class="mdl-cell mdl-cell--4-col demo-card-container">
201199
<div class="video-card-square mdl-card">
202200
<div class="mdl-card__title mdl-card--expand">
203-
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/s6JRY8qcjvA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
201+
<iframe style="width: 480px; height: 270px; margin-left:auto; margin-right:auto; display:block" src="https://www.youtube.com/embed/eE38PC2ctFs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
204202
</div>
205203
<div class="mdl-card__actions mdl-card--border">
206204
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" nofollow href="https://www.youtube.com/watch?v=eE38PC2ctFs">

0 commit comments

Comments
 (0)