fixes svg file pathing

This commit is contained in:
2026-06-11 17:31:44 +00:00
parent 3f43d21edc
commit fd228896ea
12 changed files with 13 additions and 13 deletions

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

+2 -2
View File
@@ -1,7 +1,7 @@
<section class="about"> <section class="about">
<div class="container"> <div class="container">
<div class="about-intro"> <div class="about-intro">
<img src="assets/svg/orange-flower.svg" alt="" class="about-flower-decor" aria-hidden="true"> <img src="svg/orange-flower.svg" alt="" class="about-flower-decor" aria-hidden="true">
<h2>About <span class="text-accent">KMountain Flower</span></h2> <h2>About <span class="text-accent">KMountain Flower</span></h2>
<p class="section-intro"> <p class="section-intro">
For nearly four decades, KMountain Flower has been the voice of our For nearly four decades, KMountain Flower has been the voice of our
@@ -51,7 +51,7 @@
<div class="about-cta"> <div class="about-cta">
<div class="about-flower-divider" aria-hidden="true"> <div class="about-flower-divider" aria-hidden="true">
<img src="assets/svg/small-flower.svg" alt=""> <img src="svg/small-flower.svg" alt="">
</div> </div>
<h3>Become a Member</h3> <h3>Become a Member</h3>
<p class="section-intro"> <p class="section-intro">
+1 -1
View File
@@ -1,7 +1,7 @@
<section class="contact"> <section class="contact">
<div class="container"> <div class="container">
<div class="contact-header"> <div class="contact-header">
<img src="assets/svg/small-flower.svg" alt="" class="contact-flower" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="contact-flower" aria-hidden="true">
<h2>Get in <span class="text-accent">Touch</span></h2> <h2>Get in <span class="text-accent">Touch</span></h2>
<p class="section-intro"> <p class="section-intro">
Have a song request, want to volunteer, or just want to say hello? Have a song request, want to volunteer, or just want to say hello?
+2 -2
View File
@@ -3,7 +3,7 @@
<div class="donate-banner"> <div class="donate-banner">
<div class="donate-banner-overlay"> <div class="donate-banner-overlay">
<div class="container donate-banner-content"> <div class="container donate-banner-content">
<img src="assets/svg/orange-flower.svg" alt="" class="donate-flower-hero" aria-hidden="true"> <img src="svg/orange-flower.svg" alt="" class="donate-flower-hero" aria-hidden="true">
<h2>Keep the Music <span class="text-accent">Free</span></h2> <h2>Keep the Music <span class="text-accent">Free</span></h2>
<p class="donate-subtitle"> <p class="donate-subtitle">
KMountain Flower Radio is 100% listener-funded and independent. KMountain Flower Radio is 100% listener-funded and independent.
@@ -34,7 +34,7 @@
<!-- One-time donation --> <!-- One-time donation -->
<div class="donate-one-time"> <div class="donate-one-time">
<div class="donate-flower-divider" aria-hidden="true"> <div class="donate-flower-divider" aria-hidden="true">
<img src="assets/svg/small-flower.svg" alt=""> <img src="svg/small-flower.svg" alt="">
</div> </div>
<h3>Or Make a One-Time Gift</h3> <h3>Or Make a One-Time Gift</h3>
<p class="section-intro"> <p class="section-intro">
+1 -1
View File
@@ -1,7 +1,7 @@
<section class="events"> <section class="events">
<div class="container"> <div class="container">
<div class="events-header"> <div class="events-header">
<img src="assets/svg/small-flower.svg" alt="" class="events-flower" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="events-flower" aria-hidden="true">
<h2>Upcoming <span class="text-accent">Events</span></h2> <h2>Upcoming <span class="text-accent">Events</span></h2>
<p class="section-intro"> <p class="section-intro">
Come meet the team, enjoy live music, and support public radio in Come meet the team, enjoy live music, and support public radio in
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<div class="footer-top"> <div class="footer-top">
<div class="footer-brand"> <div class="footer-brand">
<img src="assets/svg/small-flower.svg" alt="" class="footer-flower" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="footer-flower" aria-hidden="true">
<h3> <h3>
<span class="brand-m">K</span>MOUNTAIN <span class="brand-m">K</span>MOUNTAIN
<span class="brand-a">FLOWER</span> Radio <span class="brand-a">FLOWER</span> Radio
+3 -3
View File
@@ -1,7 +1,7 @@
<section class="hero"> <section class="hero">
<!-- Mountain background layer --> <!-- Mountain background layer -->
<div class="hero-mountains" aria-hidden="true"> <div class="hero-mountains" aria-hidden="true">
<img src="assets/svg/mountain-silhouette.svg" alt=""> <img src="svg/mountain-silhouette.svg" alt="">
</div> </div>
<!-- Gradient overlay --> <!-- Gradient overlay -->
@@ -11,7 +11,7 @@
<div class="hero-content container"> <div class="hero-content container">
<div class="hero-inner"> <div class="hero-inner">
<div class="hero-icon"> <div class="hero-icon">
<img src="assets/svg/orange-flower.svg" alt="" class="hero-flower"> <img src="svg/orange-flower.svg" alt="" class="hero-flower">
</div> </div>
<h1 class="hero-title"> <h1 class="hero-title">
<span class="hero-line1">KMountain</span> <span class="hero-line1">KMountain</span>
@@ -37,6 +37,6 @@
<!-- Mountain divider at bottom --> <!-- Mountain divider at bottom -->
<div class="hero-divider" aria-hidden="true"> <div class="hero-divider" aria-hidden="true">
<img src="assets/svg/mountain-divider.svg" alt=""> <img src="svg/mountain-divider.svg" alt="">
</div> </div>
</section> </section>
+1 -1
View File
@@ -1,7 +1,7 @@
<nav class="navbar" role="navigation" aria-label="Main navigation"> <nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="container navbar-inner"> <div class="container navbar-inner">
<a routerLink="/" class="navbar-brand" routerLinkActive="active"> <a routerLink="/" class="navbar-brand" routerLinkActive="active">
<img src="assets/svg/small-flower.svg" alt="" class="brand-flower" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="brand-flower" aria-hidden="true">
<span class="brand-name"> <span class="brand-name">
<span class="brand-mountain">K</span>MOUNTAIN <span class="brand-mountain">K</span>MOUNTAIN
<span class="brand-accent">FLOWER</span> <span class="brand-accent">FLOWER</span>
+2 -2
View File
@@ -1,7 +1,7 @@
<section class="schedule"> <section class="schedule">
<div class="container"> <div class="container">
<div class="schedule-header"> <div class="schedule-header">
<img src="assets/svg/small-flower.svg" alt="" class="schedule-flower" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="schedule-flower" aria-hidden="true">
<h2>Today's <span class="text-accent">Program Schedule</span></h2> <h2>Today's <span class="text-accent">Program Schedule</span></h2>
<p class="section-intro"> <p class="section-intro">
All times are local (Mountain Time). Every show is free to listen to All times are local (Mountain Time). Every show is free to listen to
@@ -30,7 +30,7 @@
<div class="schedule-weekend"> <div class="schedule-weekend">
<div class="weekend-heading"> <div class="weekend-heading">
<img src="assets/svg/small-flower.svg" alt="" class="schedule-flower-sm" aria-hidden="true"> <img src="svg/small-flower.svg" alt="" class="schedule-flower-sm" aria-hidden="true">
<h3>Weekend Programming</h3> <h3>Weekend Programming</h3>
</div> </div>
<div class="weekend-grid"> <div class="weekend-grid">