This commit is contained in:
Jerome Petazzoni
2019-11-03 23:14:34 -06:00
parent e1a7b79d5c
commit f25af04ee9

View File

@@ -5,15 +5,15 @@
#} #}
{%- set url = url {%- set url = url
| default("http://FIXME.container.training/") -%} | default("http://velocity-2019-11.container.training/") -%}
{%- set pagesize = pagesize {%- set pagesize = pagesize
| default(9) -%} | default(9) -%}
{%- set lang = lang {%- set lang = lang
| default("en") -%} | default("en") -%}
{%- set event = event {%- set event = event
| default("training session") -%} | default("tutorial") -%}
{%- set backside = backside {%- set backside = backside
| default(False) -%} | default(True) -%}
{%- set image = image {%- set image = image
| default("kube") -%} | default("kube") -%}
{%- set clusternumber = clusternumber {%- set clusternumber = clusternumber
@@ -212,16 +212,17 @@ img.kube {
{% for x in range(pagesize) %} {% for x in range(pagesize) %}
<div class="back"> <div class="back">
<br/> <br/>
<p>You got this at the workshop <p>You got this at the tutorial
"Getting Started With Kubernetes and Container Orchestration" "Deploying and Scaling Applications
during QCON London (March 2019).</p> with Kubernetes"
<p>If you liked that workshop, during Velocity Berlin (November 2019).</p>
<p>If you liked that tutorial,
I can train your team or organization I can train your team or organization
on Docker, container, and Kubernetes, on Docker, container, and Kubernetes,
with curriculums of 1 to 5 days. with curriculums of 1 to 5 days.
</p> </p>
<p>Interested? Contact me at:</p> <p>Interested? Contact me at:</p>
<p>jerome.petazzoni@gmail.com</p> <p><strong>jerome.petazzoni@gmail.com</strong></p>
<p>Thank you!</p> <p>Thank you!</p>
</div> </div>
{% endfor %} {% endfor %}