<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Andy Anderson - Competitions</title> <link rel="stylesheet" href="../css/main.css"> <link rel="stylesheet" href="../css/responsive.css"> </head> <body> <header> <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/biography/early-life.html">Biography</a></li> <li><a href="/career/timeline.html">Career &amp; Competitions</a></li> <li><a href="/style/unique-approach.html">Style &amp; Tricks</a></li> <li><a href="/media/interviews.html">Media Hub</a></li> <li><a href="/gallery/photos.html">Gallery</a></li> <li><a href="/sponsors/index.html">Sponsors &amp; Gear</a></li> <li><a href="/community/crew.html">Community &amp; Crew</a></li> </ul> </nav> </header> <main> <h1>Detailed Competitions</h1> <section> <h2>2015-2016: Zumiez Best Foot Forward</h2> <p>Andy made his mark in the amateur scene with strong performances in this series.</p> </section> <section> <h2>2017-2018: Major Events</h2> <p>Competed in Vans Park Series, The Boardr Am, Mystic Sk8 Cup, and Nitro World Games, showcasing his versatile style.</p> </section> <section> <h2>2020: Canadian Champion</h2> <p>Won the Canadian Men's Park Championship.</p> </section> <section> <h2>2021: Dew Tour &amp; Olympics</h2> <p>Participated in Dew Tour and represented Canada at the Tokyo Olympics.</p> </section> <!-- Add more details, results, and links --> </main> <footer> <p>&copy; 2025 Andy Anderson Bio Site. All rights reserved.</p> </footer> <script src="../js/main.js"></script> <script src="../js/animations.js"></script> </body> </html>