# December 9, 2019

# Trying webp on MLF.

  • working well, using this picture method
<picture>
  <source srcset="img/rings/rings_v2_cooked_2x.webp" type="image/webp">
  <source srcset="img/rings/rings_v2_cooked_2x.png" type="image/png">
  <img
    id="logo"
    src="/img/rings/rings_v2_cooked_2x.png"
    alt="Cooked onion rings on a plate"
  >
</picture>
1
2
3
4
5
6
7
8
9

# JMS 18, details, IE

  • Using twig loops

# JMS 18, helping H with some animation for load more

# JMS 18, starting forms

  • missing a lot, did what I could

# Helping T with getting started on PGP

  • same IIS issues as N

# Accessibility course training

Last Updated: 12/10/2019, 2:12:53 AM