diff --git a/public/images/tech-logos/aws.png b/public/images/tech-logos/aws.png new file mode 100644 index 0000000..d4a851d Binary files /dev/null and b/public/images/tech-logos/aws.png differ diff --git a/public/images/tech-logos/firebase.png b/public/images/tech-logos/firebase.png new file mode 100644 index 0000000..b23c937 Binary files /dev/null and b/public/images/tech-logos/firebase.png differ diff --git a/public/images/tech-logos/mongo.png b/public/images/tech-logos/mongo.png new file mode 100644 index 0000000..e8f4cd7 Binary files /dev/null and b/public/images/tech-logos/mongo.png differ diff --git a/public/images/tech-logos/neovim.png b/public/images/tech-logos/neovim.png index 4fae71c..faaa6cc 100644 Binary files a/public/images/tech-logos/neovim.png and b/public/images/tech-logos/neovim.png differ diff --git a/public/images/tech-logos/postgres.png b/public/images/tech-logos/postgres.png new file mode 100644 index 0000000..bafdd21 Binary files /dev/null and b/public/images/tech-logos/postgres.png differ diff --git a/public/images/tech-logos/supabase.png b/public/images/tech-logos/supabase.png new file mode 100644 index 0000000..cfc3ac5 Binary files /dev/null and b/public/images/tech-logos/supabase.png differ diff --git a/public/images/tech-logos/vue.png b/public/images/tech-logos/vue.png index ccf633d..2cca28b 100644 Binary files a/public/images/tech-logos/vue.png and b/public/images/tech-logos/vue.png differ diff --git a/src/components/tech-marquee.astro b/src/components/tech-marquee.astro index a243656..4b101ce 100644 --- a/src/components/tech-marquee.astro +++ b/src/components/tech-marquee.astro @@ -3,18 +3,23 @@ import PictureFrame from "./picture-frame.astro"; let pictures = [ "astro", + "aws", "cpp", "cs", "css", + "firebase", "git", "github", "html", "javascript", "linux", + "mongo", "neovim", "node", "nuxt", + "postgres", "python", + "supabase", "tailwind", "typescript", "unity", @@ -57,7 +62,7 @@ pictures = pictures.sort(() => Math.random() - 0.5); align-items: center; flex-direction: row; gap: 0.5rem; - animation: marquee linear 30s infinite; + animation: marquee linear 35s infinite; } @media (prefers-reduced-motion: reduce) {