riprap-nyc / web /sveltekit /src /lib /components /shell /AppFooter.svelte
msradam's picture
Upload web/sveltekit/src/lib/components/shell/AppFooter.svelte with huggingface_hub
8198771 verified
<footer class="app-footer no-print">
<div class="app-footer-inner">
<p class="app-footer-guard">
<strong>Riprap does not predict damage.</strong>
This tool is for professional analytical work, not personal property decisions.
For residents, see <a href="https://www.floodhelpny.org">FloodHelpNY</a>
<a href="https://www.floodnet.nyc">FloodNet NYC</a>.
</p>
<p class="app-footer-build">
All foundation models Apache-2.0 路 All data from public-record federal, state, and city sources 路 No commercial APIs contacted at runtime 路 Riprap v0.5.0 路 build 2026-05-07
</p>
<p class="app-footer-credits">
Dam mark: <a href="https://thenounproject.com/icon/dam-4516918/">"Dam" by Chintuza</a> via the Noun Project, CC-BY 3.0.
</p>
</div>
</footer>