This repository contains all necessary frontend assets and markup files for ETJump 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.
Forkthis repository by pressing theForkbutton.Cloneforked repository using Git client or GitHub Desktop.- Place
HTMLfile(s) and assets in the tutorials directory. - Use existing tutorials as reference if you want to adhere to the same visual styling. Own style files can be included if required.
- Link tutorial in the index file.
Committhe changes usinggitclient orGitHub Desktop.Pushchanges into your forked repository.- Make a
Pull request. - After review your changes will be
mergedwith this repository.