The main website for registering for Bitcamp 2021. 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-2021- 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-brandsubmodule version. How do I get those changes (git pullalone doesn't work)?
git submodule update --init --recursive- The
bitcamp-brandrepo updated. How do I pull those changes into this repo?
git submodule update --remote