Skip to content

CLMonette/portfolioPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Portfolio Assignment Overview In this assignment, you will create a personal HTML portfolio page from scratch. You’ll build a simple webpage with information about yourself and expand it with some additional HTML features. You will turn in a link to your GitHub Pages site on Canvas when finished.

Instructions

  1. Set Up Create a new GitHub repository for this project.

Create an index.html file in your repository.

Enable GitHub Pages on your repository (Settings → Pages → Source: main branch → Save). This will give you a URL where your page is hosted.

  1. Build Your HTML Page Your page should include:

A title (your name) in a heading tag (

).

At least one image (use the tag).

At least one link to an external site (your GitHub, LinkedIn, etc.), using .

Make it open in a new tab.

At least one bullet point list (

    with
  • ).

    At least one numbered list (

      with
    1. ).

      One centered heading (use inline CSS or center using a block element).

      An input box () and a button ().

      A link to another HTML page within your project.

      (You'll need to create at least one additional .html file.)

      1. Extra Features (Stretch Goals) If you want to go beyond the basics:

      Add some CSS to style your page (colors, fonts, layout, etc.).

      Expand your content with more sections (projects, skills, contact info, etc.).

      1. Submission When you are done:

      Make sure your GitHub Pages site is live.

      Turn in the GitHub Pages link on Canvas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages