mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
Update +page.svelte
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import { Avatar } from '@skeletonlabs/skeleton';
|
import { Avatar } from '@skeletonlabs/skeleton';
|
||||||
|
|
||||||
const counterList = [
|
const counterList = [
|
||||||
's Space Cowboy',
|
'a Space Cowboy',
|
||||||
'a FullStack Developer',
|
'a FullStack Developer',
|
||||||
'a Senior Software Engineer',
|
'a Senior Software Engineer',
|
||||||
'a Frontend Nerd',
|
'a Frontend Nerd',
|
||||||
@@ -49,13 +49,13 @@
|
|||||||
|
|
||||||
<div class="flex flex-row justify-center">
|
<div class="flex flex-row justify-center">
|
||||||
<div class="skills text-2xl">
|
<div class="skills text-2xl">
|
||||||
I'm [<AnimatedCounter
|
I'm <AnimatedCounter
|
||||||
interval={1200}
|
interval={1200}
|
||||||
transitionInterval={700}
|
transitionInterval={700}
|
||||||
values={counterList}
|
values={counterList}
|
||||||
random
|
random
|
||||||
class="custom-skill px-2 text-2xl"
|
class="custom-skill px-2 text-2xl"
|
||||||
/>]
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user