Skip to content

Instantly share code, notes, and snippets.

@tegila
Last active March 28, 2018 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tegila/70fb73c9a1d93f7e67387ea2c1ec7db8 to your computer and use it in GitHub Desktop.
Save tegila/70fb73c9a1d93f7e67387ea2c1ec7db8 to your computer and use it in GitHub Desktop.
/* olá! */
function DesenvolvedorWeb() {
return "Marcelo Paixão Resende";
}
/* entre em contato */
DesenvolvedorWeb.contato = {
celular: "(034) 99131-4105",
email: "marcelopaixaoresende@gmail.com",
skype: "marcelopaixaoresende",
linkedin: "marcelopaixaoresende",
github: "marcelothebuilder"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment