about.sh
$ cat about.txt
 _____             __ _ _
|  _  |           |  (_) |
| |_| |_ __ ___   | |_| | ___
|  _  | '__/ _ \  | | | |/ _ \
| | | | | | (_) |_| | | |  __/
\_| |_/_|  \___/(_)_|_|_|\___|

                    
Name: Sol
Role: Software Developer
Status: ● ONLINE
$ cat skills.json
{
  "languages": [
    "JavaScript", "Python", "Swift",
  ],
  "frameworks": [
    "React", "SwiftUI",
  ],
  "databases": [
    "MySQL",
  ],
  "tools": [
    "Git", "VS Code",
  ],
  "experience": "3+ years"
}
$ cat bio.md

# About Me

プログラミングに情熱を注ぐソフトウェア開発者です。 美しく効率的なコードを書くことを心がけ、 新しい技術を学び続けることを大切にしています。


# Philosophy

```
Code is poetry written for machines to execute
and humans to understand.
```

$