freeCodeCamp/views/api/github.jade

44 lines
1.3 KiB
Plaintext

extends ../layout
block content
h2
i.fa.fa-github
| GitHub API
.btn-group.btn-group-justified
a.btn.btn-primary(href='http://developer.github.com/guides/getting-started/', target='_blank')
i.fa.fa-check-square-o
| Getting Started
a.btn.btn-primary(href='https://apigee.com/console/github', target='_blank')
i.fa.fa-laptop
| API Console
a.btn.btn-primary(href='http://developer.github.com/v3/', target='_blank')
i.fa.fa-file-text-o
| Documentation
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')
.col-xs-8
h4
a(href='#{repo.html_url}') #{repo.name}
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}
strong DESCRIPTION
p= repo.description