The main website for registering for Bitcamp 2022. It is built using Bootstrap 5.
index.html
: The landing pagebitcamp-brand/
: A Git submodule with Bitcamp's standard fonts, logos, favicons, and other common brand infoassets/
: For all custom images, CSS, etc.
To get started with development:
- Clone this repository
git clone --recurse-submodules https://github.com/bitcamp/bitcamp-site-2022
- Download the Beautify VSCode extension
- It is an extension that makes your HTML look beautiful on save 💅
- If you don't use VSCode, scroll down to the plugins section of the js-beautify website and find the plugin for your editor of choice.
- Someone else modified the
bitcamp-brand
submodule version. How do I get those changes (git pull
alone doesn't work)?
git submodule update --init --recursive
- The
bitcamp-brand
repo updated. How do I pull those changes into this repo?
git submodule update --remote