1. Create a new HTML page that has your name in an h1 tag, and a p tag with a paragraph about yourself.
Reference: http://getbootstrap.com/getting-started/
3. Add a picture of yourself above your name, assign it a class called profile-img and in CSS set the properties of profile-img to be:
widthandheightto300pxborder-widthto2pxborder-colortoblackborder-radiusto100px
Reference:
Reference: http://getbootstrap.com/css/#buttons
5. Create another button with the text 'Hello'. Use the jQuery click event to show an alert that just says 'Hello'
Reference: