pixonoids / clubs

Homepages of Nimbus/Hillffair clubs - NIT Hamirpur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NITH - Clubs

This repository contains the homepages ( info pages ) of NITH - clubs.

This repository is Statically Served on the Official Nimbus/Hillffair websites

Development - guide for clubs/developers

getting started

  • 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

Development_Guide

your club folder will be statically served ( file stucture will be served as it is )

eg-

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.

Run Code

  • 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 your index.html file.

_common

  • /_common folder has some common libraries you can use in your projects like

Media

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

Need Help

if you are facing any problems in setting up the environment you can contact the maintainers.

About

Homepages of Nimbus/Hillffair clubs - NIT Hamirpur


Languages

Language:HTML 85.6%Language:CSS 14.4%