binawork / OnlineOnboarding

✈️ Online onboarding, reporting for employees, human resources management. A modern, simple and powerful web app to help you running your company while everyone are working remotely due to COVID social distancing
4 stars 0 forks source link

Feature/temporary mailto 258 #259

Closed adam-sas-on closed 3 years ago

adam-sas-on commented 3 years ago

This is unprofessional but temporary solution to enable the people to contact. Much better would be contact form, but it will be implemented not until new landing page.

This code/solution is intentionally dirty in some place to make it harder for crawlers and robots to spam (beautiful would be <li><a href="mailto:...">...</a></li>, but spamming ...) Internet sources has even a solutions of an array of numbers not array of characters for e-mail prefix like our example, but that solution would look much more dirty (it includes decodeURIComponent()).

In this solution recognizing preferred language is also implemented.

(This branch can be removed after merge)