Skip to content

Commit b629a1a

Browse files
authored
Merge pull request #327 from CodeForPhilly/website-update
add screenshots to projects, fix color of mobile menu
2 parents 7633be2 + 36cbc32 commit b629a1a

File tree

7 files changed

+300
-368
lines changed

7 files changed

+300
-368
lines changed

website/package-lock.json

Lines changed: 294 additions & 366 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.4 MB
Loading
171 KB
Loading

website/src/components/NavMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{#if menuActive == true}
3333
<div
3434
id="navMenu"
35-
class="fixed left-0 top-0 h-screen w-screen flex justify-center items-center bg-sky-500"
35+
class="fixed left-0 top-0 h-screen w-screen flex justify-center items-center bg-bdt-blue"
3636
transition:fade={{ duration: 180, easing: quadOut }}
3737
>
3838
<button

website/src/components/Projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const projects = await getCollection("projects");
1818
const { Content } = await render(project);
1919
return (
2020
<li class="bg-white/50 p-6 rounded-2xl md:w-1/2">
21-
<div class="prose prose-a:font-semibold">
21+
<div class="prose prose-a:font-semibold prose-img:rounded-2xl">
2222
<Content />
2323
</div>
2424
</li>

website/src/projects/ScreenerBuilder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ index: 2
66

77
A toolkit designed to simplify and improve the proces of creating online screeners for public benefit eligibility.
88

9+
![Screenshot of a benefits management interface with a button labeled create new benefit and two existing benefits named food assistance and heating assistance.](../assets/screenshots/web-app.png)
10+
911
<a href="https://github.com/CodeForPhilly/benefit-decision-toolkit" target="_blank">Visit GitHub repository ↗</a>

website/src/projects/TaxScreener.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ index: 2
66

77
A screener built using BDT that Philadelphia residents can use to check their eligibility for property tax relief benefits.
88

9+
![Philadelphia property tax relief screener text overlaid on a background of Philadelphia’s skyline with trees in the foreground.](../assets/screenshots/property-tax.png)
10+
911
<a href="https://phillypropertytaxrelief.org/" target="_blank">Visit screener website ↗</a>

0 commit comments

Comments
 (0)