Skip to content

Commit

Permalink
move workshops section
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Aug 30, 2024
1 parent 68977f9 commit 7cbd30e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
3 changes: 3 additions & 0 deletions content/pulumi-up/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,15 @@ workshops:
- title: Managing team secrets with 1Password & Pulumi ESC
meta_desc: Learn Pulumi ESC + 1Password for secure, automated secret management in multi-cloud setups. Store & fetch secrets easily in our workshop
datetime: 2024-09-25T09:00:00.000-07:00
link: /resources/managing-team-secrets-with-1password-pulumi-esc/
- title: Securing IaC Pipelines in Regulated Industries
meta_desc: Learn best practices for securing and ensuring compliance of AWS infrastructure using Pulumi ESC and Policy as Code in your IaC pipelines.
datetime: 2024-09-26T09:00:00-07:00
link: /resources/securing-iac-pipelines-in-regulated-industries/
- title: Observability as Code for AI Apps with New Relic and Pulumi
meta_desc: Learn how to use AWS to generate secure infrastructure code for deploying an AI Chatbot app with Pulumi, leveraging New Relic's LLM dashboards.
datetime: 2024-10-30T09:00:00-07:00
link: /resources/observability-as-code-for-ai-apps-new-relic/

registration:
items:
Expand Down
35 changes: 17 additions & 18 deletions layouts/page/pulumi-up-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,6 @@ <h6 class="py-4">Be a part of shaping the future of cloud infrastructure!</h6>
</section>
{{ end }}

<section id="sponsors" class="my-0 mb-16 py-4 lg:py-12 overflow-hidden px-3 white-background">
<div class="container mx-auto text-center">
<h2 class="text-center mb-10 hidden lg:block">{{ .Params.customer_logos.title }}</h2>
<h6 class="text-center lg:hidden">{{ .Params.customer_logos.title }}</h6>
{{ range $row := .Params.customer_logos.rows }}
<div class="flex flex-wrap items-center justify-center">
{{ range $logo := $row.logos }}
<div class="w-3/4 lg:w-1/6 p-4 lg:p-10">
<a href="{{ $logo.link }}"><img class="w-full" src="/images/pulumiup-2023/sponsors/{{ $logo.logo }}" /></a>
</div>
{{ end }}
</div>
{{ end }}
</div>
</section>


<section id="workshops" class="py-8 mb-12">
<div class="container mx-auto">
<h3 class="ml-4">Workshops</h3>
Expand Down Expand Up @@ -197,7 +180,7 @@ <h6 class="mt-2 mb-0 text-left text-xl md:text-xl">
</span>
</span>
<div class="pl-5 pb-8">
<a class="btn-secondary w-4/12" href="#register">Register Now</a>
<a class="btn-secondary w-4/12" href={{ .link }}>Register Now</a>
</div>

</span>
Expand All @@ -210,6 +193,22 @@ <h6 class="mt-2 mb-0 text-left text-xl md:text-xl">
</div>
</section>

<section id="sponsors" class="my-0 mb-16 py-4 lg:py-12 overflow-hidden px-3 white-background">
<div class="container mx-auto text-center">
<h2 class="text-center mb-10 hidden lg:block">{{ .Params.customer_logos.title }}</h2>
<h6 class="text-center lg:hidden">{{ .Params.customer_logos.title }}</h6>
{{ range $row := .Params.customer_logos.rows }}
<div class="flex flex-wrap items-center justify-center">
{{ range $logo := $row.logos }}
<div class="w-3/4 lg:w-1/6 p-4 lg:p-10">
<a href="{{ $logo.link }}"><img class="w-full" src="/images/pulumiup-2023/sponsors/{{ $logo.logo }}" /></a>
</div>
{{ end }}
</div>
{{ end }}
</div>
</section>

<section id="register" class="bg-gray-100">
<div class="container mx-auto pb-12">
<div class="flex flex-col md:flex-row">
Expand Down

0 comments on commit 7cbd30e

Please sign in to comment.