Skip to content

gdiseattle/gdi-new-intermediate-htmlcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intermediate HTML/CSS & Intro to Responsive Design

Forked from a curriculum by [https://github.com/gdiboulder](GDI Boulder)

Slides: http://gdiseattle.github.io/gdi-new-intermediate-htmlcss

##Setup

To contribute by editing content or to run slides locally, start by cloning this repository on the command line (requires Git):

git clone git@github.com:gdiseattle/gdi-new-intermediate-htmlcss.git

Initialize Reveal.js submodule:

git submodule init
git submodule update

Install a webserver to run slides (requires Node.js and npm, install instructions):

npm install http-server

Host slides locally by running a server (port can change if needed):

http-server -a localhost -p 9000

Open http://localhost:9000 in your favorite web browser. Yay!

##Class Description

Ready to expand your knowledge of HTML & CSS? This class is for you!

Through this four course series, you'll get a thorough introduction to HTML5 and CSS3 to build on your previous knowledge. You'll get hands-on experience working with HTML5 features like meta tags and semantic elements for accessibility, plus new CSS3 properties and features including transformations, transitions, and animation. Finally, we'll dig into Responsive Web Design and media queries.

You'll leave with readily-applicable skills and we'll be there to answer any questions you may have along the way!