Hill-98 - Overview

<?php

function about_me(): string
{
    return
        "👨🏻 I'm a Web developer, mostly using Javascript/TypeScript + PHP for development.".
        "🩷 I love Linux and open source world.".
        "🪄 I enjoy writing tools that make life better.".
        "⭐ In my spare time, I like to play games, listen to music and watch anime, and of course, anything fun.";
}

function about_me_zh(): string
{
    return
        "👨🏻 我是一名 Web 开发者,主要使用 JavaScript/TypeScript + PHP 开发。".
        "🩷 我热爱 Linux 和开源。".
        "🪄 我喜欢写一些让生活变得更美好的工具。".
        "⭐ 当我闲下来时,我会玩玩游戏,听听歌以及追追番,还有其他一切有趣的事情。";
}