import { ContentContainer, Page } from "@/components/layouts/layouts"; import { Footer } from "@/components/utils/Footer"; import { NavBar } from "@/components/utils/NavBar"; import { SEO } from "@/components/utils/SEO"; import { SocialIcons } from "@/components/utils/SocialIcons"; import { Config } from "@/data/config"; import { fontFzxbs, fontSypxzs } from "@/styles/font"; import Link from "next/link"; export default function AboutPage() { return (

{"ABOUT ME"}


my-profile
Hi, there👋
I am a student / entrepreneur / engineer (Your profession) majoring in (Your Research Field) born in XXXX (Your birth year)

My main research interests includes XXXX

Additionally, I am also interested in XXXX.


    {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 / 한국어 / 日本語
  • Gender Identity : Male / Female / MTF / FTM / And Others
  • From : Your Country, State / Province
{ "** In addition to the above content, you can also add other customized components, content, etc. to this page. **" }