Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

HackclubVIT/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website [Discontinued Repository]

The official website of Hack Club, VIT Chennai.

Contributing

Fork the repo, make your changes to your personal branch, and make a pull request.

Style guide

  • Use four spaces, not tabs.
  • Pretty-print your code before pushing it.
  • Please don't use inline styles.
  • Use webp for images.
  • DONT USE BRs FOR NEWLINES - use <p> tags, make divs, or use CSS white-space: pre.
  • If you're adding an asset or page then check if it's already there before adding it.
  • Use the TEMPLATE to add new pages