diff --git a/prepare-vms/templates/cards.html b/prepare-vms/templates/cards.html index 7a30cd41..9cf6fb95 100644 --- a/prepare-vms/templates/cards.html +++ b/prepare-vms/templates/cards.html @@ -5,15 +5,15 @@ #} {%- set url = url - | default("http://FIXME.container.training/") -%} + | default("http://velocity-2019-11.container.training/") -%} {%- set pagesize = pagesize | default(9) -%} {%- set lang = lang | default("en") -%} {%- set event = event - | default("training session") -%} + | default("tutorial") -%} {%- set backside = backside - | default(False) -%} + | default(True) -%} {%- set image = image | default("kube") -%} {%- set clusternumber = clusternumber @@ -212,16 +212,17 @@ img.kube { {% for x in range(pagesize) %}

-

You got this at the workshop - "Getting Started With Kubernetes and Container Orchestration" - during QCON London (March 2019).

-

If you liked that workshop, +

You got this at the tutorial + "Deploying and Scaling Applications + with Kubernetes" + during Velocity Berlin (November 2019).

+

If you liked that tutorial, I can train your team or organization on Docker, container, and Kubernetes, with curriculums of 1 to 5 days.

Interested? Contact me at:

-

jerome.petazzoni@gmail.com

+

jerome.petazzoni@gmail.com

Thank you!

{% endfor %}