Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.09 KB

Week 3 Lab: Surf and Paddle

Description

As a developer on the web, you will sometimes be tasked with creating an html page simply from an image file. In this assignment, you'll be taking an image and turning it into a functioning website.

Objectives

Learning Objectives

Upon completion of this assignment, you should:

  • Understand the proper use and function of html tags.
  • Understand and able to leverage the many css properties to style content.
  • Use CSS to create layout for the HTML page.

Performance Objectives

After completing this assignment, you be able to effectively use

  • Master HTML tags
  • Effectively utilize some common css layout strategies (float or inline-block)
  • Demonstrate static web site creation

Details

Deliverables

  • A Middleman repo containing at least:
    • index.html
    • 'styles.css'
    • 'images/'

Requirements

  • The resulting web page cannot just be an image of the assignment centered on the page :)
  • Use Middleman, and middleman's asset pipeline
  • Deploy Middleman site to GitHub pages
  • Do not use Bootstrap or another UI Framework.