File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ function getData(){
19
19
var joined = data [ 'created_at' ] ;
20
20
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">' ;
21
21
html += '<h1><span class="label label-success">' + Username + '</h1>' ;
22
- html += '<br><b><span class="label label-primary"style="color: black ;">Followers: ' + Followers + '</b>' ;
23
- html += '<br><b><span class="label label-primary"style="color: black ;">Repositorys: ' + Repository + '</b>' ;
24
- html += '<br><b><span class="label label-primary"style="color: black ;">Location: ' + Location + '</b>' ;
22
+ html += '<br><b><span class="label label-primary"style="color: white ;">Followers: ' + Followers + '</b>' ;
23
+ html += '<br><b><span class="label label-primary"style="color: white ;">Repositorys: ' + Repository + '</b>' ;
24
+ html += '<br><b><span class="label label-primary"style="color: white ;">Location: ' + Location + '</b>' ;
25
25
html += '<br><b><span class="label label-primary"style="color: black;">Joined: ' + joined + '</b>' ;
26
26
// Center
27
27
html += '<br><b><span class="label label-primary"><font size="3" color="white">Url Link: <a href="https://github.com/' + Username + '">GitHub.com/' + Username + '</a></b>' ;
You can’t perform that action at this time.
0 commit comments