GitHubはコードのバージョン管理やバックアップに活用できる非常に便利なツールです。
一方エンジニアとしての活動をアピールできる場でもあります。
(私はぺーぺーなのですが、まずは形から…笑)
そんなときにおしゃれに、目を引くようなREADMEをつくるちょっとした小ネタを紹介します。
どんなふうに見えるのか

どうやって表示するのか
まず、GitHubに自分のユーザ名と同名のリポジトリを作ります。
私の場合は"RyujiOdaJP"というリポジトリ名です。
README.mdに下記のように記載します
ryuji-oda や SyodoBはユーザ名なので変えてください。
[](http://qiita.com/ryuji-oda) [](http://qiita.com/ryuji-oda) [](http://qiita.com/ryuji-oda)
<p>
<a href="https://twitter.com/SyodoB" target="_blank">
<img alt="Twitter: SyodoB" src="https://img.shields.io/twitter/follow/SyodoB.svg?style=social" />
</a>
</p>
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="left" src="https://github-readme-stats.vercel.app/api?username=RyujiOdaJP&show_icons=true&theme=cobalt" />
</a>
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="left" src="https://github-readme-stats.vercel.app/api/top-langs/?username=RyujiOdaJP&theme=cobalt" />
</a>
<a href="https://github.com/RyujiOdaJP" target="_blank">
<img src="https://grass-graph.moshimo.works/images/RyujiOdaJP.png?rotate=0">
</a>