{"id":48596163,"url":"https://github.com/emminix/emmi-engineer","last_synced_at":"2026-04-08T21:02:02.196Z","repository":{"id":340445137,"uuid":"1166061633","full_name":"EmminiX/emmi-engineer","owner":"EmminiX","description":"Cyberpunk link page for emmi.engineer — EU-Green Student Convention Parma","archived":false,"fork":false,"pushed_at":"2026-02-24T23:42:38.000Z","size":1677,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T01:42:52.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://emmi-engineer.vercel.app","language":"TypeScript","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/EmminiX.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":"2026-02-24T20:51:50.000Z","updated_at":"2026-02-24T23:42:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/EmminiX/emmi-engineer","commit_stats":null,"previous_names":["emminix/emmi-engineer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/EmminiX/emmi-engineer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmminiX%2Femmi-engineer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmminiX%2Femmi-engineer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmminiX%2Femmi-engineer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmminiX%2Femmi-engineer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmminiX","download_url":"https://codeload.github.com/EmminiX/emmi-engineer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmminiX%2Femmi-engineer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-08T21:01:14.810Z","updated_at":"2026-04-08T21:02:02.183Z","avatar_url":"https://github.com/EmminiX.png","language":"TypeScript","readme":"# EMMI Links - Unified Links Website\r\n\r\nA modern, animated links-in-bio website for Emanuel Covasa (EMMI) featuring a Three.js generative art background and glassmorphism design.\r\n\r\n## Features\r\n\r\n- **Three.js Generative Art**: Animated icosahedron background with morphing vertices\r\n- **Glassmorphism Design**: Modern glass-effect cards with gradient borders\r\n- **Fully Responsive**: Mobile-first design with optimized layouts\r\n- **Performance Optimized**: Lazy loading, code splitting, and mobile-specific optimizations\r\n- **Accessibility First**: WCAG compliant with semantic HTML and ARIA labels\r\n- **Type-Safe**: Full TypeScript implementation\r\n- **Easy to Update**: Centralized data structure in `src/data/links.ts`\r\n\r\n## Tech Stack\r\n\r\n- **Next.js 15.3.5** - App Router\r\n- **React 19** - Latest React features\r\n- **TypeScript 5.6** - Type safety\r\n- **Three.js** - 3D graphics and animations\r\n- **Tailwind CSS 3.4** - Utility-first styling\r\n\r\n## Getting Started\r\n\r\n1. **Install dependencies**:\r\n   ```bash\r\n   npm install\r\n   ```\r\n\r\n2. **Run development server**:\r\n   ```bash\r\n   npm run dev\r\n   ```\r\n\r\n3. **Open browser**:\r\n   Navigate to [http://localhost:3000](http://localhost:3000)\r\n\r\n## Project Structure\r\n\r\n```\r\nsrc/\r\n├── app/\r\n│   ├── layout.tsx        # Root layout with metadata\r\n│   ├── page.tsx          # Home page\r\n│   └── globals.css       # Global styles and utilities\r\n├── components/\r\n│   ├── hero/\r\n│   │   ├── GenerativeArtScene.tsx  # Three.js animation\r\n│   │   └── AnomalousMatterHero.tsx # Hero wrapper\r\n│   ├── sections/\r\n│   │   ├── LogoSection.tsx         # Profile header\r\n│   │   ├── SocialLinks.tsx         # Social media icons\r\n│   │   ├── MainLinks.tsx           # Primary CTA links\r\n│   │   ├── ProjectsGrid.tsx        # Projects showcase\r\n│   │   └── Footer.tsx              # Site footer\r\n│   └── ui/\r\n│       └── Icon.tsx                # Icon component\r\n└── data/\r\n    └── links.ts          # All link data and configuration\r\n```\r\n\r\n## Customization\r\n\r\n### Update Links\r\n\r\nEdit `src/data/links.ts` to modify:\r\n- Profile information\r\n- Social media links\r\n- Main CTA links\r\n- Project showcase\r\n\r\n### Update Colors\r\n\r\nEdit CSS variables in `src/app/globals.css`:\r\n```css\r\n:root {\r\n  --background: 0, 0%, 0%;\r\n  --foreground: 0, 0%, 100%;\r\n  --sky-300: 199, 89%, 48%;\r\n  --gray-300: 0, 0%, 82%;\r\n}\r\n```\r\n\r\n### Add Avatar\r\n\r\nReplace the placeholder avatar in `LogoSection.tsx` with your image:\r\n1. Add image to `public/` folder\r\n2. Update the avatar div in `src/components/sections/LogoSection.tsx`\r\n\r\n## Performance\r\n\r\n- Three.js scene reduces geometry subdivisions on mobile\r\n- Dynamic imports with Suspense for code splitting\r\n- Optimized animations with CSS transforms\r\n- Minimal bundle size with tree-shaking\r\n\r\n## Accessibility\r\n\r\n- Semantic HTML structure\r\n- ARIA labels on all interactive elements\r\n- Keyboard navigation support\r\n- Screen reader friendly\r\n- Sufficient color contrast (WCAG AA)\r\n\r\n## Build for Production\r\n\r\n```bash\r\nnpm run build\r\nnpm start\r\n```\r\n\r\n## Deploy\r\n\r\nThis project can be deployed to:\r\n- **Vercel** (recommended for Next.js)\r\n- **Netlify**\r\n- **Cloudflare Pages**\r\n- Any static hosting service\r\n\r\n## License\r\n\r\nCopyright © 2025 Emanuel Covasa (EMMI). All rights reserved.\r\n\r\n---\r\n\r\n**Built with speed, clarity, and gratitude.**\r\n\r\n*Work smart, not hard.*\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femminix%2Femmi-engineer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femminix%2Femmi-engineer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femminix%2Femmi-engineer/lists"}