Fix project badges display issue
Convert markdown badge syntax to HTML for proper rendering inside table cells
This commit is contained in:
parent
cbd7cd3a0e
commit
531830cad9
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ I transform complex challenges into inspired technological solutions. By seamles
|
|||
<p><strong>Immersive Portfolio Experience</strong></p>
|
||||
<p>Three.js visualizations • Server-side rendering • Headless CMS</p>
|
||||
<p>
|
||||
[](https://stevenmilanese.com)
|
||||
<a href="https://stevenmilanese.com" target="_blank"><img src="https://img.shields.io/badge/Visit-Live_Site-06B6D4?style=for-the-badge&logo=vercel&logoColor=white" alt="Visit Live Site"/></a>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -115,7 +115,7 @@ I transform complex challenges into inspired technological solutions. By seamles
|
|||
<p><strong>Advanced AI System</strong></p>
|
||||
<p>Cognitive architecture • Semantic processing • Episodic memory</p>
|
||||
<p>
|
||||
[](https://stevenmilanese.com/#projects)
|
||||
<a href="https://stevenmilanese.com/#projects" target="_blank"><img src="https://img.shields.io/badge/Learn-More-14B8A6?style=for-the-badge&logo=openai&logoColor=white" alt="Learn More"/></a>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue