We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86ed99 commit 03bd904Copy full SHA for 03bd904
1 file changed
README.md
@@ -11,8 +11,14 @@
11
<br/>
12
13
<!-- PORTFOLIO CTA — given its own prominent badge so visitors actually click it -->
14
+<!-- Option 3: SVG with CSS animation (pulsing ring + shimmer, runs natively on GitHub) -->
15
<a href="https://santiagodevrel.dev">
- <img src="https://img.shields.io/badge/🌐%20santiagodevrel.dev-FF6B35?style=for-the-badge&logoColor=white" alt="Portfolio"/>
16
+ <img src="./assets/portfolio-button.svg" alt="Portfolio" width="340"/>
17
+</a>
18
+
19
+<!-- Option 1: Animated GIF fallback (same effect, broader compatibility) -->
20
+<a href="https://santiagodevrel.dev">
21
+ <img src="./assets/portfolio-button.gif" alt="Portfolio" width="340"/>
22
</a>
23
24
<br/><br/>
0 commit comments