Skip to content

Instantly share code, notes, and snippets.

@M0119
Last active March 20, 2019 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M0119/15b8fabbf8ee60a8eef0cef0b8ca99e1 to your computer and use it in GitHub Desktop.
Save M0119/15b8fabbf8ee60a8eef0cef0b8ca99e1 to your computer and use it in GitHub Desktop.

Lecture ✍️

Deployment

You have two options for deploying a static website with just HTML and CSS.

We ran through both the Netlify and GitHub pages approaches.

We also had some student feedback; attached below.

CSS review

We went into a class and went day by day through everything we learnt in week 4.

Media queries

We reviewed the media query syntax and designing mobile first.

@media only screen and (min-width: 500px) {

}

Mood boards

We look at colours and where to draw inspiration from for mood boards.

Harry Potter

We ran through a solution to the Harry Potter question on the test.

Forms for portfolio

For our contact me pages we'll need a form. To create this form we'll be using Formspree.

## stuff to work on
answers (best practises) for challenges
solutions to common problems
pair programming / looking at others work
starter code
review classes
challenges structure
## what was good
aarons demo
general challenges throughout the day, could just do one or more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment