RealTech is a static multi-page PC hardware showcase built with HTML and CSS.
This project has no build step and no framework.
- Start a local static server from the project root.
python -m http.server 5500
- Open
http://localhost:5500 - Browse pages from the navbar or category cards.
index.html- home page and main category navigationcss/style.css- shared home stylinglaptop/,cpu/,mthrbrd/,ram/,casing/- product category pagesabout/about.html- about pagecart/cart.html- cart pagelogoimg/- brand and favicon assets
- Responsive layout improvements for desktop and mobile
- Unified visual style across major pages
- Smaller top logo header spacing for cleaner page density
- Product gallery on laptop spec pages now uses:
- arrow navigation (prev/next)
- dot navigation
- no horizontal bottom scroll
The tab icon now uses:
logoimg/Rlogo.png
Each page links it with a depth-correct relative path in <head>.
- No JavaScript framework is used
- No package manager or build tooling is required
- Manual browser testing is the primary validation workflow