This repository contains a small static scaffold for a corporate-style site named "Delight Tech". It's inspired by common digital-agency layouts and includes a hero, services, selected work, about, and contact sections.
Files included
index.html— main single-page sitestyles.css— responsive theme and layoutscript.js— small behaviors (smooth scroll, mobile nav, contact mailto fallback)
Run locally
cd 'c:\Users\USER\Desktop\firstProject'
python -m http.server 8000
# then open http://localhost:8000 in your browserCustomization
- Replace placeholder images (they use via.placeholder.com) with real screenshots.
- Update project/case-study text and change the case study links.
- The contact form currently opens the default mail client and sends to
info@delighttech.comas a fallback; wire to a real form endpoint for production.
Next steps
- Add real content, logos, and social links.
- Add meta tags and OpenGraph images for SEO and sharing.
- Optionally add a small serverless function to receive contact form submissions.