From a7d629bcb81efa61cf57c42695ff22377d0e16d0 Mon Sep 17 00:00:00 2001 From: Nick Visutsithiwong <2823112+nickvisut@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:27:40 -0800 Subject: [PATCH] add logo and update Slack channel name for SafeHome project --- src/assets/projects/safehome_logo.svg | 1 + src/content/projects/safehome.md | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 src/assets/projects/safehome_logo.svg diff --git a/src/assets/projects/safehome_logo.svg b/src/assets/projects/safehome_logo.svg new file mode 100644 index 0000000..2a307ff --- /dev/null +++ b/src/assets/projects/safehome_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/content/projects/safehome.md b/src/content/projects/safehome.md index 11b11dc..578aacc 100644 --- a/src/content/projects/safehome.md +++ b/src/content/projects/safehome.md @@ -1,10 +1,11 @@ --- status: active -name: Project Safehome +name: Project SafeHome +thumbnail: safehome_logo.svg description: |- - Project Safehome is a user-friendly website to help a user determine the earthquake risk level of an SF address. Ultimately, we hope to raise awareness for residents and encourage property owners and developers to improve the earthquake rating of their buildings in the city, reducing SF’s overall vulnerability to disaster. Try it out at [safehome.report](https://safehome.report/)! + Project SafeHome is a user-friendly website to help a user determine the earthquake risk level of an SF address. Ultimately, we hope to raise awareness for residents and encourage property owners and developers to improve the earthquake rating of their buildings in the city, reducing SF’s overall vulnerability to disaster. Try it out at [safehome.report](https://safehome.report/)! slack: - name: "#proj-earthquake" + name: "#proj-safehome" url: https://sfbrigade.slack.com/archives/C079Z8M1TNE website: https://safehome.report/ ---