Skip to content

Commit

Permalink
Add items to tech marquee & edit some images
Browse files Browse the repository at this point in the history
(thanks, old me, for making this list)
  • Loading branch information
kubgus committed Aug 27, 2024
1 parent 08e3bc8 commit 7b4bebd
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
Binary file added public/images/tech-logos/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tech-logos/firebase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tech-logos/mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tech-logos/neovim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tech-logos/postgres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tech-logos/supabase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tech-logos/vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/components/tech-marquee.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 7b4bebd

Please sign in to comment.