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

DEN-2025 inits denver 2025 event, adds shortcodes for linkedin, twitter, slack, and listserv #14897

Closed
wants to merge 0 commits into from

Conversation

themightymuppet
Copy link
Contributor

  • inits denver 2025 event with cfp, earlybird registration, etc.
  • adds new shortcodes for linkedin, twitter, slack, and listserv subscriptions that can be used on the body of any city page.
  • reorders global CTA in order of timeline
  • replaces "follow" twitter with "contact" - time to promote a healthier platform? :)
  • updates city data template to include new social shortcodes

@themightymuppet themightymuppet requested review from a team as code owners February 20, 2025 08:56
Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for devopsdays-web ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 29ca50f
🔍 Latest deploy log https://app.netlify.com/sites/devopsdays-web/deploys/67b76b91564d9b0008c68f93
😎 Deploy Preview https://deploy-preview-14897--devopsdays-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

<div class = "col-auto offset-1 offset-md-0 welcome-page-cta">
<a href="https://twitter.com/{{$e.event_twitter}}" class="btn jssocials-share-link event-cta-button" role="button" aria-pressed="true">Follow</a>
<a href="mailto:{{ $e.organizer_email }}?subject=devopsdays Denver - 2025" class="btn jssocials-share-link event-cta-button" role="button" aria-pressed="true">Contact</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING : You are changing theme files!
This has implications beyond your event, as such you're now adding Denver - 2025 to all events that use the CTA

Copy link
Contributor Author

@themightymuppet themightymuppet Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops, thanks! That was a copy pasta error. I can pull the theme changes into a separate PR if that's easier for review. thanks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go into a seperate PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go into a seperate PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go into a seperate PR

<a href="https://linkedin.com/company/{{ $e.event_social_linkedin }}" class="fa-brands social-li fa-linkedin" target="_blank" title="Follow on Linkedin"></a>
{{- else -}}
<a href="https://linkedin.com/company/{{ index .Params 0 }}" class="fa-brands fa-linkedin" target="_blank" title="Follow on Linkedin"></a>
{{- end -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about groups or pages?
I think you should add that option, as not all DoD may have company pages, some may have group pages

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand what link would be included here, as an email would need to havemailto: added in the href.
And I suspect the better option is to have shortcodes per mailing list system


registration_closed: "" #set this to true if you need to manually close registration before your registration end date
registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
registration_link: "https://tickets.devopsdays.org/devopsdays-denver/2025/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to use the shortcode tix on the registration page, to avoid going offsite

# - name: location
# - name: registration
- name: registration
url: https://tickets.devopsdays.org/devopsdays-denver/2025/
# - name: program
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, better to have a registration page with a shortcode

twitter: "capileigh"
organizer_email: "[email protected]"
twitter: "carlajmurray"
organizer_email: "[email protected]" # Put your organizer email address here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes require a mail to info @

@themightymuppet
Copy link
Contributor Author

@toshywoshy separating this into two PRs:
#14900 (denver 2025 event)
#14902 (global changes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants