You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md looks, to me at least, disorganized and hard to navigate.
I propose the following cleanup:
Provide a graphic of the OSHW certification under the "Certification Mark Generate" that will redirect to the certification-mark-generate page (using the default certification graphic should do)
Change all fully qualified links to shorter links without the https and in front of them
Provide graphics under the "Pregenerated" section in addition to the links that link to the same svg as the links
Each of the headers should link to the thing they describe. That is the "Certification Mark Generator" should link to the certification mark generator page, the "Open Hardware Facts" header should be changed to link directly to the fact generator page.
The "Open Hardware Facts" header should be changed to be the same size as the "Open Hardware Facts"
The principle behind each of the these suggestions is "least surprise". Graphics should link to either the page they're describing or the actual graphic they're showing. Fully qualified links distracts from the place they're linking to.
I find myself coming to this page for the "Open Hardware Facts" generation page more than the "Certification Mark Generator" as I have projects that I want to document but not necessarily create OSHW certifications for. There is one link nestled in among the others that actually redirects to the "facts" page with two of the three linking to something superfluous under the "Open Hardware Facts" section.
The text was updated successfully, but these errors were encountered:
abetusk
added a commit
to abetusk/certification-mark-generator
that referenced
this issue
Nov 9, 2020
* Resolves issue #7, #8
* initially 'click' the go button (js call)
* add download option with radio buttons to select option for graphic type
to download
* minimal javascript infrastructure to allow for different download
options and size options (not user facing but there for the future if
need be).
* adding certification template
* index.svg was giving problems when rendering. This svg allows for
a preview image
* Resolves issue #9, cleaning up README
Making README more readable as per issue #9
* Adding image link to 'facts' section
* Finally getting markdown image link right
* Markdown image link for certification
* bug fix, downloads jpg
* border pixel pix (jpg,png)
* Downloading the 'facts' graphic (png,jpg), the border pixel was getting
cutoff becaues, I think, the width/height were non-integral
* To fix, round up to nearest integer for width and height
Co-authored-by: Jeffrey Warren <[email protected]>
The
README.md
looks, to me at least, disorganized and hard to navigate.I propose the following cleanup:
https
and in front of themThe principle behind each of the these suggestions is "least surprise". Graphics should link to either the page they're describing or the actual graphic they're showing. Fully qualified links distracts from the place they're linking to.
I find myself coming to this page for the "Open Hardware Facts" generation page more than the "Certification Mark Generator" as I have projects that I want to document but not necessarily create OSHW certifications for. There is one link nestled in among the others that actually redirects to the "facts" page with two of the three linking to something superfluous under the "Open Hardware Facts" section.
The text was updated successfully, but these errors were encountered: