$(function() {
  // FIXME: this should be just a normal link!?
  $('.sign-up').click(function(){ window.location.href = '/signup' });
});
