About Me

Hey there! I'm Greg. I'm a software engineer, hobby photographer/videographer, and a wannabe musician.

Photography

I take photos on the ground and in the air. Capturing the beauty all around us and sharing it with others is something I really enjoy.

Videography

This video contains drone footage from my vacation to Tega Cay, South Carolina in 2018.

Code

favicon.js

This is a simple project that adds favicons to HTML anchor links. The usage is really simple.

Add the following line just below the closing </body> tag to include favicon.js

<script type="text/javascript" src="favicon.js"></script>

Then just add the class "favicon" to any anchor element

<a class="favicon" href="http://facebook.com">facebook.com</a>
View on Github

Other

I'm sure I'll find a need for this section someday right?