{"id":29637400,"url":"https://github.com/homuchen/www-meno","last_synced_at":"2026-07-01T19:31:52.570Z","repository":{"id":297601771,"uuid":"997282324","full_name":"HoMuChen/www-meno","owner":"HoMuChen","description":"a static website","archived":false,"fork":false,"pushed_at":"2025-06-06T10:00:21.000Z","size":3320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T18:59:23.237Z","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/HoMuChen.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}},"created_at":"2025-06-06T09:04:30.000Z","updated_at":"2025-06-06T10:00:23.000Z","dependencies_parsed_at":"2025-06-06T11:28:41.308Z","dependency_job_id":null,"html_url":"https://github.com/HoMuChen/www-meno","commit_stats":null,"previous_names":["homuchen/www-meno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HoMuChen/www-meno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoMuChen%2Fwww-meno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoMuChen%2Fwww-meno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoMuChen%2Fwww-meno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoMuChen%2Fwww-meno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HoMuChen","download_url":"https://codeload.github.com/HoMuChen/www-meno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoMuChen%2Fwww-meno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35020870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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-07-21T18:37:34.920Z","updated_at":"2026-07-01T19:31:52.553Z","avatar_url":"https://github.com/HoMuChen.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Landing Page Project\n\nA modern, responsive landing page built with HTML5, CSS3, and JavaScript. Perfect for showcasing your business, product, or personal brand.\n\n## 🚀 Features\n\n- **Responsive Design**: Works perfectly on all devices and screen sizes\n- **Modern UI/UX**: Clean, professional design with smooth animations\n- **Fast Loading**: Optimized for speed with lazy loading and efficient code\n- **SEO Optimized**: Proper meta tags and semantic HTML structure\n- **Interactive Elements**: Smooth scrolling, mobile navigation, and form handling\n- **Cross-browser Compatible**: Works on all modern browsers\n- **GitHub Pages Ready**: Configured for easy deployment on GitHub Pages\n\n## 📁 Project Structure\n\n```\nwww-meno/\n├── index.html              # Main HTML file\n├── assets/\n│   ├── css/\n│   │   └── main.css       # Stylesheet\n│   ├── js/\n│   │   └── main.js        # JavaScript functionality\n│   └── images/            # Image assets\n├── README.md              # This file\n└── .gitignore            # Git ignore file\n```\n\n## 🛠️ Technologies Used\n\n- **HTML5**: Semantic markup and modern standards\n- **CSS3**: Flexbox, Grid, Custom Properties, Animations\n- **JavaScript**: ES6+, Intersection Observer API, Form Validation\n- **Google Fonts**: Inter font family for modern typography\n\n## 🚀 Quick Start\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/www-meno.git\n   cd www-meno\n   ```\n\n2. **Open in browser**\n   - Simply open `index.html` in your web browser\n   - Or use a local server (recommended):\n   ```bash\n   # Using Python\n   python -m http.server 8000\n   \n   # Using Node.js (if you have http-server installed)\n   npx http-server\n   \n   # Using PHP\n   php -S localhost:8000\n   ```\n\n3. **Customize the content**\n   - Edit `index.html` to update text, links, and structure\n   - Modify `assets/css/main.css` to change colors, fonts, and styling\n   - Update `assets/js/main.js` for additional functionality\n\n## 🎨 Customization\n\n### Colors\nThe project uses CSS custom properties for easy color customization. Update the `:root` section in `main.css`:\n\n```css\n:root {\n    --primary-color: #3b82f6;    /* Main brand color */\n    --primary-dark: #2563eb;     /* Darker variant */\n    --text-primary: #1e293b;     /* Main text color */\n    --bg-primary: #ffffff;       /* Background color */\n    /* ... other colors */\n}\n```\n\n### Content\n- Update meta tags in `index.html` for SEO\n- Replace placeholder text with your actual content\n- Add your own images to the `assets/images/` directory\n- Update social media links and contact information\n\n### Fonts\nThe project uses Inter from Google Fonts. To change the font, update the Google Fonts link in `index.html` and the font-family in `main.css`.\n\n## 📱 Sections Included\n\n1. **Navigation**: Fixed header with smooth scrolling\n2. **Hero Section**: Eye-catching introduction with call-to-action\n3. **About Section**: Information about your business/service\n4. **Services Section**: Highlight your key offerings\n5. **Contact Section**: Contact form and information\n6. **Footer**: Links and additional information\n\n## 🌐 Deployment\n\n### GitHub Pages\n1. Push your code to a GitHub repository\n2. Go to repository Settings → Pages\n3. Select source branch (usually `main` or `master`)\n4. Your site will be available at `https://yourusername.github.io/repository-name`\n\n### Other Platforms\n- **Netlify**: Drag and drop the project folder\n- **Vercel**: Connect your GitHub repository\n- **Firebase Hosting**: Use Firebase CLI to deploy\n\n## 📊 Performance Features\n\n- Lazy loading for images\n- Optimized CSS with minimal unused styles\n- Efficient JavaScript with event delegation\n- Compressed and minified code (in production)\n- Proper caching headers for static assets\n\n## 🔧 Browser Support\n\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n- Edge (latest)\n- Internet Explorer 11+ (partial support)\n\n## 📝 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🤝 Contributing\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📞 Support\n\nIf you have any questions or need help with customization, please:\n- Open an issue on GitHub\n- Contact [your-email@example.com](mailto:your-email@example.com)\n\n## 🙏 Acknowledgments\n\n- Design inspiration from modern web design trends\n- Icons and illustrations from open source libraries\n- Typography using Google Fonts\n- Built with best practices from web development community\n\n---\n\nMade with ❤️ by [Your Name](https://github.com/yourusername) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomuchen%2Fwww-meno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomuchen%2Fwww-meno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomuchen%2Fwww-meno/lists"}