{"id":30664691,"url":"https://github.com/luisfer/lfrc","last_synced_at":"2025-08-31T19:49:03.580Z","repository":{"id":304841617,"uuid":"1019983845","full_name":"luisfer/lfrc","owner":"luisfer","description":"LFRC.me","archived":false,"fork":false,"pushed_at":"2025-08-23T19:33:33.000Z","size":30164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T07:33:05.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lfrc.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/luisfer.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-07-15T07:02:17.000Z","updated_at":"2025-08-23T19:33:36.000Z","dependencies_parsed_at":"2025-07-16T12:13:47.646Z","dependency_job_id":null,"html_url":"https://github.com/luisfer/lfrc","commit_stats":null,"previous_names":["luisfer/lfrc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luisfer/lfrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfer%2Flfrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfer%2Flfrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfer%2Flfrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfer%2Flfrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisfer","download_url":"https://codeload.github.com/luisfer/lfrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfer%2Flfrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032935,"owners_count":25034067,"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-08-31T02:00:09.071Z","response_time":79,"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-08-31T19:49:01.651Z","updated_at":"2025-08-31T19:49:03.574Z","avatar_url":"https://github.com/luisfer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LFRC Portfolio - Luis Fernando Romero Calero\n\nA beautiful, minimal portfolio website showcasing your multifaceted talents as a software engineer, musician, writer, and world traveler.\n\n## ✨ Features\n\n- **Clean, minimal design** with subtle animations\n- **Responsive** mobile-first approach\n- **Interactive sections** for Software, Music, Writing, and Travels\n- **Featured project showcase** for Authentic Timer\n- **Company logos** section (Nike, British Airways, etc.)\n- **Smooth scroll navigation**\n- **TypeScript** for type safety\n- **Tailwind CSS** for styling\n- **Framer Motion** for animations\n\n## 🎨 Design Philosophy\n\n- **Lush \u0026 Minimal**: Clean white backgrounds with sage green accents\n- **Beautiful Typography**: Inter, DM Serif Display, and JetBrains Mono fonts\n- **Subtle Animations**: Smooth transitions that don't distract\n- **Professional Feel**: Showcases your corporate experience elegantly\n\n## 🚀 Getting Started\n\n1. **Install dependencies:**\n```bash\nnpm install\n```\n\n2. **Run the development server:**\n```bash\nnpm run dev\n```\n\n3. **Open your browser:**\nVisit `http://localhost:3000`\n\n## 📁 Project Structure\n\n```\nlfrc-portfolio/\n├── pages/\n│   ├── _app.tsx         # App wrapper\n│   └── index.tsx        # Main portfolio page\n├── styles/\n│   └── globals.css      # Global styles with Tailwind\n├── public/              # Static assets (add your photos here)\n├── package.json         # Dependencies\n├── tailwind.config.js   # Tailwind configuration\n├── tsconfig.json        # TypeScript configuration\n└── next.config.js       # Next.js configuration\n```\n\n## 🖼️ Adding Your Photos\n\n1. Create a `public/` folder in the root\n2. Add your photos:\n   - `public/hero-photo.jpg` - Your main photo\n   - `public/authentic-timer-screenshot.png` - Authentic Timer screenshot\n   - `public/logos/` - Company logos (Nike, BA, etc.)\n\n## 🎯 Customization\n\n### Colors\nThe sage green color palette is defined in `tailwind.config.js`. You can adjust:\n- `sage-50` to `sage-900` for different shades\n- Primary buttons use `sage-600`\n- Hover states use `sage-700`\n\n### Content\nAll content is in `pages/index.tsx`. Update:\n- Hero section text\n- Company names and links\n- Project descriptions\n- Contact information\n\n### Fonts\nCurrently using:\n- **Inter** for body text\n- **DM Serif Display** for headings\n- **JetBrains Mono** for code\n\n## 🌐 Deployment\n\n### Vercel (Recommended)\n1. Push to GitHub\n2. Connect repository to Vercel\n3. Add custom domain `lfrc.me`\n4. Deploy!\n\n### Manual Steps\n1. Build the project: `npm run build`\n2. Export static files: `npm run export`\n3. Upload to your hosting provider\n\n## 🔧 Domain Setup\n\n1. In Vercel dashboard, add `lfrc.me` as custom domain\n2. Copy DNS records provided by Vercel\n3. Add records to Namecheap DNS settings\n4. Wait for propagation (5-60 minutes)\n\n## 📝 Content Updates\n\nTo update your content:\n1. Edit `pages/index.tsx`\n2. Update company logos in the `companies` array\n3. Add new projects in the Featured Work section\n4. Update links to your social media and projects\n\n## 🎭 Your Story\n\nThe portfolio beautifully tells your story:\n- **Hero**: \"Built Authentic Timer while recovering from blindness\"\n- **Experience**: Nike, British Airways, 13+ years\n- **Multifaceted**: Software, Music, Writing, Travels\n- **Current**: Bangkok-based, available for projects\n\n## 🚀 Next Steps\n\n1. Add your actual photos to `/public/`\n2. Update company logos with real SVGs\n3. Add actual links to your projects\n4. Test on mobile devices\n5. Deploy to Vercel\n6. Connect `lfrc.me` domain\n\nThis portfolio showcases your incredible journey and diverse talents in a professional, beautiful way that potential clients and employers will remember.\n\n---\n\n**Built with ❤️ in Bangkok** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisfer%2Flfrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisfer%2Flfrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisfer%2Flfrc/lists"}