This is a simple and responsive college webpage built using HTML and CSS. The purpose of this project is to showcase a basic webpage structure along with clean and functional design using only HTML and CSS. The project includes multiple sections such as Home, About, Courses, and Contact.
- HTML: For creating the structure of the webpage.
- CSS: For styling the webpage to ensure a responsive and aesthetically pleasing design.
- Fully responsive layout.
- Multiple sections including Home, About, Courses, and Contact.
- Simple and clean design suitable for educational institutions.
You can view this project directly through GitHub Pages. Follow the steps below to set it up:
- Go to the repository on GitHub.
- Click on the Settings tab.
- Scroll down to the GitHub Pages section.
- Under Source, select the branch where your HTML and CSS files are stored (e.g.,
main
ormaster
). - Select the folder with your project's files (usually
/root
for the root directory). - After setting this, a link will be generated under the GitHub Pages section. Share this link with others to allow them to view the project.
Alternatively, here is the link to directly view the webpage on GitHub Pages: [https://ajaynune2003.github.io/using-html-css-webpage/start.html]
- Clone the repository:
git clone https://github.com/ajaynune2003/using-html-css-webpage.git
- cd your repo
- Open the index.html file in your browser to view the project locally.
- Go to your GitHub repository.
- In the repository settings, scroll down to the "GitHub Pages" section.
- Under "Source," select the branch and folder where your HTML is stored.
- Once configured, GitHub will provide a URL where your site can be accessed.
This will help others view your project easily through GitHub Pages!