Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
updates to microsoft build mcirosite, add event to resources list (#4254
Browse files Browse the repository at this point in the history
)

* updates to microsoft build mcirosite, add event to resources list

* fix links
  • Loading branch information
shughes26 authored May 8, 2024
1 parent 4c47f09 commit e44eb66
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 24 deletions.
36 changes: 13 additions & 23 deletions themes/default/content/microsoft-build/_index.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,33 @@
---
title: Microsoft Build - May 21-23, 2024
meta_desc: Join us to find out how Pulumi’s Infrastructure as Code reduces cloud complexity, accelerates development velocity and helps companies scale and innovate.
meta_desc: Join Pulumi at Microsoft Build to learn about the latest developments in infrastructure as code. Meet us at booth FP61, May 21-23, 2024
meta_image: /images/microsoft-build/meta.png
type: page
layout: microsoft-build

display_title: Microsoft Build <br/> May 21–23, 2024
links:
items:
- heading: Join a Workshop
description: Our workshops are live, and 100% open source. Choose from fundamental to advanced topics. They are hands-on and code source is provided.
action: Check upcoming workshops
link: /resources#upcoming
- heading: Join Us for Happy Hour
description: Get ready to mix, mingle, and dive into the world of AI infrastructure at our Happy Hour after Microsoft Build Day 2, hosted by Pulumi and Pinecone! May 22, 6:00 PM PDT at Stoup Brewing in Capitol Hill.
action: Register
link: https://lu.ma/hbj9z891
- heading: Request a Demo
description: See how Pulumi can help you ship infrastructure faster, and manage your Azure resources at scale. Ready for a change?
action: Talk with an Engineer
link: https://info.pulumi.com/msbuild/

workshops:
items:
- title: Getting Started with Kubernetes on Azure
date: April 25, 2023
description: In this workshop, you will learn how to deploy a Kubernetes cluster on Microsoft Azure and run containerized applications on the cluster.
link: /resources/getting-started-with-kubernetes-azure
- title: Introduction to Infrastructure as Code on Azure
date: June 5, 2024
description: Learn how to use Pulumi to manage Azure resources in TypeScript
link: /resources/intro-to-iac-azure/
action: Register
- title: Getting Started with Kubernetes on AWS
date: April 26, 2023
description: In this workshop, you will learn the fundamentals of setting up EKS clusters on AWS through guided exercises using Pulumi.
link: /resources/getting-started-with-kubernetes-aws
action: Register
- title: Getting Started with Kubernetes on Google Cloud
date: April 27, 2023
description: In this workshop, you will learn how to deploy a Kubernetes cluster on Google Cloud and run containerized applications on the cluster.
link: /resources/getting-started-with-kubernetes-google-cloud
action: Register
- title: Production-ready Kubernetes for Python Developers
date: May 18, 2023
description: In this workshop, you will learn how to deploy a Kubernetes cluster using the Python language. (External webinar)
link: https://community.cncf.io/events/details/cncf-cncf-online-programs-presents-cncf-on-demand-webinar-production-ready-kubernetes-for-python-developers/
- title: Platform Engineering with Microsoft Azure and Pulumi
date: June 20, 2024
description: Explore Azure and Pulumi basics in our workshop, empowering platform engineering teams to swiftly deploy cloud resources and accelerate their IaC initiatives.
link: /resources/platform-engineering-with-azure-pulumi/
action: Register

templates:
Expand Down
68 changes: 68 additions & 0 deletions themes/default/content/resources/microsoft-build/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
# Name of the event, <= 60 characters
title: Pulumi + Microsoft Build
meta_desc: Join Pulumi at Microsoft Build to learn about the latest developments in infrastructure as code. Meet us at booth FP61, May 21-23, 2024
meta_image: /images/microsoft-build/meta.png

# A featured webinar will display first in the list.
featured: false

# 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. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: true
block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://pulumi.com/microsoft-build/

# Content for the left hand side section of the page.
main:
# Webinar title.
title: Microsoft Build

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-05-21T09:00:00-00:00

# Duration of the webinar.
duration: 1 hour

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: Seattle, WA

# Description of the webinar.
description:

# The webinar presenters
presenters:

# case-sensitive
tags:
level: # Beginner, Intermediate, Advanced
topics: []
languages: []
clouds: ["Azure"]

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
28 changes: 27 additions & 1 deletion themes/default/layouts/page/microsoft-build.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="small-title text-white">
{{ define "main" }}
<div class="container w-2/3 mt-16 text-center mx-auto relative">
<img src="/images/mascot/backpack-pulumipus.svg" alt="" style="transform:scale(-0.5,0.5); top:-128px; left:-280px" class="absolute hidden lg:block" />
<h5>Meet us at Microsoft Build, <b>Booth S-23</b></h5>
<h5>Meet us at Microsoft Build, <b>Booth FP61</b></h5>
<h5>Join us to find out how Pulumi’s Infrastructure as Code reduces cloud complexity, accelerates development velocity and helps companies scale and innovate.</h5>
</div>

Expand All @@ -36,6 +36,32 @@ <h5>{{ $item.heading }}</h5>
</div>
</section>

<section id="workshops" style="background: #4853a2;">
<div class="container mx-auto py-16">
<h2 class="px-4 pb-8 text-white">Workshops</h2>

<div class="flex flex-wrap justify-center items-stretch">
{{ range .Params.workshops.items }}
<div class="w-full lg:w-1/2 p-3">
<div class="card bg-white p-6 text-black h-full">
<h5>{{ .title }}</h5>
<span class="my-0 py-1 inline-block mr-3 text-gray-600">
<i class="fas fa-calendar mr-2"></i>
{{ .date }}
</span>
<p>{{ .description }}</p>
<div class="my-8">
<a href="{{ .link }}" class="btn-secondary">
<span class="text-violet-600">{{ .action }} &#8594;</span>
</a>
</div>
</div>
</div>
{{ end }}
</div>
</div>
</section>

<section id="pulumiup-ad" class="relative">
<div class="dot-background-container">
<div class="dot-background"></div>
Expand Down

0 comments on commit e44eb66

Please sign in to comment.