2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Githubのプロフィールページを作成し、Stats Cardを追加する。

Posted at

はじめに

Githubを飾ってアピールする方法を少しメモ

成果物

image.png

アカウント名のレポジトリを作成する

image.png

Techバッチを追加する

markdown
<h3 align="center">🛠 Tech Stack 🛠</h3>

<p align="center"> Techs that I've used at least once </p>

<p align="center">
  <img src="https://img.shields.io/badge/Python-3766AB?style=flat-square&logo=Python&logoColor=white"/></a>&nbsp 
  <img src="https://img.shields.io/badge/Java-007396?style=flat-square&logo=Java&logoColor=white"/></a>&nbsp 
  <img src="https://img.shields.io/badge/C++-00599C?style=flat-square&logo=C%2B%2B&logoColor=white"/></a>&nbsp 
  <img src="https://img.shields.io/badge/Go-11B48A?style=flat-square&logo=Go&logoColor=white"/></a>&nbsp 
  <img src="https://img.shields.io/badge/Javascript-ffb13b?style=flat-square&logo=javascript&logoColor=white"/></a>&nbsp 
</p>

  • バッチとアイコンを下のサイトを参考にしながら追加する。

バッチ

アイコン

Gitgub statを追加する

GitHub Stats Card を追加する

image.png

![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=****&hide=contribs,prs&theme=tokyonight)
  • ****部分に自分のgithubアカウントを入力し、hide部分に隠したい項目を入力する。
  • サイトを参考にしてテーマは色々と変更が可能

Language statsを追加する

image.png

![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=****&layout=compact&hide=html&theme=tokyonight)
  • ****部分に自分のgithubアカウントを入力し、hide部分に隠したい項目を入力する。
  • 私はHTMLは表示したくなかったので、htmlは非表示とした。

Github Stat 参考サイト

終わりに

これで飾りはできたけど、少し盛り過ぎている感じはあるので、より仕事で成果を出して行きたい。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?