summaryrefslogtreecommitdiff
path: root/index.markdown
blob: d939ad2f09ec03957e6d98a5ebfcc577f98423f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: Welcome
---

<div class="bootcamp-help">
  <h1>GitHub Bootcamp <span>New to Git and GitHub? This will get you started.</span>
  </h1>
  <div class="bootcamp-body">
  <ul>
    <li class="setup">
      <a href="http://help.github.com/set-up-git-redirect" target="_blank">
        <div class="image">&nbsp;</div>
        <div class="desc">
          <h2>Set Up Git</h2>
        </div>
      </a>
    </li>
    <li class="create-a-repo">
      <a href="http://help.github.com/create-a-repo" target="_blank">
        <div class="image">&nbsp;</div>
        <div class="desc">
          <h2>Create A Repo</h2>
        </div>
      </a>
    </li>
    <li class="fork-a-repo">
      <a href="http://help.github.com/fork-a-repo" target="_blank">
        <div class="image">&nbsp;</div>
        <div class="desc">
          <h2>Fork a Repo</h2>
        </div>
      </a>
    </li>
    <li class="be-social">
      <a href="http://help.github.com/be-social" target="_blank">
        <div class="image">&nbsp;</div>
        <div class="desc">
          <h2>Be social</h2>
        </div>
      </a>
    </li>
  </ul>
  </div> <!-- /bootcamp-body -->
</div>

<div class="list-module">
  <h2>Popular Guides</h2>
  <div class="list-body">
    <ul>
      {% for post in site.categories.popular reversed %}
        <li>
          <a href="{{ post.url }}" id="{{ cat }}">
            <h3>{{ post.title }}</h3>
            <p>{{ post.description }}</p>
          </a>
        </li>
      {% endfor %}
    </ul>
  </div>
</div>