Welcome to the U.S. Fish & Wildlife Service's Yakima Basin newsletter site. This repository hosts the static web pages for The Leaky Wader, a Monthly peek behind the scenes of our fish management program.
- Landing page –
index.htmldisplays the hero image and link into the site. - Navigation –
home.htmlintroduces the program and links to current content. - Metrics dashboard –
data.htmlshows basic program metrics using Chart.js. - Newsletter index –
newsletter.htmllists every issue of The Leaky Wader. - Reports –
reports.htmllinks to annual project reports and summaries. - Issues – each newsletter issue lives in its own folder under
issues/. - Assets – graphics and logos are organized under
assets/.
All links use relative paths so you can drop these files onto any web server or open them directly in your browser.
- Create a folder in
issues/named for the issue (e.g.Jan2026). - Add your HTML file and any images used by that issue inside the folder.
- Update
newsletter.htmlto link to the new issue.
Because it's a fully static site, you can preview everything with a tiny HTTP server:
# from the repository root
python3 -m http.serverThen visit http://localhost:8000 and click around!
Happy wading!