WIP checkpoint
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
import BaseLayout from '../../layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout title="About" description="Background and community information for Swansea Airport.">
|
||||
<section class="container prose">
|
||||
<p class="eyebrow">About</p>
|
||||
<h1 class="section-title">About</h1>
|
||||
<p>
|
||||
This section provides information for local communities and visitors. Choose a topic
|
||||
below to view placeholder content that will be replaced with final approved copy.
|
||||
</p>
|
||||
|
||||
<div class="cards-grid">
|
||||
<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/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>
|
||||
Reference in New Issue
Block a user