-
Notifications
You must be signed in to change notification settings - Fork 125
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
[FEATURE] allow badges for cards #813
Comments
I try to realise what exactly you want, but it is really hard. Do you mean there should be , I don't know, png image which you can insert into a README so it will look like "ReactJS" and then it will open a "....?selected=reactjs" ? |
I think just a simple badge like gitpod
[image: image.png]
With instead of a "G" a 🌄
Including text "View cloud native landscape" on a landscape? with a link to
it?
I think we just need to generate a new static image as part of the build
for each card, when you click on a card, maybe we add the badge for easy
copying somewhere?
I need to think about it a bit more :)
…On Wed, Mar 9, 2022 at 3:28 PM Andrey Kozlov ***@***.***> wrote:
A badge like "100% passed" which we see a lot on a github page? I.e. a
nice image with a link?
[image: image]
<https://user-images.githubusercontent.com/230982/157539159-716b04e2-d157-4164-9168-a0cf6205292c.png>
—
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPSIPXKELNLOUJZQSXDBDU7EJYZANCNFSM5QKWWFOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Cheers,
Chris Aniszczyk
https://aniszczyk.org
|
Should I start from generating a png image? Also could you embed an example here with a gitpod? |
You can see an example https://github.com/prometheus/prometheus with a
gitpod badge in a readme
Yes, start generating a simple png image :)
…On Mon, Mar 14, 2022 at 2:02 PM Andrey Kozlov ***@***.***> wrote:
Should I start from generating a png image? Also could you embed an
example here with a gitpod?
—
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPSIPFTWM2O3PX7ZHWULDU76ELHANCNFSM5QKWWFOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Cheers,
Chris Aniszczyk
https://aniszczyk.org
|
SGTM
We can probably even be simpler "(Landscape Logo) Cloud Native Landscape"
which would require less generation on your end since the custom text isn't
needed?
…On Mon, Mar 14, 2022 at 2:14 PM Andrey Kozlov ***@***.***> wrote:
Ok, so my idea is to take this image:
[image: image]
<https://user-images.githubusercontent.com/230982/158243594-b3fa5175-c2c7-4d2d-b9ab-14b13c598107.png>
And add a landscape logo at start and make it like "(Landscape Logo) Cloud
Native Landscape | ItemName", so in fact I am just adding a fancy svg image
which is later used as a link to the individual item.
I'll add a demo link from the landscapeapp README itself to show how it
works!
—
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPSII7PI2RLP4CJMEC5H3U76FZXANCNFSM5QKWWFOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Cheers,
Chris Aniszczyk
https://aniszczyk.org
|
Agree! This means just a single svg file, and anyone can make a link to their item on a cncf landscape with this svg image to display the link itself. |
@caniszczyk please review! 94db2ea?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 An example pull request with a badge in a README.md of a landscapeapp itself. I just added a file |
@caniszczyk What should we do with this issue? You can see this example works well. |
I love it, can you update the document to include how to do this in the README.md? then we can we close this |
If you have a card on the landscape, like a project, would be cool to link to it in badge form from say a GitHub README :)
The text was updated successfully, but these errors were encountered: