Making the certification mark gist a little easy to use....#27
Open
RobertLRead wants to merge 5 commits intooshwa:masterfrom
Open
Making the certification mark gist a little easy to use....#27RobertLRead wants to merge 5 commits intooshwa:masterfrom
RobertLRead wants to merge 5 commits intooshwa:masterfrom
Conversation
|
Would be great to have this directly here in this repo 👍🏻 I created a fork some time ago for this exact reason too: https://github.com/Phoenix1747/certification-mark |
|
I was wondering how to make that lovely image, thanks for bringing this up! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear OSHWA,
I enjoyed using @jywarren 's code in the gist to create the SVG image for the two OSHWA certified devices. However, I couldn't figure out an easy way to use it. Perhaps this is just my ignorance. Eventually I downloaded it and hosted it the node program http-server. It worked well.
I think added it to this fork, and turned on github pages in the (forked) repo. This is a way for github to host it live. I then updated the repo to point to the page (at the URL for THIS repo; it will not be the same for you if you turn on github pages.) That allows it to be executed directly.
I suggest that you merge this pull request and then turn on github-pages (via settings/pages) and set the source as the master branch. Then modify the linked URL in the README, which currently goes to the @jywarren gist, and point it to YOUR_GH_PAGES_URL/index.html.
If you do that, people following this that link can use the code directly. There may be an easier way to do this, forgive me if I am overlooking something obvious.