Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## IDE Specific
.idea/
out/s
*.iml
*.ipr
*.iws

.settings/
.classpath
.project
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2 class="normal">Activities</h2>
<div class="stars margin-bottom col-lg-3 col-md-4 col-lg-offset-half text-center">
<span class="num">
<span class="octicon octicon-star"></span>
7,000
7,800
</span>
stars
</div>
Expand All @@ -138,7 +138,7 @@ <h2 class="normal">Activities</h2>
<div class="forks margin-bottom col-lg-3 col-md-4 text-center">
<span class="num">
<span class="octicon octicon-repo-forked"></span>
960
1100
</span>
forks
</div>
Expand Down