Foursquare jumbotron
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.starter-template {
|
.starter-template {
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h1 Foursquare API
|
.jumbotron
|
||||||
|
h1 Foursquare API
|
||||||
|
p Demonstration of some Foursquare API endpoints
|
||||||
|
p
|
||||||
|
a.btn.btn-default(href='https://developer.foursquare.com/docs/', role='button') Foursquare Documentation
|
||||||
|
|
||||||
if !user.tokens.foursquare
|
if !user.tokens.foursquare
|
||||||
a.btn.btn-large.btn-primary(href='/auth/foursquare') Get Foursquare Token
|
a.btn.btn-large.btn-primary(href='/auth/foursquare') Get Foursquare Token
|
||||||
|
Reference in New Issue
Block a user