Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
CrosleyZack committed Oct 13, 2024
1 parent ca3bb76 commit 14ab416
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
10 changes: 6 additions & 4 deletions README.base.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@
 
<img src="https://img.shields.io/badge/julia-9558B2?style=for-the-badge&logo=julia&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/typescript-3178C6?style=for-the-badge&logo=typescript&logoColor=white" />
<img src="https://img.shields.io/badge/bash-4EAA25?style=for-the-badge&logo=gnubash&logoColor=white" />

<br >

<img src="https://img.shields.io/badge/gcloud-4285F4?style=for-the-badge&logo=googlecloud&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/pubsub-90B0E0?style=for-the-badge&logo=googlepubsub&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/spanner-4285F4?style=for-the-badge&logo=googlecloudspanner&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/postgresql-4169E1?style=for-the-badge&logo=postgresql&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white" />
Expand All @@ -51,11 +53,11 @@

<img src="https://img.shields.io/badge/git-E44C30?style=for-the-badge&logo=git&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/vscode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white" />
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/bash-4EAA25?style=for-the-badge&logo=gnubash&logoColor=white" />
<img src="https://img.shields.io/badge/vscode-0078D4?style=for-the-badge&logo=vscodium&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/VIM-%2311AB00.svg?&style=for-the-badge&logo=vim&logoColor=white" />
<img src="https://img.shields.io/badge/vim-019733?style=for-the-badge&logo=vim&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/tmux-1BB915?style=for-the-badge&logo=tmux&logoColor=white" />
&nbsp;
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@
&nbsp;
<img src="https://img.shields.io/badge/julia-9558B2?style=for-the-badge&logo=julia&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/typescript-3178C6?style=for-the-badge&logo=typescript&logoColor=white" />
<img src="https://img.shields.io/badge/bash-4EAA25?style=for-the-badge&logo=gnubash&logoColor=white" />

<br >

<img src="https://img.shields.io/badge/gcloud-4285F4?style=for-the-badge&logo=googlecloud&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/pubsub-90B0E0?style=for-the-badge&logo=googlepubsub&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/spanner-4285F4?style=for-the-badge&logo=googlecloudspanner&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/postgresql-4169E1?style=for-the-badge&logo=postgresql&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white" />
Expand All @@ -51,11 +53,11 @@

<img src="https://img.shields.io/badge/git-E44C30?style=for-the-badge&logo=git&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/vscode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white" />
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/bash-4EAA25?style=for-the-badge&logo=gnubash&logoColor=white" />
<img src="https://img.shields.io/badge/vscode-0078D4?style=for-the-badge&logo=vscodium&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/VIM-%2311AB00.svg?&style=for-the-badge&logo=vim&logoColor=white" />
<img src="https://img.shields.io/badge/vim-019733?style=for-the-badge&logo=vim&logoColor=white" />
&nbsp;
<img src="https://img.shields.io/badge/tmux-1BB915?style=for-the-badge&logo=tmux&logoColor=white" />
&nbsp;
Expand Down Expand Up @@ -83,8 +85,8 @@ https://img.shields.io/badge/with%20a%20logo-8A2BE2?style=for-the-badge&logo=dat

<details>
<div align="center">
<img src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/142.gif" alt="Random Pokemon" height="100" width="100" />
<img src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/244.gif" alt="Random Pokemon" height="100" width="100" />
<br >
<b>Aerodactyl</b>
<b>Entei</b>
</div>
</details>
</details>
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func main() {
if err != nil {
log.Fatal(err)
}
log.Printf("Got pokemon: %v", pokemon)
readme, err := fs.ReadFile("README.base.md")
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 14ab416

Please sign in to comment.