12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <div class="bootcamp alg">
- <h4 class="bcamp ui top attached header bootcamp head">
- Gitote Bootcamp
- <div class="ui right aligned">
- <i onclick="hideBootcamp()" class="button window close outline icon bootcamp close"></i>
- </div>
- </h4>
- <div class="bcamp ui four column grid attached segment center alg bootcamp">
- <div class="column">
- <div class="ui segment bootcamp box">
- <h2 class="ui left aligned">1</h2>
- <img src="https://gitote-cdn.netlify.com/img/bootcamp/box.png">
- <h4>Set up Git</h4>
- <p>A quick guide to help you get started with Git.</p>
- </div>
- </div>
- <div class="column">
- <div class="ui segment bootcamp box">
- <h2 class="ui left aligned">2</h2>
- <img src="https://gitote-cdn.netlify.com/img/bootcamp/folder.png">
- <h4>Create repositories</h4>
- <p>Repositories are where you'll work and collaborate on projects.</p>
- </div>
- </div>
- <div class="column">
- <div class="ui segment bootcamp box">
- <h2 class="ui left aligned">3</h2>
- <img src="https://gitote-cdn.netlify.com/img/bootcamp/fork.png">
- <h4>Fork repositories</h4>
- <p>Forking creates a new, unique project from an existing one.</p>
- </div>
- </div>
- <div class="column">
- <div class="ui segment bootcamp box">
- <h2 class="ui left aligned">4</h2>
- <img src="https://gitote-cdn.netlify.com/img/bootcamp/together.png">
- <h4>Work together</h4>
- <p>Send pull request, follow friends. Star and watch projects.</p>
- </div>
- </div>
- </div>
- </div>
|