Welcome to the Demo College Website repository! This project is a simple university website with basic functionalities, including a login page, student portal, and an admission form fill-up process. The website is built using HTML, CSS, and JavaScript.
- Login Page: Secure login page for students and faculty.
- Student Portal: A dedicated portal for students to view and manage their profiles, course enrollments, and grades.
- Admission Form: A user-friendly form for new students to apply for admission to the college.
- HTML: For structuring the content of the web pages.
- CSS: For styling the web pages and making them visually appealing.
- JavaScript: For adding interactivity and handling client-side logic.
To get a local copy of this project up and running on your machine, follow these simple steps.
You need a web browser and a text editor (like VSCode, Sublime Text, or Notepad++) to view and edit the code.
- Clone the repository:
git clone https://github.com/theujwalthakare/Demo-college-website.git
- Navigate to the project directory:
cd demo-college-website
Open the index.html
file in your web browser to view the homepage. From there, you can navigate to the login page, student portal, and admission form.
- Accessible via the "Login" link on the homepage.
- Enter your credentials to log in.
- After logging in, students can access their portal to view personal details, courses, and grades.
- Accessible via the "Admission" link on the homepage.
- Fill in the required details and submit the form to apply for admission.
demo-college-website
├── index.html
├── login.html
├── student-portal.html
├── admission-form.html
├── css/
│ └── styles.css
├── js/
│ └── scripts.js
└── images/
└── logo.png
index.html
: The homepage of the website.login.html
: The login page for students and faculty.student-portal.html
: The student portal page.admission-form.html
: The admission form page.css/
: Directory containing CSS files.js/
: Directory containing JavaScript files.images/
: Directory containing image assets.
Contributions are welcome! Please fork this repository and create a pull request with your changes.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or suggestions, feel free to reach out.
- Email: thakareujwal28@gmail.com
- GitHub: theujwalthakare