mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
added gradient animation
This commit is contained in:
parent
76aceeca1a
commit
d2f12d9e0b
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dev-portfolio",
|
"name": "dev-portfolio",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,9 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-center items-start ml-2">
|
<div class="flex flex-col justify-center items-start ml-2">
|
||||||
<div id="name" class="text-2xl font-bold">RythonDev</div>
|
<div id="name" class="text-2xl font-bold animate-gradient">
|
||||||
|
RythonDev
|
||||||
|
</div>
|
||||||
<div class="text-xl w-full">
|
<div class="text-xl w-full">
|
||||||
{roleState}<span class="animate-pulse">|</span>
|
{roleState}<span class="animate-pulse">|</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue