Welcome to the CGPA to Percentage Conversion website! This tool helps students from Maharashtra's top universities convert their CGPA scores to percentage values using accurate, university-specific formulas. 🎉
The site provides easy-to-use CGPA-to-percentage conversion calculators for 10 top universities across Maharashtra:
- IIT Bombay 🏛️ - Engineering, Science, and Technology
- Institute of Chemical Technology, Mumbai ⚗️ - Chemical Engineering and Technology
- Savitribai Phule Pune University 📚 - Diverse fields including Science, Arts, and Commerce
- DBATU (Dr. Babasaheb Ambedkar Technological University) 🔧 - Engineering, Technology, and Research
- University of Mumbai 🎨 - Arts, Science, Commerce, Law, and Engineering
- Symbiosis International (Deemed University) 📈 - Management, Law, and Humanities
- Dr. Babasaheb Ambedkar Marathwada University 📜 - Arts, Science, and Commerce
- Shivaji University, Kolhapur 🌄 - Arts, Commerce, and Technology
- Bharati Vidyapeeth (Deemed University) 🏥 - Management, Medicine, and Engineering
- MIT World Peace University, Pune 🌍 - Engineering, Management, and Liberal Arts
├── index.html # Main homepage listing all supported universities
├── university_pages/ # Folder containing individual university pages
│ ├── IITM.html # Page for IIT Bombay
│ ├── ICTM.html # Page for Institute of Chemical Technology, Mumbai
│ └── ...
├── icon/ # Folder with university icon images
├── bgImg/ # Background images
├── PDF/ # Supporting documents as PDFs
├── Img/ # University-specific backgrounds
└── README.md # Project documentation file
- HTML & CSS 🎨: For page structure and styling
- JavaScript ⚙️: For handling conversion calculations
- Images & Icons 🖼️: University logos and visual assets
Clone this project to your local machine:
git clone <repository-url>
Ensure the folder structure as described above, keeping all images, icons, and PDFs in their respective folders.
Open index.html
in your preferred browser to access the site.
-
Homepage (
index.html
):- Browse the list of universities 🏫.
- Click on your university to go to its dedicated conversion page.
-
University-Specific Pages:
- Enter your CGPA in the input field and click Calculate 🖱️.
- The equivalent percentage will appear at the top of the page.
- A PDF link is provided with each page to verify the conversion formula used.
- Responsive Design 📱: Optimizing for mobile and tablet users.
- Backend Integration 🗄️: Logging conversions (optional).
- More Universities 🎓: Expanding to cover additional universities across India.
MIT License
MIT License
Copyright (c) Giriraj Gurav CGPA to Percentage Conversion Website
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Developed and maintained by Giriraj Gurav. Contributions welcome!