Skip to content

Commit

Permalink
Merge pull request #14340 from aaryanporwal/update-what-is-openstack
Browse files Browse the repository at this point in the history
feat(openstack): Replace youtube URL with embed
  • Loading branch information
aaryanporwal committed Sep 25, 2024
2 parents 2bfd9e4 + 982a835 commit cb233dc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions templates/openstack/what-is-openstack.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% block content %}
<section class="p-strip--suru-image is-bordered">
<div class="row">
<div class="col-4">
<div class="col-6">
<h1>What is OpenStack?</h1>
<p>
OpenStack is an open-source cloud platform that manages distributed compute, network and storage resources, aggregates them into pools, and allows on-demand provisioning of virtual resources through a self-service portal.
Expand All @@ -25,8 +25,15 @@ <h1>What is OpenStack?</h1>
<a class="p-button--positive" href="/engage/from-vmware-to-openstack">Move from VMware to OpenStack</a>
</p>
</div>
<div class="col-3">
<a href="https://www.youtube.com/watch?v=2dyWztiKECg">Why OpenStack is the Best Solution for Your Cloud Strategy | Open Source Cloud Computing</a>
<div class="col-6 embedded-media">
<iframe width="560"
height="315"
src="https://www.youtube.com/embed/2dyWztiKECg?si=B2OUiBGrtdKDfN6K"
title="Why OpenStack is the Best Solution for Your Cloud Strategy | Open Source Cloud Computing"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen></iframe>
</div>
</div>
</section>
Expand Down

0 comments on commit cb233dc

Please sign in to comment.