Web Unleashed 2018

2018-10-01 00:00:00 2018-10-03 00:00:00 America/Toronto Web Unleashed 2018 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Toronto FITC Toronto

Overview

There are a bunch of reasons you might want to theme your application. Everything from adding a dark mode to your website, to white labeling a corporate web application. This talk focuses on how you can structure your CSS, and some ways you might consider your build process.

Objective

Learn to create multiple themes for your web site or application

Target Audience

Anyone who needs different themes, branding or skins on their web application

Assumed Audience Knowledge

CSS and using a CSS pre-processor (this talk uses SASS)

Level

Intermediate

Five Things Audience Members Will Learn

  1. Obstacles that need to be addressed before beginning
  2. Structuring your SASS partials
  3. Determining granularity – how much needs to be customizable?
  4. How themes get applied to your web application
  5. A few possible build processes for displaying the themes