Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
70 lines (52 loc) · 3.16 KB

week-1.md

File metadata and controls

70 lines (52 loc) · 3.16 KB

Week 1

Inspiration

The Experimental Layout Lab by Jen Simmons by @jensimmons.

Table of Contents

Slides

Theory

If you want some background information on why this course exists, read the following articles. Long story short, we're practicing front-end design.

Lab

Steal like an artist

Recreate your chosen piece of artwork in the browser.

Synopsis

  • Time: 16:00h
  • Due: before lecture 2

Description

Build your artwork inside the browser. Start with an html breakdown, sketch out on paper. What html elements do you need? What files do you need? Play around inside of the Developer Tools (firefox, safari, chrome) to tweak your design.

  • Do you need SVGs for certain elements?
  • What types of styling can you do with CSS? What selectors can you use?
  • How are you going to layout the page? Do you need to use flexbox or css-grid?
  • How does it need to look based on different screen sizes? Should it be responsive?

Feel free to ask your instructor (or other students) for advice on how to approach this for your artwork.

Extra resources

Playground