{"id":50852225,"url":"https://github.com/31b4/2023.szilagyibence.com","last_synced_at":"2026-06-14T14:32:05.943Z","repository":{"id":197320436,"uuid":"698438328","full_name":"31b4/2023.szilagyibence.com","owner":"31b4","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-25T10:52:51.000Z","size":16590,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-25T12:29:02.627Z","etag":null,"topics":["personal-website"],"latest_commit_sha":null,"homepage":"https://2023.szilagyibence.com","language":"HTML","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/31b4.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":"2023-09-29T23:38:51.000Z","updated_at":"2026-05-25T10:53:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf1d9bb7-434f-4e92-9c8c-80ed71b9fb5f","html_url":"https://github.com/31b4/2023.szilagyibence.com","commit_stats":null,"previous_names":["31b4/personal_web_2","31b4/31b4.com","31b4/31b4.github.io","31b4/2023.szilagyibence.com"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/31b4/2023.szilagyibence.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/31b4%2F2023.szilagyibence.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/31b4%2F2023.szilagyibence.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/31b4%2F2023.szilagyibence.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/31b4%2F2023.szilagyibence.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/31b4","download_url":"https://codeload.github.com/31b4/2023.szilagyibence.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/31b4%2F2023.szilagyibence.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34324004,"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-06-14T02:00:07.365Z","response_time":62,"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":["personal-website"],"created_at":"2026-06-14T14:32:05.298Z","updated_at":"2026-06-14T14:32:05.925Z","avatar_url":"https://github.com/31b4.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bence Szilagyi - Personal Portfolio Website\n\n🚀 **Live Site**: [szilagyibence.com](https://szilagyibence.com)\n\n## About\n\nThis is my personal portfolio website showcasing my projects, achievements, and technical skills. Built with a space-themed design featuring dynamic animations and a luxury dark aesthetic.\n\n## Features\n\n- **🌟 Interactive Space Theme**: Dynamic star field animations and space-themed visuals\n- **📱 Fully Responsive**: Optimized for all device sizes\n- **⚡ Performance Optimized**: Fast loading with lazy loading and resource hints\n- **🎨 Custom Animations**: Smooth transitions and hover effects\n- **📊 Dynamic Content**: Auto-updating age calculation\n- **🔍 SEO Optimized**: Complete meta tags, structured data, and sitemap\n\n## Projects Showcased\n\n### Major Projects\n- **TrackIt (2025)**: Cross-platform health \u0026 fitness tracker with Apple Health sync\n- **UniverX (2024)**: Comprehensive university management application\n- **LeetCode Premium Bypass (2023-24)**: Popular developer tool (DMCA'd)\n\n### Mini Projects\n- Meridian time calculator\n- Typing speed trainer\n- Starlink visualization\n- 4D object visualization\n- Pi digits explorer\n- University credit calculator\n\n### Achievements\n- Advent of Code participation (2022-2024)\n- Programming contest winner\n- Open source contributor\n\n## Tech Stack\n\n- **Frontend**: HTML5, CSS3, JavaScript\n- **Styling**: Custom CSS with CSS variables, animations\n- **Fonts**: Custom D-DIN typography\n- **Performance**: Resource preloading, lazy loading\n- **SEO**: Structured data, meta tags, sitemap\n- **Hosting**: GitHub Pages\n\n## Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/31b4/31b4.github.io.git\n```\n\n2. Open `index.html` in your browser or serve locally:\n```bash\n# Using Python\npython -m http.server 8000\n\n# Using Node.js\nnpx serve .\n```\n\n## Structure\n\n```\n├── index.html              # Main page\n├── sources/\n│   ├── main.css           # Primary styles\n│   ├── stars.css          # Animation styles\n│   ├── fonts/             # Custom fonts\n│   ├── imgs/              # Images and icons\n│   ├── scripts/           # JavaScript files\n│   └── pages/             # Additional pages\n├── CV.pdf                 # Resume\n├── sitemap.xml           # SEO sitemap\n├── robots.txt            # Search engine instructions\n└── README.md             # This file\n```\n\n## Features in Detail\n\n### Performance Optimizations\n- Resource preloading for critical assets\n- Lazy loading for images\n- Optimized font loading\n- Minified and compressed assets\n\n### SEO Features\n- Complete meta tag implementation\n- Open Graph and Twitter Card support\n- Structured data (JSON-LD)\n- Semantic HTML structure\n- Optimized sitemap and robots.txt\n\n### Accessibility\n- Proper alt text for all images\n- Semantic HTML structure\n- High contrast color scheme\n- Keyboard navigation support\n- Screen reader friendly\n\n## Contact\n\n- **Email**: contact@szilagyibence.com\n- **GitHub**: [@31b4](https://github.com/31b4)\n- **LinkedIn**: [benszilagyi](https://linkedin.com/in/benszilagyi/)\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\n*Made with ❤️ and countless cups of coffee ☕*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F31b4%2F2023.szilagyibence.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F31b4%2F2023.szilagyibence.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F31b4%2F2023.szilagyibence.com/lists"}