/* Coded by Garrett Mills * http://glmills.gq/ * Last Edited on 5 August 13:18 * This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License * http://glmills.gq/mycode/licenses/CCA-SA4.html */ function socialGithub(){ window.location = "https://github.com/glmills" } function socialGoogleplus(){ window.location = "https://plus.google.com/u/0/+Garrettmills1999" } function socialPinterest(){ window.location = "https://www.pinterest.com/millsdti/" } function socialYoutube(){ window.location = "https://www.youtube.com/channel/UCvvwnRXH3dmfadIty5PVOoA" }