Skip to content

Commit f282ce4

Browse files
authored
Docs: improve quick align tip section (anuraghazra#2865)
* Docs: move extra pins align tip into correct section * dev * dev * dev * dev * dev * dev
1 parent de431b9 commit f282ce4

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

Diff for: readme.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Please visit [this link](https://give.do/fundraisers/stand-beside-the-victims-of
107107
- [Wakatime Stats Card](#wakatime-stats-card)
108108
- [Demo](#demo-2)
109109
- [All Demos](#all-demos)
110-
- [Quick Tip (Align The Repo Cards)](#quick-tip-align-the-repo-cards)
110+
- [Quick Tip (Align The Cards)](#quick-tip-align-the-cards)
111111
- [Deploy on your own](#deploy-on-your-own)
112112
- [On Vercel](#on-vercel)
113113
- [:film\_projector: Check Out Step By Step Video Tutorial By @codeSTACKr](#film_projector-check-out-step-by-step-video-tutorial-by-codestackr)
@@ -601,10 +601,19 @@ Choose from any of the [default themes](#themes)
601601

602602
***
603603

604-
## Quick Tip (Align The Repo Cards)
604+
## Quick Tip (Align The Cards)
605605

606606
By default, GitHub does not lay out the cards side by side. To do that, you can use this approach:
607607

608+
```html
609+
<a href="https://github.com/anuraghazra/github-readme-stats">
610+
<img height=200 align="center" src="https://github-readme-stats.vercel.app/api?username=anuraghazra" />
611+
</a>
612+
<a href="https://github.com/anuraghazra/convoychat">
613+
<img height=200 align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=anuraghazra&layout=compact&langs_count=8&card_width=320" />
614+
</a>
615+
```
616+
608617
```html
609618
<a href="https://github.com/anuraghazra/github-readme-stats">
610619
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
@@ -614,6 +623,27 @@ By default, GitHub does not lay out the cards side by side. To do that, you can
614623
</a>
615624
```
616625

626+
<details>
627+
<summary>:eyes: Show example</summary>
628+
629+
<a href="https://github.com/anuraghazra/github-readme-stats">
630+
<img height=200 align="center" src="https://github-readme-stats.vercel.app/api?username=anuraghazra" />
631+
</a>
632+
<a href="https://github.com/anuraghazra/convoychat">
633+
<img height=200 align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=anuraghazra&layout=compact&langs_count=8&card_width=320" />
634+
</a>
635+
636+
***
637+
638+
<a href="https://github.com/anuraghazra/github-readme-stats">
639+
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
640+
</a>
641+
<a href="https://github.com/anuraghazra/convoychat">
642+
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=convoychat" />
643+
</a>
644+
645+
</details>
646+
617647
# Deploy on your own
618648

619649
## On Vercel

0 commit comments

Comments
 (0)