Qwee
Technology Consultant
August 2013 – Present
Austin, TX
Designed and developed custom styling and animated icon as per specifications.
- Designed the Qwee landing page and poetry page CSS animations.
- Designed the Digital Qwee CSS for creating the Free Qwee Symbol in HTML
Links:
Rest in peace my good friend Grey Space.
recipe for digital Qwee:
CSS:
#Qwee { border-color: #B57EDC; border-radius: 100% 100% 100% 100%; border-style: solid; border-width: 10px; height: 100px; position: relative; width: 100px; } #Qwee:before { border: 10px solid #B57EDC; border-radius: 100% 100% 100% 100%; content: ""; height: 35px; left: -6px; position: absolute; top: 25px; width: 35px; } #Qwee:after { border: 10px solid #B57EDC; border-radius: 100% 100% 100% 100%; content: ""; height: 35px; left: 31px; position: absolute; top: 0px; width: 35px; }
HTML:
<body style="background:#444444;"> <div id="Qwee"></div> </body>