Skip to content

Instantly share code, notes, and snippets.

@gndx
Created June 21, 2022 20:02
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 gndx/304bb80d7d4cc10e1d9faddd6eeb2fac to your computer and use it in GitHub Desktop.
Save gndx/304bb80d7d4cc10e1d9faddd6eeb2fac to your computer and use it in GitHub Desktop.
const data = {
name: "Oscar Barajas",
nickname: "gndx",
description: "...",
avatar: "...",
social: [
{
name: "twitter",
url: "https://twitter.com/",
username: "",
},
{
name: "instagram",
url: "https://instagram.com/",
username: "",
},
],
links: [
{
name: "blog",
url: "https://example.com/",
color: "red",
emoji: "📖",
},
{
name: "podcast",
url: "https://example.com/",
color: "yellow",
emoji: "💬",
},
],
footer: "Made with Love on Colombia",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment