Lets create o notification when user logged in your web site.
$('#start').on('click',function(){
$.amaran({
'theme' :'awesome error',
'content' :{
title:'Welcome Back!',
message:'You are successfully logged in!',
info:'',
icon:'fa fa-check-square-o'
},
'position' :'bottom right',
'outEffect' :'slideBottom'
});
});