Skip to content

derek-hardin/about_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

about_me

Introduction to Programming Exercise - About Me

Overview

In this assignment, you will create a simple "About Me" page using some basic elements. You must complete the tasks, but if you want to practice any CSS that you've learned on your own time, feel free to do so.

Instructions

Prerequisites

Before you begin, ensure you have the following installed:

  • Git: Version control system to clone and manage the repository.
  • GitHub: make sure you have an account to sync your repositories to.
  • Code Editor: Any code editor like Visual Studio Code

Viewing the Project

To view the project locally, you can either open the project files in your code editor or open the HTML files in your browser.

Tasks

Inside index.html:

  • Replace the content of the title tag to About Me
  • Create a <h1> tag and place your name inside the element.
  • Create a <hr> tag underneath your <h1>
  • Create a <h2> tag with the content of My Hobbies.
  • Create an unordered list underneath your <h2>.
  • Inside your unordered list, create 3 <li> tags to list your hobbies.
  • After your unordered list, create a <h2> tag with the content of My Goals for 2025.
  • Create an ordered list underneath your <h2>.
  • Inside your ordered list, create 3 <li> tags to list your goals.

Tips

  • Remember to update the closing tags when changing an element.
  • Push a commit for each task completed. Include a meaningfull commit message.
  • Before the above, update the readme task list to track your progress. To do this, enter x between the brackets.
  • Get used to using your browser's developer tools now. For now, become familiar with:
    • Using inspector mode to inspect elements.
  • If you get stuck, please remember that you have various resources available to you.

Submitting Your Work

After completing the assignment, make sure to commit your changes and push them back to your own repository and turn in the GitHub link in Open Class

35908d5c9e0948d9021906b781cfbfcc80a0d355

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages