https://github.com/mooshieblob1/team-blob
Fake esports team site made with Svelte
https://github.com/mooshieblob1/team-blob
Last synced: 8 months ago
JSON representation
Fake esports team site made with Svelte
- Host: GitHub
- URL: https://github.com/mooshieblob1/team-blob
- Owner: Mooshieblob1
- Created: 2025-05-01T11:49:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T05:48:05.000Z (about 1 year ago)
- Last Synced: 2025-05-08T19:16:57.659Z (about 1 year ago)
- Language: Svelte
- Homepage: https://team-blob.vercel.app
- Size: 7.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# πΈ Team Blob β Fake Esports Team Website
[](https://team-blob.vercel.app)
[](https://svelte.dev)
[](https://tailwindcss.com)
[](https://www.typescriptlang.org/)
Welcome to the **official fake website** of Team Blob β a satirical, lovingly overbuilt esports team site built with β‘ **Svelte** and π¨ **Tailwind CSS v4**.
This project is a frontend showcase and playground, simulating a professional esports org site while being... very not real.
---
## πΈ Preview

---
## π¦ Tech Stack
- **Svelte** β Lightweight, fast, reactive.
- **Tailwind CSS v4** β Utility-first styling, customized for the dark theme.
- **TypeScript** β For strong typing and future-proofing.
- **Vercel** β Hosting the whole fake operation.
---
## π§± Site Structure
- **Navbar**: Sticky at the top. Includes team branding and fake sponsors.
- **Live Banner**: Shows Blob as βcurrently live in solo queueβ with rotating messages.
- **Main Content**: Dynamic content slot per route.
- **Footer**: Only appears when you scroll to the bottom β says _"Yes this is clearly a fake team."_ π
---
## π€ Sponsors (Fake, but Clickable)
- [LegitCorp](https://legitcorp.com/) 
- [Axis Order](https://axisorder.com) 
Logos are displayed in the navbar next to the team name, fully clickable, and styled for maximum esports realism.
---
## π Features
- β
Scroll-to-bottom reveal footer
- β
Rotating live banner messages with animated typewriter effect
- β
Animated mobile dropdown menu (slide down on open)
- β
Sponsor logo integration with external links
- β
Fully responsive layout
- β
Parody tone, professional layout
---
## π Folder Structure (Key Files)
```bash
src/
βββ routes/
β βββ +layout.svelte # Main layout with nav, banner, footer
βββ lib/
β βββ actions/
β βββ showOnScrollToBottom.ts # Scroll-triggered footer visibility
static/
βββ sponsors/
βββ legitcorp.png
βββ axis-order.png
```