# McDonald's IT Halloween Event Page 🎃 **Project Created**: 2025-10-04 08:50:35 UTC / 2025-10-04 16:50:35 GMT+8 A minimalist, geek-style Halloween event webpage for McDonald's IT department, inspired by Homebrew's terminal aesthetic. ## Project Description This single-page website announces the McDonald's China IT Halloween 2025 event for 300 MITA programmers. It features: - **Terminal Aesthetic**: Pure black background (#000000) with terminal green (#00FF00) text - **ASCII Art**: McDonald's logo with Golden Arches in ASCII characters - **Live Countdown**: Real-time countdown to Oct 31 2025 18:00 GMT+8 - **Bilingual Content**: English and Chinese (alternating lines) - **Responsive Design**: Adaptive ASCII art for desktop and mobile - **Zero Dependencies**: Single self-contained HTML file (8.4KB) - **Accessibility**: WCAG 2.1 AA compliant (21:1 contrast ratio) ## Design Philosophy **Extreme Minimalism + Geek Aesthetic** - No shadows, gradients, or decorative effects - Monospace fonts only - Command-line/terminal interface look - Homebrew-inspired design language ## Event Details - **Date**: October 31, 2025 (Halloween) - **Time**: 18:00 - 21:00 GMT+8 (6:00 PM - 9:00 PM) - **Location**: MITA Building 2F Pantry - **Organizer**: Jessi Pan (jessi.pan@cn.mcd.com) - **Activities**: Cosplay (encouraged!), Bug Debugging Games, Lucky Draw - **Audience**: 300 McDonald's China IT team members (MITA) ## Quick Start ### View Locally ```bash # Clone the repository git clone ssh://gitea@git.shihong.me:2222/snowprint/halloween-test.git cd halloween-test # Open in browser open index.html # macOS xdg-open index.html # Linux start index.html # Windows ``` ### Deploy to Web Simply upload `index.html` to any hosting: ```bash # GitHub Pages git checkout gh-pages git merge main git push origin gh-pages # Or use Netlify drag-and-drop # Or AWS S3, Vercel, etc. ``` ## File Structure ``` test-project/ ├── .claude/ # AI agent configurations │ ├── agents/ # Specialized AI agents │ └── constitution.md # Agent system principles ├── specs/ # Spec-Kit documentation │ └── 001-mcdonald-s-it/ # Feature specifications │ ├── spec.md # Requirements (35 functional requirements) │ ├── plan.md # Implementation plan │ ├── tasks.md # Task breakdown (32 tasks) │ ├── research.md # Technical decisions │ ├── data-model.md # Entity definitions │ ├── quickstart.md # Testing checklist │ └── contracts/ # JSON Schema validation ├── CLAUDE.md # Project guidance for Claude AI ├── README.md # This file └── index.html # ✅ Main event page (COMPLETE) ``` ## Technical Specifications - **HTML5**: Semantic markup with `
`, `
`, `
`, `