You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
616 B

/* 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"
}