Skip to content

Commit a0a008d

Browse files
authored
Merge pull request #231 from CodeForPhilly/website-update
Implement mobile layout, add new content from design, adjust spacing and colors to follow design
2 parents bfb9ad7 + 20c49a6 commit a0a008d

26 files changed

+847
-335
lines changed

website/astro.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
import { defineConfig } from "astro/config";
33
import tailwindcss from "@tailwindcss/vite";
44

5+
import svelte from "@astrojs/svelte";
6+
57
// https://astro.build/config
68
export default defineConfig({
79
vite: { plugins: [tailwindcss()] },
810
site: "https://codeforphilly.github.io",
911
base: "/benefit-decision-toolkit",
10-
});
12+
integrations: [svelte()],
13+
});

website/package-lock.json

Lines changed: 652 additions & 295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12+
"@astrojs/svelte": "^7.2.3",
1213
"@tailwindcss/vite": "^4.1.17",
1314
"astro": "^5.15.5",
14-
"tailwindcss": "^4.1.17"
15+
"svelte": "^5.45.8",
16+
"tailwindcss": "^4.1.17",
17+
"typescript": "^5.9.3"
1518
},
1619
"devDependencies": {
1720
"@tailwindcss/typography": "^0.5.19"
19.9 KB
Loading
Lines changed: 23 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## What We Do
2+
3+
Benefit Decision Toolkit is a project focused on making it easier for people to access benefits without confusion. At its core, the toolkit supports two key roles: Benefit Navigators, who speak directly with clients to understand their needs, and Benefit Analysts, who review and validate information to ensure the right support is delivered.
4+
5+
We envision a world where organizations and governments can streamline benefits access for people in need through collaborative, open-source software tools.

website/src/assets/copy/Process.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## The Process
2+
3+
Building a benefits screener with the Benefits Decision Toolkit is simple, collaborative, and totally self-serve. Start by creating a screener tailored to your program, then layer in clear, transparent logic using our low-code, open-source tools. Once it’s ready, deploy your tool with confidence, giving your team the power to connect people to the benefits they qualify for quickly, accurately, and without barriers. Our process is designed to cut through complexity, support benefits navigators and analysts, and put accessible, community-driven technology directly in your hands.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Empathy
2+
3+
There is a need in the non-profit community for easy-to-use and open source screener-building toolkits. Many small non-profits resort to building eligibility screening tools with Excel because this is the only low-cost and low-code option available to them.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Inclusivity
2+
3+
There is a need in the non-profit community for easy-to-use and open source screener-building toolkits. Many small non-profits resort to building eligibility screening tools with Excel because this is the only low-cost and low-code option available to them.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Transparency
2+
3+
There is a need in the non-profit community for easy-to-use and open source screener-building toolkits. Many small non-profits resort to building eligibility screening tools with Excel because this is the only low-cost and low-code option available to them.

0 commit comments

Comments
 (0)