{"id":24917182,"url":"https://github.com/arpanpramanik2003/project-website","last_synced_at":"2026-04-30T00:32:29.068Z","repository":{"id":269671653,"uuid":"908126014","full_name":"arpanpramanik2003/project-website","owner":"arpanpramanik2003","description":"A responsive and visually appealing personal portfolio website built with HTML and CSS to showcase your profile, skills, and machine learning projects. Features include smooth navigation, project highlights with GitHub links, and a responsive design. Easily customizable for personal use.","archived":false,"fork":false,"pushed_at":"2025-07-04T16:42:14.000Z","size":606,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T17:43:30.774Z","etag":null,"topics":["css","deployment","flask","html","machine-learning","machine-learning-projects","portfolio","portfolio-website","render-deployment","vercel-deployment","web-development","website"],"latest_commit_sha":null,"homepage":"https://project-website-three.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arpanpramanik2003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-25T07:48:24.000Z","updated_at":"2025-07-04T16:42:17.000Z","dependencies_parsed_at":"2025-02-11T20:23:16.880Z","dependency_job_id":"db26253f-8ebc-43b3-8176-f5fe2629acaa","html_url":"https://github.com/arpanpramanik2003/project-website","commit_stats":null,"previous_names":["arpanpramanik2003/project-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arpanpramanik2003/project-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanpramanik2003%2Fproject-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanpramanik2003%2Fproject-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanpramanik2003%2Fproject-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanpramanik2003%2Fproject-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpanpramanik2003","download_url":"https://codeload.github.com/arpanpramanik2003/project-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanpramanik2003%2Fproject-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32449781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["css","deployment","flask","html","machine-learning","machine-learning-projects","portfolio","portfolio-website","render-deployment","vercel-deployment","web-development","website"],"created_at":"2025-02-02T08:31:38.691Z","updated_at":"2026-04-30T00:32:29.062Z","avatar_url":"https://github.com/arpanpramanik2003.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio Website\n\n![Portfolio Preview](preview.png)\n\n## 📖 Overview\n\nA modern, responsive personal portfolio website built with **HTML** and **CSS**. This project showcases your professional profile, skills, education, and machine learning projects in an elegant and user-friendly interface. Perfect for developers, data scientists, and tech professionals looking to establish their online presence.\n\n## ✨ Features\n\n- **🎨 Responsive Design**: Seamlessly adapts to all screen sizes (mobile, tablet, desktop)\n- **🧭 Smooth Navigation**: Intuitive header navigation bar for easy section access\n- **💼 Project Showcase**: Dedicated section to highlight your machine learning and development projects with direct GitHub links\n- **👤 About Section**: Professional introduction featuring your education, skills, and background\n- **📱 Social Integration**: Connect visitors to your LinkedIn, GitHub, and other social profiles\n- **⚡ Fast \u0026 Lightweight**: Static HTML/CSS for optimal performance\n- **🎯 Easy Customization**: Well-structured code with separate CSS files for simple modifications\n\n## 🎬 Demo\n\nView the live website: [Portfolio Website Demo](https://arpanpramanik2003.github.io/project-website/)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- A modern web browser (Chrome, Firefox, Safari, Edge)\n- Basic understanding of HTML and CSS for customization\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/arpanpramanik2003/project-website.git\n   ```\n\n2. **Navigate to the project directory**\n   ```bash\n   cd project-website\n   ```\n\n3. **Open the website**\n   - Simply open `index.html` in your web browser\n   - Or use a local development server:\n     ```bash\n     python -m http.server 8000\n     ```\n     Then visit `http://localhost:8000`\n\n## 📁 Project Structure\n\n```\nproject-website/\n│\n├── index.html          # Main HTML file\n├── style.css           # Main stylesheet\n├── preview.png         # Portfolio preview image\n├── README.md           # Project documentation\n└── assets/             # Images and other resources\n    ├── profile.jpg     # Your profile picture\n    └── icons/          # Social media icons\n```\n\n## 🎨 Customization\n\n### Personalizing Your Portfolio\n\n1. **Update Personal Information**\n   - Edit `index.html` to add your name, bio, and contact details\n   - Replace the profile picture in the `assets/` folder\n\n2. **Modify Styling**\n   - Customize colors, fonts, and layouts in `style.css`\n   - Adjust the color scheme to match your personal brand\n\n3. **Add Your Projects**\n   - Update the projects section with your own work\n   - Include project titles, descriptions, and GitHub repository links\n\n4. **Social Media Links**\n   - Update social media URLs in the \"Reach Out\" section\n   - Add or remove platforms as needed\n\n## 🤝 Contributing\n\nContributions are welcome! If you'd like to improve this portfolio template:\n\n1. Fork the repository\n2. Create a 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## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 📧 Contact\n\n**Arpan Pramanik**\n\n- GitHub: [@arpanpramanik2003](https://github.com/arpanpramanik2003)\n- LinkedIn: [Connect with me](https://www.linkedin.com/in/arpanpramanik)\n- Project Repository: [project-website](https://github.com/arpanpramanik2003/project-website)\n\n---\n\n⭐ **If you found this project helpful, please consider giving it a star!** ⭐\n\n---\n\n*Built with ❤️ using HTML \u0026 CSS*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpanpramanik2003%2Fproject-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpanpramanik2003%2Fproject-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpanpramanik2003%2Fproject-website/lists"}