Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create /engage/fr/vmware-to-openstack page #4853

Merged
merged 5 commits into from
Mar 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions templates/engage/_heading-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,41 @@ <h1 class="u-no-margin--bottom">Engage heading include help</h1>

<section class="p-strip">
<div class="row">
<p>These headers have several options with only one required field and can be used for case studies and webinars. These include the title, a subtitle (optional), a date (optional), a cta with a url (optional) and a class (optional).</p>
<p>These headers have several options with only one required field and can be used for case studies and webinars. These include the title, a subtitle (optional), a date (optional), a cta with a url (optional), a class (optional) and a lang(uage) (optional).</p>

<h3>Everything - title, subtitle, date, cta and url, class</h3>

<h4>Include tag</h4>
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" class="test-class" %}
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" class="test-class" lang="en" %}
</code></pre>
<h4>Output</h4>
</div>
</section>
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" class="test-class" %}
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" class="test-class" lang="en" %}
<hr />

<section class="p-strip">
<div class="row">
<h3>No date</h3>
<h4>Include tag</h4>
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" url="#register-section" cta="Watch the webinar" %}
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" url="#register-section" cta="Watch the webinar" lang="en" %}
</code></pre>
<h4>Output</h4>
</div>
</section>
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" url="#register-section" cta="Watch the webinar" %}
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" image="d9105909-Dell_XPS_Laptop_Left-Desktop.png?w=413" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" url="#register-section" cta="Watch the webinar" lang="en" %}
<hr />

<section class="p-strip">
<div class="row">
<h3>No image, no class</h3>
<h4>Include tag</h4>
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" %}
<pre><code>&#123;% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" lang="en" %}
</code></pre>
<h4>Output</h4>
</div>
</section>
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" %}
{% include "engage/shared/_header.html" with title="What's New in Ubuntu 18.10" subtitle="Canonical product managers discuss the new Ubuntu 18.10 release features in this on-demand webinar" date="Webinar is live on 3 December 2018 at 8pm GMT" url="#register-section" cta="Watch the webinar" lang="en" %}
<hr />

<section class="p-strip">
Expand Down
21 changes: 21 additions & 0 deletions templates/engage/fr/vmware-to-openstack.html
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 %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caldav should this be a question?

Quels sont les différences entre VMWare et OpenStack et les bénéfices d'une migration de l'un vers l'autre ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is to rank #1 for people googling the question, but since we are actually answering it, it's more assertive to skip the question mark.


{% 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&nbsp;&rsaquo;" 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 %}
2 changes: 1 addition & 1 deletion templates/engage/shared/_header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="{% if class %}p-strip {{ class }}{% else %}p-strip--light{% endif %}">
<section {% if lang %}lang="{{ lang }}"{% endif %} class="{% if class %}p-strip {{ class }}{% else %}p-strip--light{% endif %}">
<div class="row u-equal-height">
<div class="{% if image %}col-7{% else %}col-8{% endif %} u-vertically-center">
<div>
Expand Down