<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andy Anderson - Photos Gallery</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 & Competitions</a></li>
<li><a href="/style/unique-approach.html">Style & 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 & Gear</a></li>
<li><a href="/community/crew.html">Community & Crew</a></li>
</ul>
</nav>
</header>
<main>
<h1>Photos Gallery</h1>
<section class="action-photos">
<h2>Action Photography</h2>
<img src="/images/action1.jpg" alt="Andy performing a trick" loading="lazy">
<!-- Add more images -->
</section>
<section class="competition-photos">
<h2>Competition Photos</h2>
<img src="/images/competition1.jpg" alt="Andy at Olympics" loading="lazy">
<!-- Add more images -->
</section>
<section class="behind-scenes">
<h2>Behind-the-Scenes</h2>
<img src="/images/behind1.jpg" alt="Behind the scenes" loading="lazy">
<!-- Add more images -->
</section>
<section class="personal-photos">
<h2>Personal Life Photos</h2>
<img src="/images/personal1.jpg" alt="Andy with family" loading="lazy">
<!-- Add more images -->
</section>
</main>
<footer>
<p>© 2025 Andy Anderson Bio Site. All rights reserved.</p>
</footer>
<script src="../js/main.js"></script>
<script src="../js/animations.js"></script>
</body>
</html>