@@ -107,7 +107,7 @@ Please visit [this link](https://give.do/fundraisers/stand-beside-the-victims-of
107
107
- [ Wakatime Stats Card] ( #wakatime-stats-card )
108
108
- [ Demo] ( #demo-2 )
109
109
- [ 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 )
111
111
- [ Deploy on your own] ( #deploy-on-your-own )
112
112
- [ On Vercel] ( #on-vercel )
113
113
- [ : 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)
601
601
602
602
***
603
603
604
- ## Quick Tip (Align The Repo Cards)
604
+ ## Quick Tip (Align The Cards)
605
605
606
606
By default, GitHub does not lay out the cards side by side. To do that, you can use this approach:
607
607
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
+
608
617
``` html
609
618
<a href =" https://github.com/anuraghazra/github-readme-stats" >
610
619
<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
614
623
</a >
615
624
```
616
625
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
+
617
647
# Deploy on your own
618
648
619
649
## On Vercel
0 commit comments