Skip to content
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

add top golf event to /reinvent and events list #13380

Merged
merged 1 commit into from
Nov 18, 2024
Merged
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
66 changes: 66 additions & 0 deletions content/resources/reinvent-meetup/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
# Name of the event, <= 60 characters
title: Top Golf Experience
meta_desc: Unwind with your favorite re:Invent attendees at Top Golf.

# 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://tailscale.com/topgolf?utm_campaign=pulumi

# Content for the left hand side section of the page.
main:
# Webinar title.
title: Top Golf Experience

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-12-04T05:00:00-08:00

# Duration of the webinar.
duration: 3 hours

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: Top Golf | Las Vegas
# Description of the webinar.
description:

# The webinar presenters
presenters:

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

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
17 changes: 17 additions & 0 deletions layouts/page/reinvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ <h5>RSVP to 1923 at re:Invent</h5>
</div>
</div>
</div>
<div class="lg:w-1/2 px-3 py-6">
<div class="card text-center p-6 relative h-full">
<div class="icon-section">
{{ partial "color-icon.html" (dict "icon" "team" "icon_color" "purple") }}
</div>
<div>
<h5>Top Golf Experience</h5>
</div>
<div class="description">
<p>Unwind with your favorite re:Invent attendees at Top Golf <br/>Wednesday, December 4 <br/>5:00 - 8:00 pm
</p>
</div>
<div class="card-cta-btn">
<a target="_blank" href="https://tailscale.com/topgolf?utm_campaign=pulumi" class="btn-primary">Reserve your Bay</a>
</div>
</div>
</div>
</div>
</section>

Expand Down
Loading