Hacker News new | ask | show | jobs
by newmnhn 2116 days ago
There are a lot of useful comments already.

Something that hasn't been pointed out yet as far as I can tell is that there are accessibility and quality errors on your website. If I am looking to hire somebody it's one of the things I look at when I want to see if they know what they are doing. Not everybody is like me, but these problems are worth fixing anyway:

- The "Explore" button is a span with a click handler, the click handler updates the URL hash. It's not keyboard focusable, and since it's just a link to a different location in the page, it could just be a link, but if it must be JS, it needs to be a button element.

- The form does not have accessible labels. Placeholder text is not a label. Also "fullname" looks like an error.

Lighthouse reports some other low hanging fruit.

Overall vibe of that website is that somebody chose some readily-available bootstrap landing page template and didn't check it for basic errors. That combined with the scant information about the company & the fact that your website is really just a single page does not inspire confidence. Even in the small amount of copy that is on the site, there are three errors in this one sentence:

"Healthcare providers will need an infracstructure what is open, interoperable and standards-compliant, which ensures the security, confidentiality and privacy of presonal data."

If you are not spellchecking your copy & shipping valid HTML for a single web page you make for yourselves, it would be wrong of me to expect higher quality in something you are hired to build. FHIR and HIPAA are tough and I have a ton of respect for you for being able to work in that context. The quality of your website should reflect the high standard you bring to that work.