CSS
Projects
Personal Website
Independent Project
August 2016
HTML
CSS
Jekyll
Material Design
Github Pages
This personal website and blog was built on Jekyll and uses Material Design Lite. It was built both to showcase my experiences and projects, and host my technical blog.
Sentiment Dashboard
Camden Property Trust
April 2017 - December 2017
Blog
Changing SVG styles with the DOM API
15 November 2016
SVGs are great. Not only do they render non-pixelated versions of your favorite vector images, but their XML base allows developers so much freedom to play with them. It’s also a good exploration of what can be done with the DOM API.
What if I want to change the styles of child components in Angular 2? Is that even possible? Well, yes.