About Génesis
This author has not written his bio yet.
But we are proud to say that Génesis contributed 215 entries already.
Entries by Génesis
Text flickering when Google Maps loads
/in CSS3, HTML5/by GénesisThe solution to this issue is easier than you think. You have the Roboto font in your CSS but the user maybe doesn’t so the browser falls back to another font. As soon as Google Maps loads Roboto is available producing a kind of flickering effect when changing fonts. One of the many solutions is […]
Ubuntu 19.10 Login in CSS
/in CSS3, HTML5/by GénesisDear fellas, it looks like the lockdown is coming to an end, at least in some countries. To celebrate this (oh yes, coding), I would like to share an article where we explain how to recreate the Ubuntu Login using only CSS and semantic HTML. It is a cool exercise for those who are starting […]
Renaming Files in a folder to Sequential Numbers with a Prefix
/in Tooling/by GénesisFirst of all, we have to order our files using ls -v and concatenate them to a standar output with cat -n. From this ouput we read the sequence (n) and the name of each file (f). Finally, we rename the files using mv, adding a prefix and the sequence (n) If we want to […]
Hello Covid
/in App, CSS3, HTML5, JavaScript/by GénesisHello Covid is an interactive story, built to support and reassure children under the age of 7, regarding the COVID-19. This content is a resource for families and educators to allow discussions and conversations with kids regarding the current situation and how they feel about it. It also try to tell the children who the […]