Skip to content

Commit

Permalink
Fixing YouTube links
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy McArthur <[email protected]>
  • Loading branch information
jimmytipit committed Apr 24, 2019
1 parent 5879fd7 commit 555217f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions themes/openstack/templates/Layout/BareMetalPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!-- Video Row 1-->
<div class="row video-wall-row ">
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=tBNzXtgti7s" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand All @@ -255,7 +255,7 @@
<h4 class="video-caption">OpenStack Ironic: Enabling Bare Metal as a Service</h4>
</div>
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=d3qzHwhqd9o" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand All @@ -266,7 +266,7 @@
<h4 class="video-caption">Ironic - Project Update</h4>
</div>
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=Tbwwg3wERHY" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand All @@ -279,7 +279,7 @@
<!-- Video Row 2-->
<div class="row video-wall-row ">
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=kcARF2zhXkw" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand All @@ -290,7 +290,7 @@
<h4 class="video-caption">How Ironic fits into PayPal's full circle of Bare Metal Management</h4>
</div>
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=V_5UuVpviZc" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand All @@ -301,7 +301,7 @@
<h4 class="video-caption">“Our relation is ... complicated.” The most excellent and lamentable tragedy of Ironic and Nova</h4>
</div>
<div class="col-md-4 col-sm-6 video-wall-item">
<a href="https://www.youtube.com/" target="_blank">
<a href="https://www.youtube.com/watch?v=JxgjywVXFsY" target="_blank">
<div class="video-wrapper">
<div class="play-button">
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
Expand Down

0 comments on commit 555217f

Please sign in to comment.