Skip to content

theujwalthakare/Demo-college-website

Repository files navigation

Demo College Website

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.

Table of Contents

Features

  • 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.

Technologies Used

  • 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.

Getting Started

To get a local copy of this project up and running on your machine, follow these simple steps.

Prerequisites

You need a web browser and a text editor (like VSCode, Sublime Text, or Notepad++) to view and edit the code.

Installation

  1. Clone the repository:
    git clone https://github.com/theujwalthakare/Demo-college-website.git
  2. Navigate to the project directory:
    cd demo-college-website

Usage

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.

Login Page

  • Accessible via the "Login" link on the homepage.
  • Enter your credentials to log in.

Student Portal

  • After logging in, students can access their portal to view personal details, courses, and grades.

Admission Form

  • Accessible via the "Admission" link on the homepage.
  • Fill in the required details and submit the form to apply for admission.

Project Structure

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.

Contributing

Contributions are welcome! Please fork this repository and create a pull request with your changes.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or suggestions, feel free to reach out.