This is the personal portfolio website of SP Siam Ahmed, a passionate and skilled full-stack web developer from Bangladesh. The site is designed to showcase his profile, projects, skills, experience, education, and contact details in a clean, responsive, and SEO-optimized manner.
🔗 Visit Live Website
📧 Contact: spsiamahmed1111@gmail.com
- ✅ Fully Responsive Design (Mobile, Tablet & Desktop Friendly)
- ✅ Smooth Scroll and Animations
- ✅ SEO Optimized Structure (Meta Tags, ALT Text, Open Graph)
- ✅ Clean UI with modern color scheme
- ✅ Integrated Contact Form
- ✅ Links to Freelancing & Social Profiles
- ✅ Downloadable Resume/CV
- ✅ Dark Mode Toggle (if implemented)
- HTML5
- CSS3 / Tailwind CSS
- JavaScript / Alpine.js
- EmailJS / FormSubmit (for contact form)
- Git & GitHub Pages (for hosting)
Section Name | Description |
---|---|
🔹 Hero / Banner | Introduction with name, title, and CTA buttons |
🔹 About Me | A short description with profile photo |
🔹 Skills | Frontend, Backend, Tools & Soft Skills |
🔹 Projects | Highlighted real-world projects with live/demo links |
🔹 Education | Academic background & certifications |
🔹 Experience | Freelancing and job experience overview |
🔹 Contact | Email, location, and social/contact links |
sp-siam-ahmed-portfolio/
│
├── index.html # Main homepage
├── about.html # (Optional) Separate About page
├── projects.html # (Optional) Detailed project page
├── contact.html # (Optional) Contact page
│
├── assets/ # All static assets go here
│ ├── css/
│ │ ├── style.css # Main stylesheet
│ │ └── responsive.css # Media queries or extra styles
│ │
│ ├── js/
│ │ ├── main.js # Custom JS
│ │ └── scroll.js # (Optional) Smooth scroll / animation
│ │
│ ├── img/
│ │ ├── profile.jpg # Personal profile image
│ │ ├── project1.png # Project thumbnails
│ │ └── ...
│ │
│ └── icons/
│ └── favicon.png # Website favicon & icons
│
├── resume/ # CV or resume file
│ └── sp-siam-resume.pdf
│
├── README.md # Project description for GitHub
├── LICENSE # (Optional) MIT or other license
└── .gitignore # GitHub ignore file