This repository contains the homepages ( info pages ) of NITH - clubs.
This repository is Statically Served on the Official Nimbus/Hillffair websites
- Nimbus : festnimbus.com
- Hillffair : hillffair.com
- fork this repository.
- clone to your local machine --
git clone https://github.com/your_github_username/clubs.git
- Go to your club folder (⚠ do not make any changes to other clubs folders)
- Push your changes to your remote
git add .
git commit -m 'some changes'
git push origin dev
- create a Pull Request
- pull request will be reviewed and merged in the main repo and deployed live on website
your club folder will be statically served ( file stucture will be served as it is )
eg-
- a file
clubs/team_exe/index.html
is available on https://festnimbus.com/clubs/team_exe/index.html is a special file name and it is picked up by default if no file name is mentioned in url.
- a file
clubs/team_exe/about.html
is available on https://festnimbus.com/clubs/team_exe/about.html- you can make url look like
/team_exe/about
by structuring file like../team_exe/about/index.html
- you can make url look like
- and so on..
there is a Template provided in _template/
directory. Note - it is NOT required to strictly follow this template - you can follow any design of your choice, add as many pages as you want.
but if u wish to use template - copy paste the contents of _template/
in <your_club>
folder and make the necessary changes.
- You can directly open ( double click ) individual html files to view them in browser and refreshing after each change. OR use
Live Serer
VS CODE extention to open yourindex.html
file.
/_common
folder has some common libraries you can use in your projects like
- Images - you can store media files ( images and gifs) in you club
assets/
folder.Make sure Images Size is not more that 250KB - resize images accordingly
- Videos - DO NOT upload videos to repository. Upload your videos to youtube and Embed the youtube video to your page instead.
- 🔥 Git in 100 seconds
- 📚 HTML Elements - just basics
[div,span,h1,p,pre,b,i,img,iframe,...]
- 💄 CSS - or you can use Tailwind classes
if you are facing any problems in setting up the environment you can contact the maintainers.