diff --git a/src/lib/AnimatedCounter.svelte b/src/lib/AnimatedCounter.svelte new file mode 100644 index 0000000..29909ca --- /dev/null +++ b/src/lib/AnimatedCounter.svelte @@ -0,0 +1,110 @@ + + + + + {contentValues} + + + + diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte index 2e8ef1f..0acf552 100644 --- a/src/lib/Header.svelte +++ b/src/lib/Header.svelte @@ -48,7 +48,7 @@ > Personal - + + import AnimatedCounter from '$lib/AnimatedCounter.svelte'; import { Avatar, GradientHeading } from '@skeletonlabs/skeleton'; import Particles from 'svelte-particles'; import { loadFull } from 'tsparticles'; + const counterList = [ + 'a FullStack Developer', + 'a Frontend Nerd', + 'a Backend Geek', + 'an IAM Engineer', + 'a Cloud Support Engineer', + 'an Open Source Contributor', + 'a Skeleton Contributor', + 'a Svelte Enthusiast', + 'a Developer Advocate' + ]; + const particlesConfig = { particles: { color: { @@ -60,5 +73,25 @@
+ +
+
+ I'm [] +
+
+ +