[DEN-2025] Update event details, init MINT sponsor#15081
[DEN-2025] Update event details, init MINT sponsor#15081toshywoshy merged 6 commits intodevopsdays:mainfrom
Conversation
themightymuppet
commented
Apr 13, 2025
- adds new sponsor "mentorsintech"
- updates denver location
✅ Deploy Preview for devopsdays-web ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Do you additionally want to update the |
@don-code it seems like core may not be fully aligned on how this is done? It was asked that we embed registration last time instead of using the link to avoid redirecting offsite. We're fine with how it's configured for now but for these CTAs on the welcome page, we'd rather just have folks direct link to where they need to go so there are less clicks to complete. |
There was a problem hiding this comment.
Please move to the new asset image for sponsors assets/sponsors/m/mentorsintech.png
| +++ | ||
| <b>DevOpsDays Rockies is returning to Denver in 2025!</b><br><br> | ||
|
|
||
| <h2><a href="https://talks.devopsdays.org/dodrox-2025/cfp" style="font-size: 1em; padding: 5 10px;text-decoration: none; border-radius: 5px;">Submit a proposal!</a></h2> |
There was a problem hiding this comment.
It is better to use the cfp_link and then use that here using a shortcode {{< event_link url-key="cfp_link" text="Propose a talk!" >}}
Then you remain consistent, but you need to add that to the main.yml as @don-code already suggested
|
I think that registration and submission forms don't have to be embedded; the support for offsite linking in the code was intentional. The desire to avoid offsite links is more for historical reasons i think, but for reg forms and cfp forms I personally think that linking offsite is totally fine. Usually what I do is both; just so there is a /propose and a /register page that works, but it's never exposed in nav/cta as those then to direct because that's a better experience IMHO That's just my opinion; final say is @nimbinatus |
I added my suggestion for the |
|
Thanks y'all - i've updated this to use the shortlinks - cfp nav now direct links and uses url-key in the shortcode to keep it consistent. To say my peace - it doesn't feel right to me to block a PR depending on who happens to review and their preference. I really really appreciate everyone jumping in here to make sure this moves forward but I think something like shortlinks vs directlinks wouldn't cause a performance hit to the site so should be up to the city to decide. I understand not everyone knows all their options for managing their page but I'm simply suggesting if it works that we don't block but rather suggest so that they may consider updating it directly or in a following PR. I appreciate all of you and the effort put into providing quick reviews and replies even on a weekend! thank you <3 <3 <3 |
|
@themightymuppet I merged your code. However I feel the need to comment on your frustration. And while I am not saying you're wrong, I am asking you to think with us to improve the situation, we want to review quickly and merge as soon as possible, but we want to be sure of the changes and that they are consistent. |
|
Thank you @toshywoshy! To be clear, i wasn't trying to say reviews were not timely or that the process hasn't been improving. I really appreciate what all of y'all do and the effort you put into making sure each city has the support they need to push these changes forward. My frustration was really around the inconsistencies with reviews as if feels like the PRs are often blocked based on reviewer preference. I get there's a team and everyone has different experiences/techniques but some alignment/communication on review expectations would be greatly appreciated. And I totally understand that "if it works, don't block it" is not a great method either by any means - it was a radical suggestion, but I do think there should be a bit more autonomy within cities on how they choose to layout their site and what works best for their audience. I'm happy to help brainstorm more options that can support both sides. I don't want to increase the difficulty of reviewing. Maybe a simple config test script that runs on push to check for common patterns could help. It can auto post a comment in the PR with suggestions for changes? Again, very very much appreciate y'all and i'd love to help. I'll cross-post this in slack to keep the conversation going since this PR is closed. Thanks again <3 |