Feat Added latest KubeCon talk, included Google Groups info, reinstated or…#54
Feat Added latest KubeCon talk, included Google Groups info, reinstated or…#54justinmacnair wants to merge 1 commit intomainfrom
Conversation
…g-wide readme. Signed-off-by: justinmacnair <justinmacnair@gmail.com>
rubambiza
left a comment
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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: | ||
|
|
There was a problem hiding this comment.
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! | ||
| <!-- |
There was a problem hiding this comment.
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); } |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
this is intentional and breaks to a single column on mobile
rubambiza
left a comment
There was a problem hiding this comment.
Feedback on README will be addressed by in subsequent PR.
…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 #