freeCodeCamp/views/api/github.jade

44 lines
1.3 KiB
Plaintext
Raw Normal View History

extends ../layout
block content
2013-12-12 06:54:48 +00:00
h2
i.fa.fa-github
| GitHub API
.btn-group.btn-group-justified
2013-12-12 06:54:48 +00:00
a.btn.btn-primary(href='http://developer.github.com/guides/getting-started/', target='_blank')
i.fa.fa-check-square-o
| Getting Started
2013-12-12 06:54:48 +00:00
a.btn.btn-primary(href='https://apigee.com/console/github', target='_blank')
i.fa.fa-laptop
| API Console
2013-12-12 06:54:48 +00:00
a.btn.btn-primary(href='http://developer.github.com/v3/', target='_blank')
2013-12-08 02:51:56 +00:00
i.fa.fa-file-text-o
| Documentation
2013-12-12 06:54:48 +00:00
br
.panel.panel-primary
.panel-heading
h3.panel-title Repository Information
.panel-body
.row
.col-xs-4
img.img-rounded.img-responsive(src='https://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png')
2013-12-08 02:51:56 +00:00
.col-xs-8
h4
a(href='#{repo.html_url}') #{repo.name}
2013-12-12 06:54:48 +00:00
ul.list-inline
li
i.fa.fa-eye-slash
| Subscribers: #{repo.subscribers_count}
li
i.fa.fa-star
| Starred: #{repo.stargazers_count}
li
i.fa.fa-code-fork
| Forks: #{repo.forks_count}
li
i.fa.fa-code
| #{repo.language}
2013-12-08 05:35:35 +00:00
strong DESCRIPTION
2013-12-12 06:54:48 +00:00
p= repo.description