Skip to content

Docs: Add meeting calendar and remove deprecated contact methods#76

Merged
esnible merged 1 commit into
kagenti:mainfrom
esnible:add-meeting-link
Jun 8, 2026
Merged

Docs: Add meeting calendar and remove deprecated contact methods#76
esnible merged 1 commit into
kagenti:mainfrom
esnible:add-meeting-link

Conversation

@esnible

@esnible esnible commented Jun 8, 2026

Copy link
Copy Markdown
Member

Summary

Adds the Community Meeting calendar to the web site.
Removes deprecated contact methods (GitHub discussions)

(Optional) Testing Instructions

Bring this PR into your workspace and open index.html in a browser.

Fixes #

Resolves #73

Signed-off-by: Ed Snible <snible@us.ibm.com>

@mrsabath mrsabath left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Clean, well-scoped change — the calendar lands in the right column and the dead GitHub Discussions links are correctly removed from both spots. Links keep rel="noopener noreferrer", URLs are properly entity-encoded, and the markup is well-formed. CI green, signed-off, Resolves #73.

Two minor polish items inline (non-blocking): the embedded calendar iframe uses a fixed width="800" on an otherwise responsive page, so it'll overflow on mobile; and a title attribute would help screen readers. Both fine to fold in now or leave for a follow-up.

Areas reviewed: HTML/Docs, security (links/iframe), conventions, CI · Commits: 1, signed-off: yes · CI: passing

Comment thread index.html
<div class="community-cols">

<div class="community-col">
<h3 class="community-col-label">Community meetings</h3>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

suggestion: this iframe has a fixed width="800". The page sets a mobile viewport (width=device-width) and the rest of the layout is responsive, so on narrow screens this will overflow horizontally. Consider dropping the fixed width in favor of style="border:0; max-width:100%" (or wrapping it in a responsive container) so it scales down on mobile.

Comment thread index.html
<div class="community-cols">

<div class="community-col">
<h3 class="community-col-label">Community meetings</h3>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: consider adding title="Kagenti community calendar" to the <iframe> — screen readers announce the title, and it's a small accessibility win.

@esnible esnible merged commit 236c0c0 into kagenti:main Jun 8, 2026
2 checks passed
@esnible esnible deleted the add-meeting-link branch June 8, 2026 21:20
@github-project-automation github-project-automation Bot moved this from New /:ToDo to Done in Kagenti Issue Prioritization Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add Biweekly Kagenti Community Meeting Information

3 participants