Spaces:
Running on Zero
Running on Zero
Dan Bochman commited on
Commit ·
b93893e
1
Parent(s): 28180a1
chore: update banner links to open in new tabs with rel attributes
Browse files- banner.html +9 -9
banner.html
CHANGED
|
@@ -40,14 +40,14 @@
|
|
| 40 |
gap: 4px;
|
| 41 |
flex-wrap: wrap;
|
| 42 |
">
|
| 43 |
-
<a href="https://fashn.ai"><img src="https://custom-icon-badges.demolab.com/badge/FASHN_AI-333333?style=for-the-badge&logo=fashn" alt="FASHN AI" /></a>
|
| 44 |
-
<a href="https://github.com/fashn-AI/fashn-human-parser"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github" /></a>
|
| 45 |
-
<a href="https://pypi.org/project/fashn-human-parser/"><img src="https://img.shields.io/badge/PyPI-3775A9?style=for-the-badge&logo=pypi&logoColor=white" alt="PyPI" /></a>
|
| 46 |
-
<a href="https://www.linkedin.com/company/fashn"><img src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn" /></a>
|
| 47 |
-
<a href="https://x.com/fashn_ai"><img src="https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white" alt="X" /></a>
|
| 48 |
-
<a href="https://www.youtube.com/@fashn_ai"><img src="https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white" alt="YouTube" /></a>
|
| 49 |
-
<a href="https://www.tiktok.com/@fashnai"><img src="https://img.shields.io/badge/TikTok-%23000000.svg?style=for-the-badge&logo=TikTok&logoColor=white" alt="TikTok" /></a>
|
| 50 |
-
<a href="https://www.instagram.com/fashn.ai/"><img src="https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white" alt="Instagram" /></a>
|
| 51 |
-
<a href="https://discord.gg/MCs39Gf4yn"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" /></a>
|
| 52 |
</div>
|
| 53 |
</div>
|
|
|
|
| 40 |
gap: 4px;
|
| 41 |
flex-wrap: wrap;
|
| 42 |
">
|
| 43 |
+
<a href="https://fashn.ai" target="_blank" rel="noopener"><img src="https://custom-icon-badges.demolab.com/badge/FASHN_AI-333333?style=for-the-badge&logo=fashn" alt="FASHN AI" /></a>
|
| 44 |
+
<a href="https://github.com/fashn-AI/fashn-human-parser" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github" /></a>
|
| 45 |
+
<a href="https://pypi.org/project/fashn-human-parser/" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/PyPI-3775A9?style=for-the-badge&logo=pypi&logoColor=white" alt="PyPI" /></a>
|
| 46 |
+
<a href="https://www.linkedin.com/company/fashn" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn" /></a>
|
| 47 |
+
<a href="https://x.com/fashn_ai" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white" alt="X" /></a>
|
| 48 |
+
<a href="https://www.youtube.com/@fashn_ai" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white" alt="YouTube" /></a>
|
| 49 |
+
<a href="https://www.tiktok.com/@fashnai" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/TikTok-%23000000.svg?style=for-the-badge&logo=TikTok&logoColor=white" alt="TikTok" /></a>
|
| 50 |
+
<a href="https://www.instagram.com/fashn.ai/" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white" alt="Instagram" /></a>
|
| 51 |
+
<a href="https://discord.gg/MCs39Gf4yn" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" /></a>
|
| 52 |
</div>
|
| 53 |
</div>
|