Skip to content

SearchMyCollege is an educational consultancy firm in Noida, India, dedicated to empowering students to find the perfect college fit for their academic and career aspirations, both within India and abroad. They understand that choosing the right college is a crucial decision.

Notifications You must be signed in to change notification settings

Sudhanshusingh705/smc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topcollege/ ├── assets/ # Stores website assets like images, icons, fonts, etc. ├── css/ # Stylesheets for website design ├── includes/ # Reusable code snippets like headers, footers, navigation menus, etc. ├── js/ # Javascript files for website functionality ├── templates/ # HTML templates for different website pages │ ├── base.html # Base template with overall layout │ ├── contact.html # Contact form page │ ├── courses/ # Templates for course-related pages │ │ ├── course-detail.html # Template for a specific course page │ │ └── course-list.html # Template for listing multiple courses │ ├── education-types/ # Templates for specific education types │ │ ├── engineering.html # Engineering programs page │ │ ├── medical.html # Medical programs page │ │ └── (add more folders for management, commerce, etc.) │ ├── exams.html # Information about various exams │ ├── home.html # Homepage template │ ├── ielts.html # IELTS information page │ ├── login.html # Login page │ ├── news.html # News articles page │ ├── study-abroad.html # Study abroad programs page │ └── (add more templates as needed) ├── views/ # Server-side scripts for generating dynamic content │ ├── courses.py # Code for handling course-related requests │ ├── education_types.py # Code for handling education type pages │ ├── exams.py # Code for handling exams information │ ├── home.py # Code for generating the homepage │ ├── ielts.py # Code for handling IELTS information │ ├── login.py # Code for handling login functionality │ ├── news.py # Code for generating news articles page │ └── (add more views as needed) ├── app.py # Main application script (assuming Python framework) ├── config.py # Configuration file for database, security, etc. ├── database/ # Database files (if applicable) ├── requirements.txt # List of project dependencies └── static/ # Static files like PDFs, downloadable resources, etc.

About

SearchMyCollege is an educational consultancy firm in Noida, India, dedicated to empowering students to find the perfect college fit for their academic and career aspirations, both within India and abroad. They understand that choosing the right college is a crucial decision.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages