Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.14 KB

ETJump website

This repository contains all necessary frontend assets and markup files for ETJump website.

Adding custom trickjump or mapping tutorials on the website

This guide implies you know what HTML and CSS are and how to use them, as well as, have a basic understanding of Git and version control system. You also should have a registered Github account.

  1. Fork this repository by pressing the Fork button.
  2. Clone forked repository using Git client or GitHub Desktop.
  3. Place HTML file(s) and assets in the tutorials directory.
  4. Use existing tutorials as reference if you want to adhere to the same visual styling. Own style files can be included if required.
  5. Link tutorial in the index file.
  6. Commit the changes using git client or GitHub Desktop.
  7. Push changes into your forked repository.
  8. Make a Pull request.
  9. After review your changes will be merged with this repository.