bootcamp.tmpl 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <div class="bootcamp alg">
  2. <h4 class="bcamp ui top attached header bootcamp head">
  3. Gitote Bootcamp
  4. <div class="ui right aligned">
  5. <i onclick="hideBootcamp()" class="button window close outline icon bootcamp close"></i>
  6. </div>
  7. </h4>
  8. <div class="bcamp ui four column grid attached segment center alg bootcamp">
  9. <div class="column">
  10. <div class="ui segment bootcamp box">
  11. <h2 class="ui left aligned">1</h2>
  12. <img src="https://gitote-cdn.netlify.com/img/bootcamp/box.png">
  13. <h4>Set up Git</h4>
  14. <p>A quick guide to help you get started with Git.</p>
  15. </div>
  16. </div>
  17. <div class="column">
  18. <div class="ui segment bootcamp box">
  19. <h2 class="ui left aligned">2</h2>
  20. <img src="https://gitote-cdn.netlify.com/img/bootcamp/folder.png">
  21. <h4>Create repositories</h4>
  22. <p>Repositories are where you'll work and collaborate on projects.</p>
  23. </div>
  24. </div>
  25. <div class="column">
  26. <div class="ui segment bootcamp box">
  27. <h2 class="ui left aligned">3</h2>
  28. <img src="https://gitote-cdn.netlify.com/img/bootcamp/fork.png">
  29. <h4>Fork repositories</h4>
  30. <p>Forking creates a new, unique project from an existing one.</p>
  31. </div>
  32. </div>
  33. <div class="column">
  34. <div class="ui segment bootcamp box">
  35. <h2 class="ui left aligned">4</h2>
  36. <img src="https://gitote-cdn.netlify.com/img/bootcamp/together.png">
  37. <h4>Work together</h4>
  38. <p>Send pull request, follow friends. Star and watch projects.</p>
  39. </div>
  40. </div>
  41. </div>
  42. </div>