Skip to content

Commit

Permalink
add Robert to the Authors and change the UI to reflect that
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Sep 21, 2017
1 parent 4d0643d commit 25dfb2b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 34 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Vinit Kumar
Robert Cooper
8 changes: 2 additions & 6 deletions app/views/includes/footer.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ footer(role='contentinfo')
.container
ul.bs-docs-footer-links
li
a(href='https://github.com/vinitkumar') Vinit Kumar
|
li
a(href='https://twitter.com/vinitkme') @vinitkme
|
a(href='https://github.com/vinitkumar/node-twitter/blob/master/AUTHORS') Authors
|
p
| Designed and built with all the love in the world by
Expand All @@ -18,5 +14,5 @@ footer(role='contentinfo')
|
p
| Code licensed
a(rel='license', href='https://github.com/vinitkumar/node-twitter/blob/master/License', target='_blank') MIT
a(rel='license', href='https://github.com/vinitkumar/node-twitter/blob/master/License', target='_blank') GPL-3.0

4 changes: 2 additions & 2 deletions app/views/tweets/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ block content
h4 Important links
ul.list-unstyled
li.links
a(href="http://vinitkumar.me") #Author
a(href="https://github.com/vinitkumar/node-twitter/blob/master/AUTHORS") #Authors
li.links
a(href="https://github.com/vinitkumar/node-twitter/blob/a34b30b031a46e2f028d9e86a634aad158bf1297/License") #License
a(href="https://github.com/vinitkumar/node-twitter/blob/master/License") #License
li.links
a(href="http://github.com/vinitkumar/node-twitter") #Source Code
li.links
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Node twitter is an effort to rewrite some of Twitters functionality using modern
javascript based toolchain. It was mostly an effort to learn Node.js and trying to reverse
engineer some of twitter's feature.

![screenshot](https://cldup.com/9U54a07O4F-3000x3000.png)
![screenshot](https://cldup.com/QCN3J88rC5-3000x3000.png)

## Prerequisites

Expand Down Expand Up @@ -49,9 +49,10 @@ module.exports = {
Express app started on port 3000
```

## Author
## Authors

[![Vinit Kumar](https://avatars0.githubusercontent.com/u/537678?v=3&s=144)](https://vinitkumar.me)
[![Robert Cooper](https://avatars0.githubusercontent.com/u/16786990?v=3&s=144)](http://www.robertcooper.me/)

[Say Thanks](https://saythanks.io/to/vinitkumar)

Expand Down

0 comments on commit 25dfb2b

Please sign in to comment.