barretcodes
Version:
Personal card for Barret Blake based off ReverentGeek's design.
19 lines (17 loc) • 1.17 kB
JavaScript
export const artOrder = [ "avatar", "banner" ];
export const profile = {
name: "BARRET BLAKE",
handle: "barretcodes",
bio: "I wear many hats. Father, husband, Microsoft MVP, developer, Azure Solutions Architect, gamer, blogger, speaker, teacher, mentor, model railroader, Buckeyes fan, and more. When I can find the time, I sprinkle a bit of my coding knowledge and experience to share with whoever might find it of worth.",
infoSections: [
{ label: "Work", value: [ "Architect", "https://nimblepros.com" ], style: "gradient", leadingNewline: true },
{ label: "Handle", value: "barretcodes", style: "yellow" },
{ label: "Portfolio", value: "https://barretblake.dev", style: "yellow" },
{ label: "Email", value: "barretblake@live.com", style: "yellow" },
{ label: "LinkedIn", value: "https://linkedin.com/in/barretblake", style: "yellow" },
{ label: "GitHub", value: "https://github.com/barretb", style: "yellow" },
{ label: "Mastodon", value: "https://mstdn.social/@barret", style: "yellow" },
{ label: "BlueSky", value: "@barretblake.dev", style: "yellow" },
{ label: "Card", value: "npx barretcodes", style: "orange", leadingNewline: true }
]
};