Skip to content

chriskonings/html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HTML A small session on HTML and related conventions.

###Agenda:

  • Why semantic HTML is important?
  • Common flaws found in HTML
  • Typical tips
  • How sectioning works and using tags to create an outline
  • Lean MarkUp
  • IDs Vs Classes
  • Javascript HTML Hooks
  • Class Naming Conventions
  • BEM Naming Convention
  • Resources

##GitHub Pages Link

##This presentation was made with Reveal.js

###Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone the fed-sync--html repository

    $ git clone git@github.ibm.com:CIngham/fed-sync--html.git
  4. Navigate to the presentation folder

    $ cd fed-sync--html
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000 to view your presentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published