* Transition event and webinar pages to be resources * Reimplement resources page functionality in CSS * Clean up URL slugs * Remove unused style * Address feedback * Support no target in the url * Address feedback * Make entire tile clickable * Unlist old webinars * Fix relref issue in build * Fix hoverability of filter icon/title * Fix internal link issue * Address feedback * Update comment * Make it work on mobile Co-authored-by: Christian Nunciato <c@nunciato.org>
82 lines
3.1 KiB
Markdown
82 lines
3.1 KiB
Markdown
---
|
|
# Name of the webinar.
|
|
title: "Building Self-service Clouds with Pulumi"
|
|
meta_desc: "Learn how Mercedes-Benz Research and Development is using Pulumi to help their development teams build self-service cloud infrastructure in this tech talk."
|
|
|
|
aliases:
|
|
- /webinars/building-self-service-clouds-2020-04-22
|
|
- /webinars/building-self-service-clouds
|
|
|
|
# A featured webinar will display first in the list.
|
|
featured: false
|
|
|
|
# If the video is pre-recorded or live.
|
|
pre_recorded: true
|
|
|
|
# If the video is part of the PulumiTV series. Setting this value to true will list the video in the "PulumiTV" section.
|
|
pulumi_tv: false
|
|
|
|
# The preview image will be shown on the list page.
|
|
preview_image: "/images/superpowers/mbrdna-demo.png"
|
|
|
|
# Webinars with unlisted as true will not be shown on the webinar list
|
|
unlisted: false
|
|
|
|
# Gated webinars will have a registration form and the user will need
|
|
# to fill out the form before viewing.
|
|
gated: false
|
|
|
|
# The layout of the landing page.
|
|
type: webinars
|
|
|
|
# External webinars will link to an external page instead of a webinar
|
|
# landing/registration page.
|
|
external: false
|
|
|
|
# The url slug for the webinar landing page. If this is an external
|
|
# webinar, use the external URL as the value here.
|
|
url_slug: "building-self-service-clouds"
|
|
|
|
# The content of the hero section.
|
|
hero:
|
|
# The title text in the hero. This also serves as the pages H1.
|
|
title: "Building Self-service Clouds with Pulumi"
|
|
# The image the appears on the right hand side of the hero.
|
|
image: "/icons/containers.svg"
|
|
|
|
# Content for the left hand side section of the page.
|
|
main:
|
|
# Webinar title.
|
|
title: "Building Self-service Clouds with Pulumi"
|
|
# URL for embedding a URL for ungated webinars.
|
|
youtube_url: "https://www.youtube.com/embed/MGA_Bba2GqQ"
|
|
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
|
|
sortable_date: 2020-04-22T11:00:00.00-07:00
|
|
# Duration of the webinar.
|
|
duration: "22 minutes"
|
|
# Datetime of the webinar.
|
|
datetime: "WED APR 22, 2020 AT 11:00AM PDT"
|
|
# Description of the webinar.
|
|
description: |
|
|
Mercedes-Benz R&D is leading the way in showing how large organizations can empower teams to rapidly innovate with new services and architectures. Carter Williamson from Mercedez-Benz will walk you through best practices that organizations of any size can follow to build high-quality, scalable infrastructure to serve geographically-diverse customers.
|
|
|
|
# The webinar presenters
|
|
presenters:
|
|
- name: Carter Williamson
|
|
role: Senior Infrastructure Development & Cloud Automation Engineer, Mercedes-Benz Research & Development North America Inc.
|
|
|
|
# A bullet point list containing what the user will learn during the webinar.
|
|
learn:
|
|
- How to build high-quality, scalable infrastructure to serve geographically-diverse customers.
|
|
- Scalable best practices that work for organizations of all sizes.
|
|
|
|
# The right hand side form section.
|
|
form:
|
|
# GoToWebinar webinar key. This key allows us to register people for webinars via the
|
|
# HubSpot form.
|
|
gotowebinar_key: ""
|
|
|
|
# HubSpot form id.
|
|
hubspot_form_id: "34901c4f-e3e8-4ad5-96d2-f102ab26ac07"
|
|
---
|