Thank you for showing interest, here is a quick story of me.
I am Front-End Developer, HTML, CSS and JavaScript are in
my list, can work with GitHub. You may
find below some of my code to have quick overview…
    An html page for mail message, developed from Figma draft file
provided by customer. For stability in different mail clients html structure built on table basis,
CSS styles uses “in-line”
implementation, PNG images are Base64 coded and integrated in html body.
    A simple calculator. Script take string, divide it by arguments and
mathematical operators, recognize it and performs
calculation. Supports uses of previous result as argument for calculation.