Skip to content

Feat Added latest KubeCon talk, included Google Groups info, reinstated or…#54

Open
justinmacnair wants to merge 1 commit intomainfrom
marketing-website
Open

Feat Added latest KubeCon talk, included Google Groups info, reinstated or…#54
justinmacnair wants to merge 1 commit intomainfrom
marketing-website

Conversation

@justinmacnair
Copy link
Collaborator

…g-wide readme.

Summary

Added some additional content including a new talk and links to the google groups.

Related issue(s)

Resolves #52

(Optional) Testing Instructions

Fixes #

…g-wide readme.

Signed-off-by: justinmacnair <justinmacnair@gmail.com>
Copy link
Contributor

@rubambiza rubambiza left a comment

Choose a reason for hiding this comment

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

Clean PR that adds a new KubeCon Agentics Day talk, makes logos clickable, adds Google Groups contact links, and restores the org profile README. The only substantive item is the http://kagenti.io link in the profile README which should use HTTPS.

Areas reviewed: HTML, CSS, Markdown
Commits: 1, signed-off: yes
CI status: passing (DCO)

Want to contribute? Check our [CONTRIBUTING](https://github.com/kagenti/kagenti/blob/main/CONTRIBUTING.md) page.
Project is maintained by [a team of developers](https://github.com/kagenti/kagenti/blob/main/MAINTAINERS.md).

Find out more: [http://kagenti.io](http://kagenti.io)
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: http://kagenti.io should be https://kagenti.io — both the URL and the link text. Mixed content / security best practice.

Kagenti is a Cloud-native middleware providing a framework-neutral, scalable and secure platform for deploying and orchestrating AI agents through a standardized REST API.

This project consists of following repositories:

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: "consists of following repositories" → "consists of the following repositories"

Find out more: [http://kagenti.io](http://kagenti.io)

Let's chat! Meet us on our [Kagenti Discord](https://discord.gg/aJ92dNDzqB) channel!
<!--
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: The HTML comment block (lines 22-31) is the GitHub default template placeholder. Consider removing it for a cleaner org profile.

.credentials { background: var(--c-surface); }

.credentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-8); }
.credentials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-8); }
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: Going from repeat(3, 1fr) to repeat(2, 1fr) for 4 cards gives 2 rows of 2 — looks intentional. Worth a quick check that the mobile breakpoints still render well with this change.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is intentional and breaks to a single column on mobile

@rubambiza rubambiza self-requested a review March 20, 2026 17:16
Copy link
Contributor

@rubambiza rubambiza left a comment

Choose a reason for hiding this comment

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

Feedback on README will be addressed by in subsequent PR.

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.

🐛 Org description missing

2 participants