import { Config } from "@/data/config";
import Link from "next/link";
export const PersonalStatus = () => {
return (
{Config.SocialLinks.github && (
-
{"📕 Check out my github profile at "}
Github
)}
- 🖥️ Programming stack: TypeScript, JavaScript, C++, C, Rust, Go and so on.
- 🤝 I am looking for friends who are fund of XXXX
{Config.SocialLinks.twitter && (
-
{"📫 How to reach me on Twitter: "}
{Config.SocialLinks.twitter}
)}
- Language : 汉语 / English / 한국어 / 日本語
- Pronouns : Male / Female / MTF / FTM / And Others
- From : Your Country, State / Province
);
};