Skip to content

Commit

Permalink
added social icons: facebook, twitter/x (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR authored May 23, 2024
1 parent d316c34 commit 1618c57
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `emotion` | <img src="./assets/emotion-dark.svg" width="48"> |
| `excel` | <img src="./assets/excel-dark.svg" width="48"> |
| `express` | <img src="./assets/expressjs-dark.svg" width="48"> |
| `facebook` | <img src="./assets/facebook.svg" width="48"> |
| `fastapi` | <img src="./assets/fastapi.svg" width="48"> |
| `fediverse` | <img src="./assets/fediverse-dark.svg" width="48"> |
| `figma` | <img src="./assets/figma-dark.svg" width="48"> |
Expand Down Expand Up @@ -395,7 +396,6 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `threejs` | <img src="./assets/threejs-dark.svg" width="48"> |
| `tor` | <img src="./assets/tor-dark.svg" width="48"> |
| `trpc` | <img src="./assets/trpc.svg" width="48"> |
| `twitter` | <img src="./assets/twitter.svg" width="48"> |
| `ts` | <img src="./assets/typescript.svg" width="48"> |
| `ubuntu` | <img src="./assets/ubuntu.svg" width="48"> |
| `unity` | <img src="./assets/unity-dark.svg" width="48"> |
Expand All @@ -421,6 +421,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `word` | <img src="./assets/word-dark.svg" width="48"> |
| `wordpress` | <img src="./assets/wordpress.svg" width="48"> |
| `workers` | <img src="./assets/workers-dark.svg" width="48"> |
| `x` | <img src="./assets/x-dark.svg" width="48"> |
| `xcode` | <img src="./assets/xcode-dark.svg" width="48"> |
| `xd` | <img src="./assets/xd.svg" width="48"> |
| `yaml` | <img src="./assets/yaml-dark.svg" width="48"> |
Expand Down
1 change: 1 addition & 0 deletions api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var shortNames = map[string]string{
"nix": "nixos",
"hc": "holyc",
"yml": "yaml",
"twitter": "x",
}

var (
Expand Down
15 changes: 15 additions & 0 deletions assets/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions assets/twitter.svg

This file was deleted.

4 changes: 4 additions & 0 deletions assets/x-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/x-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1618c57

Please sign in to comment.