File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ function getData(){
14
14
var Username = data [ 'login' ] ;
15
15
var Location = data [ 'location' ] ;
16
16
var Repository = data [ 'public_repos' ] ;
17
+ var Company = data [ 'company' ] ;
17
18
var Followers = data [ 'followers' ] ;
18
19
var Url = data [ 'html_url' ] ;
19
20
var joined = data [ 'created_at' ] ;
20
21
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">' ;
21
22
html += '<h1><span class="label label-success">' + Username + '</h1>' ;
22
23
html += '<br><b><span class="label label-primary"style="color: white;">Followers: ' + Followers + '</b>' ;
24
+ html += '<br><b><span class="label label-primary"style="color: white;">Company: ' + Company + '</b>' ;
23
25
html += '<br><b><span class="label label-primary"style="color: white;">Repositorys: ' + Repository + '</b>' ;
24
26
html += '<br><b><span class="label label-primary"style="color: white;">Location: ' + Location + '</b>' ;
25
27
html += '<br><b><span class="label label-primary"style="color: black;">Joined: ' + joined + '</b>' ;
You can’t perform that action at this time.
0 commit comments