<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> /* Reset Squarespace interference */ .timeline-wrapper { all: initial; font-family: Arial, sans-serif; display: block; padding: 40px; } .timeline { position: relative; padding-left: 50px; } .timeline-item { position: relative; margin-bottom: 30px; } .timeline-item::before { content: ""; position: absolute; left: -14px; top: 3px; width: 10px; height: 10px; background-color: #333; border-radius: 50%; z-index: 1; } .timeline-item::after { content: ""; position: absolute; left: -10px; top: 13px; width: 2px; height: 100%; border-left: 2px dotted #999; z-index: 0; } .timeline-item:last-child::after { display: none; } .time { font-weight: bold; display: inline-block; width: 90px; } .event { margin-left: 10px; display: inline-block; max-width: 600px; } </style> </head> <body> <div class="timeline-wrapper"> <h2>Agenda</h2> <div class="timeline"> <div class="timeline-item"><span class="time">9:15 AM</span><span class="event">Registration</span></div> <div class="timeline-item"><span class="time">10:00 AM</span><span class="event">Introduction – Sue Taylor</span></div> <div class="timeline-item"><span class="time">10:20 AM</span><span class="event">From Low Carbon to Net Zero Roadmap – Sue Taylor</span></div> <div class="timeline-item"><span class="time">10:35 AM</span><span class="event">Marks & Spencer – Vivienne Harris</span></div> <div class="timeline-item"><span class="time">10:50 AM</span><span class="event">Hovis – Andrew Stilwell</span></div> <div class="timeline-item"><span class="time">11:10 AM</span><span class="event">Coffee Break</span></div> <div class="timeline-item"><span class="time">11:30 AM</span><span class="event">Fertiberia – Decarbonising from the Ground Up: Green Fertiliser for Low Footprint Food – Guillermo Perez Medina Satruesgui & Clement Knockaert</span></div> <div class="timeline-item"><span class="time">12:00 PM</span><span class="event">BASF – Making Every Pass Count: Xarvio, Carbon Results & Next-Gen Inhibitors – Richard Corden</span></div> <div class="timeline-item"><span class="time">12:45 – 1:45 PM</span><span class="event">Lunch</span></div> <div class="timeline-item"><span class="time">1:45 PM</span><span class="event">From Microbes to Margins: Harnessing Biologicals for Sustainable Yields – Andrew Stilwell</span></div> <div class="timeline-item"><span class="time">2:25 PM</span><span class="event">Farmer & Consumer Breakout: What’s Holding Us Back? – Graham Phillipo</span></div> <div class="timeline-item"><span class="time">2:45 PM</span><span class="event">Table Presentations – Graham Phillippo</span></div> <div class="timeline-item"><span class="time">3:00 PM</span><span class="event">Tea/Coffee</span></div> <div class="timeline-item"><span class="time">3:00 PM</span><span class="event">Closing Panel: BASF, Fertiberia, M & S & Bartholomews</span></div> </div> </div> </body> </html>