-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4853 from pmahnke/4852-engage-french-vmware-to-os
Create /engage/fr/vmware-to-openstack page
- Loading branch information
Showing
3 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% extends "engage/base_engage.html" %} | ||
|
||
{% block title %}Migrer de VMware à Openstack{% endblock %} | ||
|
||
{% block meta_description %}Quels sont les différences entre VMWare et OpenStack et les bénéfices d'une migration de l'un vers l'autre. Un webinar gratuit pour mieux comprendre les technologies du cloud privé.{% endblock %} | ||
|
||
{% block content %} | ||
|
||
|
||
{% include "engage/shared/_header.html" with title="Migrer de VMware à Openstack" subtitle="Apprenez comment migrer d'un environnement traditionnel et propriétaire à un cloud OpenStack" url="#register-section" cta="S'inscrire au webinar ›" lang="fr" %} | ||
|
||
|
||
<section lang="fr" class="p-strip is-bordered" id="register-section"> | ||
<div class="row"> | ||
<div class="jsBrightTALKEmbedWrapper" style="width:100%; height:100%; position:relative;"><script class="jsBrightTALKEmbedConfig" type="application/json">{ "channelId" : 17466, "language": "fr", "commId" : 352419, "displayMode" : "standalone", "height" : "auto" }</script><script src="https://www.brighttalk.com/clients/js/player-embed/player-embed.js" class="jsBrightTALKEmbed"></script></div> | ||
</div> | ||
</section> | ||
|
||
|
||
{% include "shared/contextual_footers/_contextual_footer.html" with first_item="_cloud_bootstack" second_item="_cloud_newsletter" third_item="_telco_further_reading" %} | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters