{"id":31154748,"url":"https://github.com/flowcore-io/usable-landing-page","last_synced_at":"2025-09-18T19:35:56.942Z","repository":{"id":314901942,"uuid":"1055345413","full_name":"flowcore-io/usable-landing-page","owner":"flowcore-io","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-15T13:13:00.000Z","size":2807,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T15:13:55.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowcore-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T06:14:24.000Z","updated_at":"2025-09-15T13:13:04.000Z","dependencies_parsed_at":"2025-09-15T15:14:24.937Z","dependency_job_id":"ab57ac41-03b0-4fd8-bbb9-5ec44526133a","html_url":"https://github.com/flowcore-io/usable-landing-page","commit_stats":null,"previous_names":["flowcore-io/usable-landing-page"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/flowcore-io/usable-landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fusable-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fusable-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fusable-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fusable-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcore-io","download_url":"https://codeload.github.com/flowcore-io/usable-landing-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fusable-landing-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275820717,"owners_count":25534819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-18T19:35:52.525Z","updated_at":"2025-09-18T19:35:56.930Z","avatar_url":"https://github.com/flowcore-io.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Usable Landing Page\n\nA beautiful, responsive landing page for Usable - the shared memory platform for development teams. Built with vanilla HTML, CSS, and JavaScript following Orlando's design philosophy and BEM methodology.\n\n## 🎨 Design Features\n\n- **Usable Nudibranch Mascot**: Custom CSS art featuring the friendly sea slug character with distinctive blue and orange color scheme\n- **Responsive Design**: Mobile-first approach with fluid typography and flexible layouts\n- **Dark/Light Theme**: Theme switching with localStorage persistence and system preference detection\n- **Accessibility-First**: WCAG 2.1 AA+ compliance with keyboard navigation and screen reader support\n- **Performance Optimized**: Vanilla technologies only, no frameworks or heavy dependencies\n\n## 🚀 Quick Start\n\n1. **Clone or download** the project files\n2. **Open `index.html`** in your web browser\n3. **Start developing** - no build process required!\n\n## 📁 Project Structure\n\n```\nusable-landing-page/\n├── index.html              # Main landing page\n├── styles/\n│   └── main.css           # Complete stylesheet with design system\n├── scripts/\n│   ├── main.js            # Main JavaScript functionality\n│   └── theme.js           # Theme switching system\n└── README.md              # This file\n```\n\n## 🎯 Key Sections\n\n- **Hero Section**: Features the Usable nudibranch mascot with main value proposition\n- **Target Audience**: Perfect for development teams of all sizes\n- **Problem/Solution**: The lost context problem and Usable's solution\n- **Knowledge Organization**: Fragment types and customization\n- **How It Works**: Three simple steps to get started\n- **Platform Features**: Complete team knowledge platform capabilities\n- **Integration**: Connect with your favorite tools\n- **Pricing**: Owner-centric pricing that scales\n- **FAQ**: Frequently asked questions\n- **Call to Action**: Ready to get started\n\n## 🎨 Design System\n\n### Color Palette\n- **Primary Blue**: `#2563eb` (Royal Blue from antennae)\n- **Primary Orange**: `#f97316` (Vibrant Orange from patterns)\n- **Light Blue**: `#87ceeb` (Sky Blue background)\n- **White**: `#ffffff` (Pure white body)\n\n### Typography\n- **Font Family**: Inter (with system font fallbacks)\n- **Fluid Typography**: Responsive font sizes using CSS clamp()\n- **Font Weights**: Light (300) to Extrabold (800)\n\n### Spacing System\n- **Base Unit**: 4px (0.25rem)\n- **Scale**: 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 48px, 64px, 80px, 96px, 128px\n\n## 🔧 Technical Features\n\n### CSS Architecture\n- **BEM Methodology**: Block__Element--Modifier naming convention\n- **CSS Custom Properties**: Theme variables for consistent design\n- **Mobile-First**: Responsive design starting from mobile\n- **Grid \u0026 Flexbox**: Modern layout techniques\n\n### JavaScript Features\n- **Theme Management**: Light/dark mode with localStorage\n- **Smooth Scrolling**: Anchor link navigation\n- **Mobile Menu**: Responsive navigation with animations\n- **FAQ Accordion**: Interactive FAQ section\n- **Accessibility**: Keyboard navigation and ARIA support\n\n### Performance\n- **No Dependencies**: Pure vanilla technologies\n- **Optimized Assets**: Minimal file sizes\n- **Progressive Enhancement**: Works without JavaScript\n- **Print Styles**: Optimized for printing\n\n## 🌐 Browser Support\n\n- **Modern Browsers**: Chrome, Firefox, Safari, Edge (latest versions)\n- **Mobile Browsers**: iOS Safari, Chrome Mobile, Samsung Internet\n- **Accessibility**: Screen readers, keyboard navigation, high contrast mode\n\n## 🎨 Customization\n\n### Colors\nUpdate the CSS custom properties in `styles/main.css`:\n\n```css\n:root {\n  --color-primary-blue: #2563eb;\n  --color-primary-orange: #f97316;\n  --color-primary-light-blue: #87ceeb;\n}\n```\n\n### Typography\nModify font variables:\n\n```css\n:root {\n  --font-family-primary: 'Your Font', sans-serif;\n  --font-size-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);\n}\n```\n\n### Spacing\nAdjust the spacing scale:\n\n```css\n:root {\n  --spacing-4: 1rem;      /* 16px */\n  --spacing-8: 2rem;      /* 32px */\n}\n```\n\n## 📱 Responsive Breakpoints\n\n- **Mobile**: \u003c 640px\n- **Tablet**: 640px - 1023px\n- **Desktop**: ≥ 1024px\n\n## ♿ Accessibility Features\n\n- **Semantic HTML**: Proper heading structure and landmarks\n- **ARIA Labels**: Screen reader support\n- **Keyboard Navigation**: Full keyboard accessibility\n- **Focus Management**: Visible focus indicators\n- **Color Contrast**: WCAG 2.1 AA+ compliant\n- **Reduced Motion**: Respects user preferences\n\n## 🚀 Deployment\n\n### Static Hosting\nDeploy to any static hosting service:\n\n- **Netlify**: Drag and drop the folder\n- **Vercel**: Connect your repository\n- **GitHub Pages**: Push to a repository\n- **AWS S3**: Upload files to S3 bucket\n\n### Local Development\nRun a local server for development:\n\n```bash\n# Python 3\npython -m http.server 8000\n\n# Node.js (if you have http-server installed)\nnpx http-server\n\n# PHP\nphp -S localhost:8000\n```\n\n## 🎨 Orlando's Design Philosophy\n\nThis landing page follows Orlando's design principles:\n\n- **Consistency First**: Maintained design system across all components\n- **Simplicity Over Complexity**: Clean, focused design without unnecessary effects\n- **Accessibility First**: WCAG 2.1 AA+ compliance from the start\n- **Vanilla Technologies Only**: No frameworks, just pure HTML, CSS, and JavaScript\n- **Mobile-First Approach**: Design for mobile, enhance for larger screens\n- **Performance Conscious**: Optimized for speed and user experience\n\n## 📄 License\n\nThis project is created for Usable. All rights reserved.\n\n## 🤝 Contributing\n\nThis is a static landing page project. For modifications:\n\n1. Edit the HTML structure in `index.html`\n2. Update styles in `styles/main.css`\n3. Modify functionality in `scripts/` files\n4. Test across different devices and browsers\n5. Ensure accessibility compliance\n\n---\n\n**Built with ❤️ using Orlando's design philosophy and BEM methodology**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fusable-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcore-io%2Fusable-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fusable-landing-page/lists"}