diff --git a/src/index.html b/src/index.html index a1951a6a..2e225688 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ HTML Portfolio - +Hello, My name is Omaste

jQuery Badges

@@ -18,5 +18,11 @@

jQuery Badges

+ $.ajax({ + url: 'https://www.codeschool.com/users/omaste.json', + dataType: 'jsonp', + console.log('response', response); + } + });