Skip to content

Commit

Permalink
Merge pull request #14 from jazzominy/gradient-colors-for-name
Browse files Browse the repository at this point in the history
Update sidebar.html
  • Loading branch information
jazzominy authored Jul 7, 2024
2 parents 7f44ed9 + b629d44 commit 9eaff06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
</text>
</mask>
<linearGradient id="gradient" x1="0" x2=".5" y1=".01" y2="0" spreadMethod="pad">
<stop offset="0" stop-color="#FFAF7B"></stop>
<stop offset="0" stop-color="#f3f98a" stop-opacity="1"></stop>
<stop offset="1" stop-color="#f3f98a" stop-opacity="1"></stop>
<stop offset="0" stop-color="#fdf1cb"></stop>
<stop offset="0" stop-color="#eca9bb"></stop>
<stop offset="1" stop-color="#ed73a8"></stop>
<animate attributeName="x1"
from="0" to="1" additive="sum" repeatCount="indefinite"
dur="5s" fill="freeze" />
</linearGradient>
</defs>
<rect x="0" y="0" width="100%" height="100%" transform="scale(1)" fill="url(#gradient)" mask="url(#text-mask)">
<rect x="0" y="0" width="100%" height="100%" fill="url(#gradient)" mask="url(#text-mask)">
</rect>
</svg>
<nav>
Expand All @@ -48,4 +48,4 @@
<a href="mailto:[email protected]" title="Email" class="social-link" aria-label="email">
<i class="fas fa-envelope"></i>
</a>
</aside>
</aside>

0 comments on commit 9eaff06

Please sign in to comment.