forked from wwwflorencio/marcos.js
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.js
More file actions
17 lines (16 loc) · 743 Bytes
/
Copy pathindex.js
File metadata and controls
17 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env node
module.exports = () => ({
name: "Fernando Migliorini Tenório",
picture:
"https://www.gravatar.com/avatar/9c62a4730ba4ebf764862b7866038dcb?s=800",
bio:
"Estou na área de TI já a mais de 12 anos, sempre trabalhei com tecnologias web e geralmente com Javascript, tanto para o front como para o backend. Atualmente trabalho como Tech Lead na Gupy.",
github: "https://github.com/dotenorio",
twitter: "https://twitter.com/dotenorio",
linkedin: "https://www.linkedin.com/in/dotenorio",
facebook: "https://www.facebook.com/dotenorio",
telegram: "https://telegram.me/dotenorio",
email: "dotenorio@gmail.com",
blog: "https://blog.dotenorio.com",
steam: "https://steamcommunity.com/id/dotenorio"
});