Cassie Evans PRO
Brighton based front-end dev & designer. disOrganiser @GeneratorBtn. Has a particular fondness for web animation.
https://smashingconf.com/sf-2020
⚠️ motion warning ⚠️
https://thebirdwebsite.com
https://vboringwebsite.org
https://superboringwebsite.org
https://thebirdwebsite.com
https://geocities.restorativland.org
Engagement metrics
are just as important as Lighthouse metrics
Simplified SVG markup.
<svg viewBox="0 0 100 100">
  <path d="M10 10H90V90H10Z"/>
  <circle cx="50" cy="50" r="40"/>
</svg><html lang="en">
 <head>
  <title>Inline SVG</title>
 </head>
 <body>
  ...
 
   <svg viewBox="0 0 100 100">
     <path d="M10 10H90V90H10Z"/>
     <circle cx="50" cy="50" r="40"/>
   </svg>
   
 </body>   
</html>SVG markup inside HTML
lovely semantic elements
https://codepen.io/cassie-codes
https://smashingconf.com/sf-2020/workshops
Thank you for listening!
@cassiecodes - twitter & codepen
By Cassie Evans
Brighton based front-end dev & designer. disOrganiser @GeneratorBtn. Has a particular fondness for web animation.