How to Create a Custom PCB

This is an example using the Guide Template.

Step 1

There's one big picture and a few bullet points.

Step 2

This step has multiple pictures.
          
  var ua = navigator.userAgent.toLowerCase();
  if(ua.search(/(iphone)|(ipod)|(android)/) != -1) {
      $(".not-for-mobile").hide();
      $(".for-mobile").show();
  }
  else {
      $(".not-for-mobile").show();
      $(".for-mobile").hide();
  }  
          
        

Step 3

Here are some example code. The highlighting is using highlight.js.

Step 4

This is something made with impress.js.. well, a hacked version made for presenting with captions.

Click on the diagram on the left to go through the workflow. It will open up a new page. Once you are on the new page, click on the RIGHT SIDE of the screen to go forward, and click on the LEFT SIDE of the screen to go back.
Click on the diagram on the left to go through the workflow.