CPNT 201 Day 4 - Optimized Rasters and Intro to Vector Design

Trophy of the Day: Build a Vector Logo

Review

  • Questions about current assignment
  • Follow up on raster image editing
  • Assignment 3 Review

Topic 1: Serving Images with srcset and sizes

  • srcset is used to give the browser a more optimal sized image to display at a given viewport width
  • sizes is used to set breakpoints at different viewport sizes and will set a placeholder on load
    • This speeds up loading times

How to optimize your images

Morning Activity

  • Try modifying the code in your fork of Ash's github repo
    • edit sizes
    • edit the images
    • try adding css and markup around the images

Topic 1: Vector Editors

  • Figma, Inkscape, Illustrator, Coreldraw, Penpot... So many options!
  • Main tools and methods

Important vector design tools that most vector editors will have

  • selection tools
  • shapes (ellipse, square...)
  • pen tool
  • path editor tools (use these with your shapes)
    • union
    • subtract
    • merge
    • intersect
  • align tools

Vector Logo Design Intro

  • Basic usage of tools
  • We will create a simple logo using the abovementioned tools in figma
  • Today we will cover basic vector manipulation, tomorrow we will run through a more advanced design and then optimize + edit it with css.

Lab Time


Prep for tomorrow