Minor tweaks

This commit is contained in:
Thomas Cole 2023-03-24 22:50:59 -04:00
parent ff34fe0a14
commit ae5dc0f0ed
2 changed files with 6 additions and 3 deletions

View File

@ -10,7 +10,7 @@
alt="" alt=""
/> />
<h1 <h1
class="text-center font-mono text-4xl lg:xl:text-6xl text-neutral-50 drop-shadow-screen " class="text-center font-mono text-4xl lg:xl:text-6xl text-neutral-50 drop-shadow-screen"
> >
Thomas Cole Thomas Cole
</h1> </h1>
@ -20,11 +20,14 @@
"linux enthusiast", "linux enthusiast",
"web developer", "web developer",
"network engineer", "network engineer",
"electronics hobbyist",
]} ]}
classVars="text-neutral-50 drop-shadow-screen text-center text-xl lg:xl:text-2xl font-mono w-fit mx-auto capitalize" classVars="text-neutral-50 drop-shadow-screen text-center text-xl lg:xl:text-2xl font-mono w-fit mx-auto capitalize"
/> />
</div> </div>
<span class="material-symbols-outlined absolute bottom-[10px] left-1/2 -translate-x-1/2 text-neutral-50 drop-shadow-screen text-4xl lg:xl:text-6xl animate-[pulse_4s_cubic-bezier(0.4,0,0.6,1)_infinite]"> <span
class="material-symbols-outlined absolute bottom-[10px] left-1/2 -translate-x-1/2 text-neutral-50 drop-shadow-screen text-4xl lg:xl:text-6xl animate-[pulse_4s_cubic-bezier(0.4,0,0.6,1)_infinite] transition-all duration-500"
>
expand_more expand_more
</span> </span>
</section> </section>

View File

@ -43,7 +43,7 @@
stringIndex = Math.floor(Math.random()*strings.length) stringIndex = Math.floor(Math.random()*strings.length)
pickNextWord(); pickNextWord();
setInterval(pickNextWord,5000); setInterval(pickNextWord,10000);
}) })
</script> </script>