Instructions: Adding Workshops to the Pixel Perfect Literacy Page

****Please note that each row fits three workshops.

  1. Go to the Pixel Perfect Literacy page in text mode to make the changes

  2. Find the section for the category you are trying to update (e.g. current workshops, past workshops etc…)

  3. To add a new workshop please use the following code:

        <div class="span4"><a href="https://elvlc.educ.ubc.ca/2023/09/17/storytelling/">
          <img class="alignleft" style="padding-left: 10px;" src="https://educ-elvlc-2021.sites.olt.ubc.ca/files/2023/09/Storytelling-1.png" alt="Storytelling" /></a>
        </div>
    
  4. Please change the highlighted portion of the code above to the link for the webpage you would like to add.

  5. If all the current rows in the section are full you will first need to create a new row using the following code:

        <div class="row">
        All the workshop information should go here between these two rows.
        </div>
    

    Once you’ve created the row then you can add the workshop following steps 1-4.