2021-07-01 14:52:23 -07:00
{{ define "hero" }}
2021-09-03 14:25:41 -07:00
< header class = "page-hero" >
< div class = "dot-background-container" >
< div class = "dot-background" > < / div >
< / div >
< div class = "dot-overlay" > < / div >
< div class = "page-hero-title relative px-3" >
< img class = "mx-auto mb-6 w-full lg:w-2/3" src = "/images/cloud-eng-summit-2021.svg" / >
< / div >
< / header >
2021-07-01 14:52:23 -07:00
{{ end }}
{{ define "main" }}
2021-09-03 14:25:41 -07:00
< section class = "relative mb-16" >
2021-07-01 14:52:23 -07:00
< div class = "shape-background cloud-engineering-summit-big-dots" >
< div class = "relative w-full h-full" >
< div class = "circle-left" > < / div >
< div class = "circle-right" > < / div >
< / div >
< / div >
2021-09-03 14:25:41 -07:00
< div class = "container mx-auto flex flex-wrap" >
2021-10-20 15:10:21 -07:00
< div class = "w-full p-6" >
2021-09-03 14:25:41 -07:00
< h3 class = "text-center" >
2022-06-10 14:21:32 -07:00
< pulumi-datetime date = "2022-09-28T08:00:00-07:00" > < / pulumi-datetime >
2021-09-03 14:25:41 -07:00
< / h3 >
< div class = "max-w-4xl mx-auto text-center" >
< p class = "mt-10" >
2022-06-01 10:58:20 -07:00
The Cloud Engineering Summit is a virtual day of learning for cloud practitioners that focuses on best practices for building, deploying and managing modern
cloud infrastructure.
2021-09-03 14:25:41 -07:00
< / p >
< / div >
2021-10-20 15:10:21 -07:00
< div class = "text-center mt-12 mb-12" >
2022-06-10 14:21:32 -07:00
< h3 > Get notified when registration opens< / h3 >
< div class = "flex items-center justify-center" >
< pulumi-hubspot-form form-id = "f456537d-1ac8-4004-8ba7-9f5997321445" class = "newsletter newsletter-wide newsletter-dark-border" > < / pulumi-hubspot-form >
2021-10-20 15:10:21 -07:00
< / div >
2021-09-03 14:25:41 -07:00
< / div >
2021-07-01 14:52:23 -07:00
< / div >
< / div >
< / section >
2021-09-03 14:25:41 -07:00
< section id = "speakers" class = "container mx-auto text-center" >
< h1 class = "m-0" > Cloud Engineering Summit< / h1 >
2022-06-10 14:21:32 -07:00
< h2 class = "mt-0 mb-10" > 2021 Featured Speakers< / h2 >
2021-09-08 12:04:04 -07:00
< div class = "my-10" >
2022-06-10 14:21:32 -07:00
< a class = "btn-secondary" href = "{{ relref . " / cloud-engineering-summit / speakers " } } " > View all speakers from 2021< / a >
2021-09-08 12:04:04 -07:00
< / div >
2021-09-03 14:25:41 -07:00
< div class = "cloud-engineering-summit-speaker-wall" >
< script type = "text/javascript" src = "https://sessionize.com/api/v2/{{ .Params.sessionize_id }}/view/SpeakerWall" > < / script >
2021-07-01 14:52:23 -07:00
< / div >
< / section >
< section class = "my-16 relative" >
< div class = "shape-background cloud-engineering-summit-small-dots" >
< div class = "relative w-full h-full" >
< div class = "dot-background-container" >
< div class = "dot-background-overlay" > < / div >
< div class = "dot-background no-animate" > < / div >
< / div >
< / div >
< / div >
< div class = "container mx-auto" >
2022-06-10 14:21:32 -07:00
< h2 class = "text-center" > 2021 Summit Tracks< / h2 >
2021-09-16 14:51:50 -07:00
< div class = "text-center my-12" >
2022-06-10 14:21:32 -07:00
< a class = "btn-secondary" href = "{{ relref . " / cloud-engineering-summit / replay " } } " > Watch the replay< / a >
< a class = "btn-secondary" href = "{{ relref . " / cloud-engineering-summit / agenda " } } " > View the 2021 agenda< / a >
2021-09-16 14:51:50 -07:00
< / div >
2021-07-01 14:52:23 -07:00
{{ range $item := .Params.tracks_outline }}
< div class = "lg:flex my-16" >
< div class = "lg:w-1/2 lg:px-16" >
< div class = "p-6 lg:p-8 card mb-16 lg:mx-0 lg:ml-8 lg:mb-0 bg-white" >
< h3 > {{ $item.name }}< / h3 >
2021-09-03 14:25:41 -07:00
{{ range $topic := $item.topics }}
< p > {{ $topic }}< / p >
{{ end }}
2021-07-01 14:52:23 -07:00
< / div >
< / div >
< div class = "lg:w-1/2 px-10" >
< p >
{{ $item.description }}
< / p >
< / div >
< / div >
{{ end }}
< / div >
< / section >
2021-09-24 15:52:53 -07:00
< section id = "workshops" class = "container mx-auto my-32" >
< h2 class = "text-center mb-12" > {{ .Params.workshops.title }}< / h2 >
< div class = "benefits-section relative" >
< div class = "shape-background home-benefits-section" >
< div class = "shape-container" >
< div class = "circle-left" > < / div >
< div class = "circle-right" > < / div >
< / div >
< / div >
< div class = "flex flex-wrap items-stretch justify-center" >
{{ range $item := .Params.workshops.items }}
< div class = "w-full lg:w-1/2 p-4 my-2" >
< div class = "card h-full text-center py-16 px-8 relative bg-white" >
< div class = "icon-section mb-4" >
{{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }}
< / div >
< div >
< h5 > {{ $item.title }}< / h5 >
< / div >
< div class = "description" >
< p > {{ $item.description }}< / p >
< / div >
< div class = "mt-8" >
{{ range $time := $item.times }}
< p class = "text-sm my-2" >
< span class = "mr-2" > < i class = "fas fa-calendar" > < / i > < / span >
< pulumi-datetime class = "inline-block" date = "{{ $time }}" > < / pulumi-datetime >
< / p >
{{ end }}
< / div >
< div class = "card-cta-btn" >
2022-06-10 14:21:32 -07:00
< a href = "{{ $item.link }}" class = "btn-primary" > Watch now< / a >
2021-09-24 15:52:53 -07:00
< / div >
< / div >
< / div >
{{ end }}
< / div >
< / div >
< / section >
2021-09-21 14:15:27 -07:00
< section id = "sponsors" class = "container mx-auto mt-32" >
2022-06-10 14:21:32 -07:00
< h2 class = "text-center" > 2021 Sponsors< / h2 >
2021-09-21 14:15:27 -07:00
< div class = "flex flex-wrap items-center justify-center" >
2021-10-05 09:12:06 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4 h-32" >
2021-09-21 14:15:27 -07:00
< a href = "https://aws.amazon.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "h-32" src = "/logos/tech/aws-logo.svg" alt = "Amazon Web Services" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
2021-10-05 09:12:06 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4 h-32" >
< a href = "https://www.apple.com/" target = "_blank" rel = "noopener noreferrer" >
< img class = "w-full" src = "/logos/tech/apple-logo.png" alt = "Apple" / >
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4 h-32" >
2023-07-13 09:34:51 -07:00
< img class = "h-16 lg:h-32" src = "/logos/tech/bridgecrew-logo.svg" alt = "Bridgecrew" / >
2021-09-21 14:15:27 -07:00
< / div >
2021-10-05 09:12:06 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4 h-32" >
2021-09-21 14:15:27 -07:00
< a href = "https://circleci.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/ci-cd/circle-ci-wordmark.png" alt = "Circle CI" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
2021-10-05 09:12:06 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4 h-32" >
2021-09-21 14:15:27 -07:00
< a href = "https://codefresh.io/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "h-16 lg:h-32" src = "/logos/tech/ci-cd/codefresh-wordmark.png" alt = "Codefresh" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://github.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/github-wordmark.png" alt = "Github" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://cloud.google.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/google-cloud-ces.png" alt = "Google Cloud" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://www.honeycomb.io/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "h-16 lg:h-32" src = "/logos/tech/honeycomb-logo.svg" alt = "Honeycomb" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://www.microsoft.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/microsoft-logo.png" alt = "Microsoft" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://www.nginx.com/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/nginx-black.png" alt = "NGINX" / >
2021-09-21 14:15:27 -07:00
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://ns1.com/" target = "_blank" rel = "noopener noreferrer" >
< img class = "h-16" src = "/logos/tech/ns1.png" alt = "NS1" / >
< / a >
< / div >
2021-09-27 14:58:15 -07:00
2021-10-05 09:12:06 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "/" >
< img class = "h-16" src = "/images/logo/logo-on-white.svg" alt = "Pulumi" / >
< / a >
< / div >
2021-09-27 14:58:15 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://www.split.io/" target = "_blank" rel = "noopener noreferrer" >
2021-10-05 09:12:06 -07:00
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/split-logo.png" alt = "Split" / >
< / a >
< / div >
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://uffizzi.com/" target = "_blank" rel = "noopener noreferrer" >
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/tech/uffizzi-logo.png" alt = "Uffizzi" / >
2021-09-27 14:58:15 -07:00
< / a >
< / div >
2021-10-12 08:28:52 -07:00
< div class = "w-full lg:w-1/5 flex items-center justify-center mx-8 my-4" >
< a href = "https://whylabs.ai/" target = "_blank" rel = "noopener noreferrer" >
< img class = "w-2/3 lg:w-full mx-auto" src = "/logos/customers/whylabs-wordmark.svg" alt = "Whylabs" / >
< / a >
< / div >
2021-09-21 14:15:27 -07:00
< / div >
< / section >
2021-07-01 14:52:23 -07:00
< section id = "get-started" class = "container px-6 lg:px-0 mx-auto my-32" >
< div class = "w-full bg-violet-600 card p-6 lg:p-16 lg:pt-24 text-center" >
< div class = "max-w-xl mx-auto" >
2022-06-01 10:58:20 -07:00
< h2 class = "text-white hidden lg:block px-0 lg:px-16" > Get started with Cloud Engineering< / h2 >
< h4 class = "text-white mt-0 lg:hidden" > Get started with Cloud Engineering< / h4 >
2021-07-01 14:52:23 -07:00
< p class = "text-white" >
2022-06-01 10:58:20 -07:00
Pulumi is a cloud engineering platform that brings infrastructure, application development, and compliance teams together through a unified software engineering
process to deliver and manage modern cloud applications
2021-07-01 14:52:23 -07:00
< / p >
< div class = "mt-16" >
2023-06-16 18:43:40 -07:00
< a class = "btn-secondary" href = "{{ relref . " / docs / get-started " } } " > Get Started< / a >
2021-07-01 14:52:23 -07:00
< / div >
< / div >
< / div >
< / section >
{{ end }}