This is my personal portfolio website, built with GatsbyJS, to showcase my skills, projects, and professional background. The website is designed to be fast, modern, and mobile-friendly.
Originally developed by Zonayed. This version is customized and maintained by Emon Bhuiyan.
β
Responsive & Mobile-Friendly β Works seamlessly across all devices.
β
Project Showcase β Displays my featured projects with links to demo & source code.
β
Blog Section (Optional) β A space to share insights and experiences.
β
Contact Form β Allows visitors to reach out directly.
β
SEO Optimized β Implemented with best practices for better visibility.
β
Fast Performance β Built with Gatsby for speed and efficiency.
/emon.one
βββ src/
β βββ assets/ # Images, fonts, icons
β β βββ image/
β βββ components/ # Reusable React components
β β βββ common/
β β β βββ button.css
β β β βββ button.js
β β β βββ container.css
β β β βββ container.js
β β β βββ footer.css
β β β βββ footer.js
β β β βββ header.css
β β β βββ header.js
β β β βββ index.js
β β β βββ layout.css
β β β βββ layout.js
β β β βββ logo.js
β β β βββ seo.js
β β β βββ title.css
β β β βββ title.js
β β βββ about.css
β β βββ About.js
β β βββ contact.css
β β βββ Contact.js
β β βββ index.js
β β βββ intro.css
β β βββ Intro.js
β β βββ lovetodo.css
β β βββ LoveToDo.js
β β βββ portfolio.css
β β βββ Portfolio.js
β β βββ portfolioaction.css
β β βββ PortfolioAction.js
β β βββ skill.css
β β βββ Skill.js
β βββ data/
β β βββ index.js
β β βββ languages.js
β β βββ portfolios.js
β β βββ skills.js
β βββ pages/ # Page files (e.g., Home, About, Contact)
β β βββ 404.js
β β βββ 404.css # CSS for 404 page
β β βββ index.js
βββ static/ # Static files
β βββ CNAME
βββ .github/workflows/ # GitHub Actions for CI/CD
β βββ deploy.yml
βββ CNAME
βββ gatsby-config.js # Gatsby configuration
βββ package.json # Dependencies and scripts
βββ README.md # Project documentation
git clone https://github.com/emonbhuiyan/emon.one.git
cd emon.one
npm install
npm run develop
Now, open http://localhost:8000/
in your browser.
This portfolio is automatically deployed using GitHub Pages.
npm run build
npm run deploy
This project is licensed under the MIT License. See View License for details.
πΉ Feel free to fork, modify, and use this project as a template for your own portfolio! π