-
Notifications
You must be signed in to change notification settings - Fork 3
GitHub 02
This second part of "Project 1" is all about getting what's on your computer to the web. In this assignment, you should feel comfortable with Markdown and the process of pushing you files to GitHub. And you'll also have one rad web page to share.
Hello, World! Create and push your Project 1 index.html
. It should include:
- The structural elements you copied and changed from "Your First Web Page!". This includes your name.
- An additional properly formatted text block using what you know of HTML paragraphs. Choose a favorite from the options below and include it between your
<body>...</body>
tags:- Haiku
- Quote (100+ Characters, must be able to span multiple lines)
- Song Lyrics (Bridge or Verse)
- Include the title of the piece, and its author. These should be two separate headings.
Underneath your name and related lines, you will add your chosen haiku, quote, or poem, starting with:
- A horizontal line break.
- A
h1
containing its title. - A sub-heading (
h2
) containing its author. - The haiku, quote, or poem, formatted using paragraph elements and potentially line break elements.
Each assignment you will add to your current README.md file until the project's close. These should be several paragraphs long, detailing your homework process for the week, what you learned, what you struggled with, etc.
Please include in your README your experience with the Wayback Machine. Where did you go? What links did you visit?
For this README, I want to see these required code instances in markdown:
- Heading levels 1 and 2.
- A paragraph created by empty lines.
- A bold word.
- An italicized word.
- An ordered list.
- An unordered list.
- Inline code or code block. (Grab from your index.html if you need some!)
- A horizontal line break.
- A link to an outside website.
- An embedded image. Please use your screenshot
(Screenshots are great inclusions in your README files, and you should take and embed them often.)
BOOKMARKS: Course Website | Moodle | W3 Schools | E-mail Instructor: [email protected]