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 @@ -18,10 +18,10 @@ function getData(){
18
18
var joined = data [ 'created_at' ] ;
19
19
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">' ;
20
20
html += '<h1><span class="label label-success">' + Username + '</h1>' ;
21
- html += '<br>Location: ' + Location + '</br >' ;
22
- html += '<br>Joined Github: ' + joined + '</br >' ;
21
+ html += '<br><b><span class="label label-primary"style="color: black;">Level: ' + Location + '</b >' ;
22
+ html += '<br><b><span class="label label-primary"style="color: black;">Level: ' + joined + '</b >' ;
23
23
// Center
24
- html += '<br><b>Url Link: </b> ' + Url ;
24
+ html += '<br><b><span class="label label-primary"><font size="3" color="white"> Url Link: <a href="/ ' + Username + '">GitHub.com/' + Username + '</a></b>' ;
25
25
$ ( '.profile' ) . html ( html ) ;
26
26
} ) . fail ( function ( data ) {
27
27
html = '<h1>A Github user with that name does not exist.' ;
You can’t perform that action at this time.
0 commit comments