A simple and responsive static file converter landing application built using HTML, CSS, and JavaScript. This app offers multiple pages like Home, Contact Us, Privacy Policy, and Terms of Service.
- HTML5 – Structure
- CSS3 – Styling
- JavaScript – Dynamic behaviors
- jQuery (via lib/)
- Bootstrap (optional, via lib/)
Convater App/
├── index.html # Home Page
├── contact-us.html # Contact Us Page
├── privacy-policy.html # Privacy Policy Page
├── terms-of-service.html # Terms and Conditions
│
├── css/ # All stylesheet files
├── js/ # JavaScript interactivity
├── lib/ # 3rd-party libraries (e.g. jQuery, Bootstrap)
└── assets/ # Images and media
No build or server is required. This is a static site. To run:
Just double-click index.html to open in your browser.
- Install "Live Server" extension in Visual Studio Code.
- Right-click on
index.htmland select "Open with Live Server".
| Page | File |
|---|---|
| Home | index.html |
| Contact Us | contact-us.html |
| Privacy Policy | privacy-policy.html |
| Terms of Service | terms-of-service.html |
Author - Dhrubaraj Pati