Skip to content

Latest commit

 

History

History
95 lines (79 loc) · 2.54 KB

README.md

File metadata and controls

95 lines (79 loc) · 2.54 KB

College Dekho

College Dekho Logo

A Static website where students can get various details such as location, fees, ranking, cutoff scores and many more about any engineering college in India. It also has a call to action section where students can send college names that hasn't been listed.

This is done using HTML and CSS.

Tech Stack

  • HTML5
  • CSS3
  • JavaScript

Functionalities

  • Home Page
  • About Page
  • Navbar and Footer
  • CTA Section

Folder structure

 root
   ├─ college-details
   │  ├─ BITS.html
   │  ├─ IIITH.html
   │  ├─ IITB.html
   │  ├─ IITD.html
   │  ├─ IITK.html
   │  ├─ IITM.html
   │  ├─ MIT.html
   │  ├─ NITT.html
   │  ├─ VIT.html
   │  ├─ style.css
   ├─ img
   │  ├─ BITS-LOGO.png
   │  ├─ BITS.jpg
   │  ├─ IIITH-LOGO.jpg
   │  ├─ IIITH.jpg
   │  ├─ IITB-LOGO.png
   │  ├─ IITB.jpg
   │  ├─ IITD-LOGO.jpg
   │  ├─ IITD.jpeg
   │  ├─ IITK-LOGO.png
   │  ├─ IITK.jpg
   │  ├─ IITM-LOGO.jpg
   │  ├─ IITM.jpeg
   │  ├─ Logo.jpg
   │  ├─ MIT-LOGO.jpg
   │  ├─ MIT.jpg
   │  ├─ NITT-LOGO.jpg
   │  ├─ NITT.jpg
   │  ├─ VIT-LOGO.png
   │  ├─ VIT.jpg
   │  ├─ cta-img.jpg 
   ├─ CNAME
   ├─ LICENSE
   ├─ README.md
   ├─ index.html
   ├─ queries.css
   ├─ script.js
   ├─ style.css

Screenshots

View screenshots

Landing Page (Desktop)

Landing Page (Desktop)

Page for different Colleges (Desktop)

Page for different Colleges (Desktop)

Landing Page(Mobile)

Landing Page(Mobile)

Page for different Colleges(Mobile)

Page for different Colleges(Mobile)