From e6190682a27a39796723791ea8cd9aca8a2e8595 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 19 Nov 2013 21:56:26 -0500 Subject: [PATCH] Foursquare jumbotron --- public/css/app.css | 2 +- views/api/foursquare.jade | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index eb6664e853..a0e12c0b13 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,5 +1,5 @@ body { - padding-top: 50px; + padding-top: 80px; } .starter-template { diff --git a/views/api/foursquare.jade b/views/api/foursquare.jade index 834f069c8f..db689fbbe1 100644 --- a/views/api/foursquare.jade +++ b/views/api/foursquare.jade @@ -1,7 +1,11 @@ extends ../layout 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 a.btn.btn-large.btn-primary(href='/auth/foursquare') Get Foursquare Token