about
Version:
Your about page in the terminal
25 lines • 764 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
name: "Xiaoru Li",
about: "Xiaoru aka Leo is a CS student and a software engineer based in Germany who loves learning and sharing knowledge. In his free time, he pretends to be a musician and enjoys writing random music tunes.",
links: [
{
label: "Website",
url: "https://xiaoru.li",
},
{
label: "Twitter",
url: "https://twitter.com/hexrcs",
},
{
label: "GitHub",
url: "https://github.com/hexrcs",
},
{
label: "Blog",
url: "https://dev.to/hexrcs",
},
],
};
//# sourceMappingURL=hexrcs.js.map