addIntro - Adds the introduction. - DUMMY
  • name - Name of the user.
  • title - Title of the user.
  • about_me - Bio of the user.
  • profile_pic - Pic of the user.
PersonaJS.addIntro(data.name, data.title, data.about_me, data.profile_pic);