Skip to content

Commit bdf9b4d

Browse files
committed
Update main.js
1 parent beb0091 commit bdf9b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ function getData(){
1717
var lastPlayed = "None";
1818
var joined = data['created_at'];
1919
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
20-
html += '<br>Name: ' + Username + '</br>';
20+
html += '<h1><span class="label label-success">' + Username + '</h1>';
2121
html += '<br>Location: ' + Location + '</br>';
22-
html += '<br>Joined Github: ' + joined + '</br>';
22+
html += '<br>Joined Github: ' + joined + '</br>';
2323
// Center
2424
html += '<br><b>Url Link: </b>' + Url;
2525
$('.profile').html(html);

0 commit comments

Comments
 (0)