Blue twitter logo in page-header
This commit is contained in:
@ -2,7 +2,7 @@ extends ../layout
|
|||||||
block content
|
block content
|
||||||
.page-header
|
.page-header
|
||||||
h1
|
h1
|
||||||
i.fa.fa-tumblr-square
|
i.fa.fa-twitter(style='color: #4099ff')
|
||||||
| Twitter API
|
| Twitter API
|
||||||
.btn-group.btn-group-justified
|
.btn-group.btn-group-justified
|
||||||
a.btn.btn-lg.btn-primary(href='https://github.com/ttezel/twit', target='_blank')
|
a.btn.btn-lg.btn-primary(href='https://github.com/ttezel/twit', target='_blank')
|
||||||
@ -14,10 +14,13 @@ block content
|
|||||||
a.btn.btn-lg.btn-primary(href='https://dev.twitter.com/docs/api/1.1', target='_blank')
|
a.btn.btn-lg.btn-primary(href='https://dev.twitter.com/docs/api/1.1', target='_blank')
|
||||||
i.fa.fa-code-fork
|
i.fa.fa-code-fork
|
||||||
| API Endpoints
|
| API Endpoints
|
||||||
h3.text-primary #{blog.name}'s blog
|
h3.text-primary Latest 50 Tweets containing the word "Hackathon"
|
||||||
.btn.btn-xs.btn-primary-outline
|
ul.list
|
||||||
i.fa.fa-file-text-o
|
for tweet in tweets
|
||||||
| #{blog.posts} posts
|
li
|
||||||
h4 Latest Photo Post
|
small
|
||||||
for photo in photoset
|
strong #{tweet.user.name}
|
||||||
img.item(src='#{photo.original_size.url}')
|
span.text-muted @#{tweet.user.screen_name}
|
||||||
|
img(src='#{tweet.user.profile_image_url}')
|
||||||
|
p.well
|
||||||
|
small #{tweet.text}
|
Reference in New Issue
Block a user