Skip to content

Update registration links and buttons to "Join Now" for PulumiUP 2025… #14935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pulumi-up/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases:
panels:
- title: From Infrastructure Engineering to Platform Engineering
subtitle:
schedule_link: "#register"
schedule_link: "https://www.bigmarker.com/pulumi/PulumiUP-2025"
panelists:
- name: Josh Kodroff
image: /images/team/josh-kodroff.jpg
Expand Down
10 changes: 5 additions & 5 deletions layouts/page/pulumi-up-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 class="mt-0">May 6 - 4 pm PT / May 7 - 9 am AEST</h4>
</p>
</div>
<div class="my-8 flex flex-col flex-wrap sm:flex-row justify-center">
<a class="m-4 sm:m-2 btn-primary" href="#register">Register Now</a>
<a class="m-4 sm:m-2 btn-primary" href="{{ (index $.Params.panels 0).schedule_link }}">Join Now</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -63,7 +63,7 @@ <h3>PulumiUP 2025: Why You Can't Miss It!</h3>
</p>
</p>
<div class="my-8">
<a class="btn-primary" href="#register">Register Now</a>
<a class="btn-primary" href="{{ (index $.Params.panels 0).schedule_link }}">Join Now</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h6>{{ .name }}</h6>
</div>
<h6 class="py-4">Be a part of shaping the future of cloud infrastructure!</h6>
<div class="my-8 flex flex-col flex-wrap sm:flex-row justify-center">
<a class="m-4 sm:m-2 btn-primary" href="{{ .schedule_link }}">Register Now</a>
<a class="m-4 sm:m-2 btn-primary" href="{{ .schedule_link }}">Join Now</a>
</a>
</div>
</div>
Expand All @@ -130,7 +130,7 @@ <h3 class="text-center ml-4">Workshops - Spring into Platform Engineering</h3>
<p class="text-lg text-center px-2">Platform engineering bridges development, infrastructure, and operations. This workshop series builds advanced skills for managing cloud infrastructure at scale—register for individual sessions or the full series.</p>
<div class="flex justify-center my-8">
<a href="https://info.pulumi.com/platform-engineering-workshop-series-intermediate#register-to-all" class="btn-primary" target="_blank">Register to All</a>
<a href="#register" class="btn-primary ml-2">Register for PulumiUP</a>
<a href="{{ (index $.Params.panels 0).schedule_link }}" class="btn-primary ml-2">Register for PulumiUP</a>
</div>
<ul class="event-list flex flex-wrap list-none p-0 mb-8 sm:p-2 resource-list">
{{ range .Params.workshops }}
Expand Down Expand Up @@ -163,7 +163,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={{ .link }}>Register Now</a>
<a class="btn-secondary w-4/12" href={{ .link }}>Join Now</a>
</div>

</span>
Expand Down
Loading