Skip to content

Commit 5d10533

Browse files
committed
adding updates per client feedback
1 parent f3a4b24 commit 5d10533

17 files changed

Lines changed: 101 additions & 963 deletions
28.5 KB
Loading

frontend/public/team/alexis.jpg

2.26 MB
Loading

frontend/public/team/chapman.jpg

11.1 MB
Loading

frontend/public/team/jasper.jpg

4.91 MB
Loading

frontend/public/team/sheryl.png

456 KB
Loading

frontend/src/components/Counter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ const { count, title, sub } = Astro.props
3030

3131
<style lang="scss">
3232
div > p:first-child {
33-
color: var(--brand-orange);
33+
color: var(--brand-primary);
3434
}
3535
</style>

frontend/src/components/FeaturedPartners.astro

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,32 @@ const {src, alt = '', url = '#' }: Props = Astro.props
2626

2727
<div class="feature-container">
2828
<a class="feature-link" href={url}></a>
29-
<div class="feature flex flex-col gap-2">
29+
<div class="feature">
3030
<Image
3131
src={src}
3232
alt={alt}
3333
decoding="async"
3434
loading="eager"
35-
class="object-contain"
35+
class="object-contain center"
3636
/>
3737
</div>
3838
</div>
3939

4040
<style lang="scss">
4141
@use '../assets/scss/base/breakpoint' as *;
42+
43+
.center {
44+
top: 50%;
45+
transform: translateY(-50%);
46+
}
4247

4348
.feature {
44-
position: relative;
49+
position: absolute;
4550
transform: scale(1);
4651
transition: transform 500ms;
4752
padding: var(--space-l);
48-
inline-size: calc(100% - var(--space-l));
53+
inline-size: calc(110% - var(--space-l));
54+
4955

5056
> * {
5157
position: relative;
@@ -69,7 +75,9 @@ const {src, alt = '', url = '#' }: Props = Astro.props
6975
}
7076

7177
&-container {
78+
height: 300px;
7279
position: relative;
80+
width: 300px;
7381
}
7482

7583
&-link {

frontend/src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import Navigation from './Navigation.astro'
3-
import { DarkMode, Link, SkipLink } from 'accessible-astro-components'
3+
import { Link, SkipLink } from 'accessible-astro-components'
44
import { Icon } from 'astro-icon/components'
55
66
/**
@@ -59,7 +59,7 @@ const nav = await res?.json()
5959
)}
6060
{nav?.["social-media"]?.["instagram-handle"] && (
6161
<li class="menu-item type-icon animate-rotate">
62-
<Link href={`https://www.instagram.com/${nav?.["social-media"]["instagram-handle"]}/`}>
62+
<Link target="_blank" href={`https://www.instagram.com/${nav?.["social-media"]["instagram-handle"]}/`}>
6363
<Icon aria-hidden="true" name="lucide:instagram" />
6464
<span class="sr-only">Follow us on Instagram</span>
6565
</Link>

frontend/src/components/Hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ import src from '@assets/images/jaydot-windows.jpg'
2222
<div class="container">
2323
<div class="grid grid-cols-1 items-stretch gap-12 md:grid-cols-2">
2424
<div class="flex flex-col gap-8 md:items-start">
25-
<h1 class="text-6xl lg:text-8xl">
25+
<h1 class="text-6xl/18 lg:text-8xl/28">
2626
<slot><span class="text-gradient">Affordable housing</span> solutions for DC</slot>
2727
</h1>
28-
<div class="flex flex-col gap-3 min-[500px]:flex-row">
28+
<div class="flex flex-col gap-3 lg:flex-row">
2929
<Link href="/about" isButton type="primary" animateOnHover animationType="boop">
3030
<Icon aria-hidden="true" name="lucide:house-heart" size="1.5rem" />
3131
Learn how we work

frontend/src/pages/about.astro

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
import DefaultLayout from '@layouts/DefaultLayout.astro'
33
import PageHeader from '@components/PageHeader.astro'
4-
import { Heading, Notification } from 'accessible-astro-components'
4+
import { Heading } from 'accessible-astro-components'
55
import { getCollection } from 'astro:content'
66
import { Image } from 'astro:assets'
7-
import CallToAction from '@components/CallToAction.astro'
87
import building1 from '@assets/images/about/building-1.jpg'
98
import building2 from '@assets/images/about/building-2.jpg'
109
import dignity from '@assets/images/about/dignity.jpg'
@@ -70,16 +69,16 @@ const approaches = [
7069
/>
7170
<div>
7271
<p class="mb-4">
73-
Jaydot was founded in 2010 to fill a gap in housing solutions for people exiting homelessness in DC. Our work is based on the fundamental but radical idea that the solution to homelessness is housing. Although Jaydot has grown in size and scope, we maintain our human-centered approach. Our focus remains on the intersection of affordable housing, supportive services, and integrated community.
72+
Jaydot was started in 2010 to fill a gap in housing solutions for people exiting homelessness in DC. Our work is based on the fundamental idea that the solution to homelessness is housing. Although Jaydot has grown in size and scope, we maintain our human-centered approach. Our focus remains on seeking innovation and excellence at the intersection of affordable housing, supportive services, and creating vibrant communities.
7473
</p>
7574
<p class="mb-4">
76-
In both our Permanent Supportive Housing (PSH) and resident services programs, we focus on providing voluntary, wraparound onsite services at residences. Our founder, Chapman Todd, was inspired to focus on this model based on his 20 years of work in homeless services in DC. During that time, Chapman co-founded DC Central Kitchen and managed the city’s shelters with Catholic Charities.
75+
In both our Permanent Supportive Housing (PSH) and Resident Services programs, we focus on providing voluntary, wraparound onsite services at residences. Our Principal, Chapman Todd, was inspired to focus on this model based on his 20+ years of work in homeless services in DC. During that time, Chapman spent a decade working as part of the two person management team in the early days of the DC Central Kitchen, and then spent a decade as the Director of Housing Programs and Housing Development with Catholic Charities.
7776
</p>
7877
<p class="mb-4">
79-
We are often asked why Jaydot is an LLC rather than a nonprofit. Because of structural and legal differences, being an LLC allows us to work with greater allegiance to our mission. We can be nimble and responsive in a way that is difficult within more rigid governance structures that apply to nonprofits. And, we can prioritize service integrity over obligations to funders, which is a common bind for nonprofits. Our structure lets us focus on the heart of our work: ensuring that housing solutions are adapted to fit the needs of those we serve.
78+
We are often asked why Jaydot is an LLC rather than a nonprofit. Because of structural and legal differences, we believe that being an LLC allows us to work more efficiently and with greater allegiance to our mission. Our team can be nimble and responsive to changing needs and circumstances in a way that can be complicated within more rigid, top-down governance structures. And, we can fully dedicate our time to providing excellent services because we don't have the overhead that comes with staffing and sustaining extensive fundraising efforts. Our structure lets us focus on the heart of our work: ensuring that housing solutions are adapted to fit the needs of those we serve.
8079
</p>
8180
<p>
82-
The name "Jaydot" was suggested to Chapman by his then 9-year-old child, who he asked for ideas. Chapman thought the name hit the mark – confident, concise, and a little playful. As in so much of our work, the real meaning is in the relationship.
81+
And about our name "Jaydot" was suggested to Chapman by his then 9-year-old child, who he asked for ideas. Chapman thought the name hit the mark – confident, concise, unlimited in scope, and a little playful. As in so much of our work, the real meaning is in the relationship.
8382
</p>
8483
</div>
8584
</div>
@@ -89,6 +88,7 @@ const approaches = [
8988
<p>
9089
Our mission is to create innovative, quality housing solutions that address the needs of those impacted by social inequity. We believe that housing is a human right, homelessness is a solvable problem, and we can create an equitable, human-centered system where housing solutions are readily adapted to fit the needs of those we serve.
9190
</p>
91+
9292
<div id="values" class="mt-20">
9393
<Heading level="h2" class="mb-2">Our values</Heading>
9494
</div>
@@ -127,33 +127,33 @@ const approaches = [
127127
<div class="mb-4 border-2 rounded-lg border-(--brand-orange) p-4 md:w-120 break-inside-avoid">
128128
<Image
129129
class="w-full cover rounded-t-lg relative"
130-
src={innovation}
130+
src={humility}
131131
alt="FIXME"
132132
decoding="async"
133133
loading="lazy"
134134
/>
135135
<div class="rounded-b-lg bottom-0 left-0 bg-(--brand-primary)/90 p-4 text-(--brand-light-olive)">
136-
<Heading level="h3" class="mb-2">Innovation</Heading>
136+
<Heading level="h3" class="mb-2">Humility</Heading>
137137
<p>
138-
We work to identify the gaps and possibilities in the systems within which we operate and work with our
139-
partners to craft innovative solutions. We are not bound by what is—we adapt to changing circumstances and
140-
focus on what can be.
138+
We are always learning and thus making mistakes. We are committed to reflecting on, owning, and learning
139+
from our collective experiences.
141140
</p>
142141
</div>
143142
</div>
144143
<div class="mb-4 border-2 rounded-lg border-(--brand-orange) p-4 md:w-120 break-inside-avoid">
145144
<Image
146145
class="w-full cover rounded-t-lg relative"
147-
src={humility}
146+
src={innovation}
148147
alt="FIXME"
149148
decoding="async"
150149
loading="lazy"
151150
/>
152151
<div class="rounded-b-lg bottom-0 left-0 bg-(--brand-primary)/90 p-4 text-(--brand-light-olive)">
153-
<Heading level="h3" class="mb-2">Humility</Heading>
152+
<Heading level="h3" class="mb-2">Innovation</Heading>
154153
<p>
155-
We are always learning and thus making mistakes. We are committed to reflecting on, owning, and learning
156-
from our collective experiences.
154+
We work to identify the gaps and possibilities in the systems within which we operate and work with our
155+
partners to craft innovative solutions. We are not bound by what is—we adapt to changing circumstances and
156+
focus on what can be.
157157
</p>
158158
</div>
159159
</div>
@@ -212,8 +212,6 @@ const approaches = [
212212
</div>
213213
</div>
214214

215-
<CallToAction />
216-
217215
<div class="mt-20 italic text-sm">Thanks to Robert Benson and Gus Powell for photos on this page.</div>
218216

219217
</section>

0 commit comments

Comments
 (0)