Skip to content

ashaju2/week2-day2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Week 2 - Day 2

Beginning your portfolio

1. Create a new HTML page that has your name in an h1 tag, and a p tag with a paragraph about yourself.

2. Add Bootstrap's CSS file to your page

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:

  • width and height to 300px
  • border-width to 2px
  • border-color to black
  • border-radius to 100px

Reference:

4. Add a link styled with Bootstrap to be a button. Have the link point to your resume or LinkedIn.

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors