|
| 1 | +# 🌐 Personal Portfolio Website – HTML & CSS (Learning Project) |
| 2 | + |
| 3 | +⚠️ **Disclaimer** |
| 4 | +This project is created **strictly for learning and practice purposes only**. |
| 5 | +It is **not intended to be used as a final or recommended professional portfolio**. |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## 📌 About This Project |
| 10 | + |
| 11 | +This repository contains a **basic personal portfolio website** built using **HTML5** and **CSS3**. |
| 12 | + |
| 13 | +The main purpose of this project is to **practice core web development fundamentals** such as semantic HTML, layout design, responsiveness, and clean CSS structuring. It is designed as a **learning exercise**, not as a production-ready or hiring-ready portfolio. |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## 🚀 Live Preview |
| 18 | + |
| 19 | +👉 [Live Link](https://jdcodebase.github.io/HTML-CSS-Portfolio/) |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +## 🛠️ Tech Stack |
| 24 | + |
| 25 | +- **HTML5** – Semantic and accessible markup |
| 26 | +- **CSS3** – Flexbox, Grid, media queries, transitions |
| 27 | +- **No JavaScript / Frameworks** – Pure HTML & CSS learning project |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +## 📂 Folder Structure |
| 32 | + |
| 33 | +``` |
| 34 | +. |
| 35 | +├── index.html |
| 36 | +├── style.css |
| 37 | +└── README.md |
| 38 | +``` |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +## ✨ Features Implemented |
| 43 | + |
| 44 | +- Fixed navigation bar |
| 45 | +- Hero section with introduction |
| 46 | +- About section with structured content |
| 47 | +- Skills section using **CSS Grid** |
| 48 | +- Education section using card-style layout |
| 49 | +- Contact form with semantic form elements |
| 50 | +- Responsive layout for mobile, tablet, and desktop |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +## 📱 Responsive Design |
| 55 | + |
| 56 | +The website is responsive across different screen sizes: |
| 57 | + |
| 58 | +- 📱 Mobile devices |
| 59 | +- 💻 Laptops |
| 60 | +- 🖥️ Desktop screens |
| 61 | + |
| 62 | +Media queries are used to: |
| 63 | + |
| 64 | +- Adjust section widths |
| 65 | +- Convert multi-column layouts into single-column layouts |
| 66 | +- Improve form usability on smaller screens |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## 🎯 Learning Objectives |
| 71 | + |
| 72 | +By building this project, the following concepts are practiced: |
| 73 | + |
| 74 | +- Writing clean and semantic HTML |
| 75 | +- Structuring a multi-section webpage |
| 76 | +- Using Flexbox and CSS Grid effectively |
| 77 | +- Creating responsive designs using media queries |
| 78 | +- Applying hover effects and transitions |
| 79 | +- Organizing CSS for readability and maintainability |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +## 🚫 What This Project Is NOT |
| 84 | + |
| 85 | +- ❌ A production-ready portfolio |
| 86 | +- ❌ A recommended professional portfolio template |
| 87 | +- ❌ Optimized for real-world hiring use |
| 88 | +- ❌ JavaScript-powered or backend-connected |
| 89 | + |
| 90 | +For a real portfolio, modern frameworks, accessibility improvements, performance optimization, and backend integrations are recommended. |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +## 🔮 Future Learning Improvements |
| 95 | + |
| 96 | +- Add JavaScript for basic interactivity |
| 97 | +- Implement form validation |
| 98 | +- Improve accessibility (ARIA roles, focus states) |
| 99 | +- Add smooth scrolling and active navbar states |
| 100 | +- Rebuild this project using React or Next.js |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +## 📄 License |
| 105 | + |
| 106 | +This project is open-source and available under the **MIT License**. |
| 107 | + |
| 108 | +--- |
| 109 | + |
| 110 | +## 👨💻 Author |
| 111 | + |
| 112 | +**Jatin Dhamija** |
| 113 | +Full Stack Developer |
| 114 | + |
| 115 | +- GitHub: [https://github.com/jdcodebase](https://github.com/jdcodebase) |
| 116 | +- LinkedIn: https://www.linkedin.com/in/jatin-dhamija-jd/ |
| 117 | + |
| 118 | +--- |
| 119 | + |
| 120 | +⭐ If this project helped you learn HTML & CSS, feel free to **star the repository**! |
0 commit comments