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.
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.
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
- A Middleman repo containing at least:
index.html
- 'styles.css'
- 'images/'
- 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.