https://github.com/amruthpillai/living-logos
A curation of popular logos, brought to life using HTML, CSS and some fun keyframe animations.
https://github.com/amruthpillai/living-logos
Last synced: 4 months ago
JSON representation
A curation of popular logos, brought to life using HTML, CSS and some fun keyframe animations.
- Host: GitHub
- URL: https://github.com/amruthpillai/living-logos
- Owner: AmruthPillai
- License: mit
- Created: 2023-01-14T08:28:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:26:37.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:36:27.396Z (4 months ago)
- Language: Svelte
- Homepage: https://living-logos.vercel.app
- Size: 417 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Living Logos is a curation of popular logos, brought to life using HTML, CSS and some fun keyframe animations.
### [Visit Website](https://living-logos.vercel.app)
### Demo
https://user-images.githubusercontent.com/1134738/213015414-223cc149-2bc9-4564-a006-08bc55be6243.mov
### Logos
- [Git](https://living-logos.vercel.app/logo/git)
- [Netflix](https://living-logos.vercel.app/logo/netflix)
- [YouTube](https://living-logos.vercel.app/logo/youtube)
- [Instagram](https://living-logos.vercel.app/logo/instagram)
- [Google](https://living-logos.vercel.app/logo/google)
- [Microsoft](https://living-logos.vercel.app/logo/microsoft)
- [Figma](https://living-logos.vercel.app/logo/figma)
- [Dropbox](https://living-logos.vercel.app/logo/dropbox)
- [Spotify](https://living-logos.vercel.app/logo/spotify)
- [Google Photos](https://living-logos.vercel.app/logo/google-photos)
- [React](https://living-logos.vercel.app/logo/react)
- [Domino's Pizza](https://living-logos.vercel.app/logo/dominos-pizza)### Tech Stack
- Svelte/SvelteKit
- Chose this framework mainly because of the ability to code the DOM layout, and CSS styling directly in one single file.
- SCSS
- For better, readable CSS code and easier variable management
- Vercel
- Hands down, the most simplest plug-and-play hosting for static sites right now