Files
egfh-website/src/pages/about/index.astro
T
2026-06-20 13:36:19 -04:00

36 lines
1.4 KiB
Plaintext

---
import BaseLayout from '../../layouts/BaseLayout.astro';
---
<BaseLayout title="About" description="Background and community information for Swansea Airport.">
<section class="container prose">
<div class="cards-grid">
<article class="card">
<h3><a href="/about/cafe/">Cafe</a></h3>
<p>A friendly, dog-friendly cafe for visitors, walkers, pilots, and local families.</p>
</article>
<article class="card">
<h3><a href="/about/history/">History</a></h3>
<p>The story of Swansea Airport, formerly RAF Fairwood Common.</p>
</article>
<article class="card">
<h3><a href="/about/drones/">Drones</a></h3>
<p>Guidance and local operating expectations for drone use near the airport.</p>
</article>
<article class="card">
<h3><a href="/about/fees-and-charges/">Fees and Charges</a></h3>
<p>Landing, parking, handling, passenger loading, drone, and related operational charges.</p>
</article>
<article class="card">
<h3><a href="/about/noise/">Noise</a></h3>
<p>Information about noise awareness, reporting, and community engagement.</p>
</article>
<article class="card">
<h3><a href="/about/volunteering/">Volunteering</a></h3>
<p>How people can contribute time and support airport activity and events.</p>
</article>
</div>
</section>
</BaseLayout>