diff --git a/public/ico/outline-timeline-24px.svg b/public/ico/outline-timeline-24px.svg new file mode 100644 index 0000000..201cfaf --- /dev/null +++ b/public/ico/outline-timeline-24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/js/profileGen.js b/public/js/profileGen.js index 41e2cef..c5267e0 100644 --- a/public/js/profileGen.js +++ b/public/js/profileGen.js @@ -12,15 +12,15 @@ function profileGen(username, container) "
\ \
\ -
\ +
\
"+ (user.name != null ? "
"+user.name+"
" : "") +" \
"+user.login+"
\
\
\ - \ -
\ -
\ +
\

"+user.html_url+"

\ " + (user.blog != null ? "

"+user.blog+"

" : "")+" \
\ -
\
    \
  • Followers: "+user.followers+"
  • \
  • Following: "+user.following+"
  • \ @@ -98,6 +114,10 @@ function queryUrl(url, successCallBack, errorCallBack) { }); } -function makeUrl(user) { +function graphUrl(user) { return "/FriendsGraph.html?name="+user; +} + +function timelineUrl(user) { + return "/TimeLineGraph.html?name="+user; } \ No newline at end of file