working basic site admin
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<section class="about">
|
||||
<div class="container">
|
||||
<div class="about-intro">
|
||||
<img src="svg/orange-flower.svg" alt="" class="about-flower-decor" aria-hidden="true">
|
||||
<h2>About <span class="text-accent">KMountain Flower</span></h2>
|
||||
<img [src]="config().hero_icon_url" alt="" class="about-flower-decor" aria-hidden="true">
|
||||
<h2>About <span class="text-accent">{{ config().name_primary }} {{ config().name_secondary }}</span></h2>
|
||||
<p class="section-intro">
|
||||
For nearly four decades, KMountain Flower has been the voice of our
|
||||
For nearly four decades, {{ config().name_primary }} {{ config().name_secondary }} has been the voice of our
|
||||
community — a nonprofit, listener-supported radio station dedicated to
|
||||
music, local news, and the stories that bind mountain towns together.
|
||||
</p>
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="card-icon">📡</div>
|
||||
<h3>Our Reach</h3>
|
||||
<p>
|
||||
Over the air on 98.7 FM and streaming live worldwide. Whether you're
|
||||
Over the air on {{ config().frequency }} and streaming live worldwide. Whether you're
|
||||
hiking the ridgeline or on the other side of the planet, our signal
|
||||
— and our welcome — goes everywhere.
|
||||
</p>
|
||||
@@ -51,11 +51,11 @@
|
||||
|
||||
<div class="about-cta">
|
||||
<div class="about-flower-divider" aria-hidden="true">
|
||||
<img src="svg/small-flower.svg" alt="">
|
||||
<img [src]="config().logo_url" alt="">
|
||||
</div>
|
||||
<h3>Become a Member</h3>
|
||||
<p class="section-intro">
|
||||
As a 501(c)(3) nonprofit, every donation keeps our airwaves free and our
|
||||
As a {{ config().nonprofit_type }} nonprofit, every donation keeps our airwaves free and our
|
||||
signal strong. Members receive exclusive perks and the satisfaction of
|
||||
knowing they helped make this possible.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user