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.
Fork
this repository by pressing theFork
button.Clone
forked repository using Git client or GitHub Desktop.- Place
HTML
file(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.
Commit
the changes usinggit
client orGitHub Desktop
.Push
changes into your forked repository.- Make a
Pull request
. - After review your changes will be
merged
with this repository.