Skip to content

Commit 2e16474

Browse files
committed
DS-746: a11y
1 parent 8860e99 commit 2e16474

File tree

1 file changed

+49
-46
lines changed

1 file changed

+49
-46
lines changed

src/pages/citizenship.js

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -30,53 +30,56 @@ const ForeignSourceReporting = ({ data }) => {
3030
/>
3131
</Helmet>
3232
<CreateStories stories={[oodLocalHeader]} />
33-
<CenteredContainer>
34-
<Heading level="h1" classes="su-mt-2 su-text-align-center">
35-
Thank you for your recent gift
36-
</Heading>
37-
<p>
38-
The federal government requires institutions of higher education, such
39-
as Stanford, to report gifts and other payments from a donor who is
40-
not a U.S. citizen when that donor makes gifts and other payments to
41-
Stanford with an aggregate value of $250,000 or more in a calendar
42-
year. Stanford must also report gifts and other payments received from
43-
a donor who is associated with one of certain specific countries (the
44-
list, which may change over time, currently includes China (while
45-
excluding Hong Kong), Russia, Iran, and North Korea), when that donor
46-
makes gifts and other payments to Stanford having an aggregate value
47-
of $50,000 or more during a reporting period that runs from July 1 to
48-
June 30 of the following year. Because your generous gift(s) meet one
49-
or both of these reporting thresholds, we ask that you please provide
50-
the information requested below. Thank you.
51-
</p>
52-
<p>
53-
You can find additional details about this policy in section V of
54-
Stanford’s{' '}
55-
<SbLink
56-
linkType="url"
57-
link={{
58-
url: 'https://giving.stanford.edu/gift-policy',
33+
<main id="main-content">
34+
<CenteredContainer classes="su-max-w-800">
35+
<Heading level="h1" classes="su-mt-2 su-text-align-center">
36+
Thank you for your recent gift
37+
</Heading>
38+
<p>
39+
The federal government requires institutions of higher education,
40+
such as Stanford, to report gifts and other payments from a donor
41+
who is not a U.S. citizen when that donor makes gifts and other
42+
payments to Stanford with an aggregate value of $250,000 or more in
43+
a calendar year. Stanford must also report gifts and other payments
44+
received from a donor who is associated with one of certain specific
45+
countries (the list, which may change over time, currently includes
46+
China (while excluding Hong Kong), Russia, Iran, and North Korea),
47+
when that donor makes gifts and other payments to Stanford having an
48+
aggregate value of $50,000 or more during a reporting period that
49+
runs from July 1 to June 30 of the following year. Because your
50+
generous gift(s) meet one or both of these reporting thresholds, we
51+
ask that you please provide the information requested below. Thank
52+
you.
53+
</p>
54+
<p>
55+
You can find additional details about this policy in section V of
56+
Stanford’s{' '}
57+
<SbLink
58+
linkType="url"
59+
link={{
60+
url: 'https://giving.stanford.edu/gift-policy',
61+
}}
62+
>
63+
Gift Policy website
64+
</SbLink>
65+
.
66+
</p>
67+
</CenteredContainer>
68+
<div>
69+
<iframe
70+
title="Citizenship form for foreign source reporting"
71+
className="airtable-embed"
72+
src={`https://airtable.com/embed/appssF3RJFHENkFV5/pagMeYcyTjtVgfsl4/form`}
73+
frameBorder="0"
74+
style={{
75+
background: 'transparent',
76+
width: '100%',
77+
height: '1000px',
5978
}}
60-
>
61-
Gift Policy website
62-
</SbLink>
63-
.
64-
</p>
65-
</CenteredContainer>
66-
<div>
67-
<iframe
68-
title="Citizenship form for foreign source reporting"
69-
className="airtable-embed"
70-
src={`https://airtable.com/embed/appssF3RJFHENkFV5/pagMeYcyTjtVgfsl4/form`}
71-
frameBorder="0"
72-
style={{
73-
background: 'transparent',
74-
width: '100%',
75-
height: '1000px',
76-
}}
77-
allowtransparency="true"
78-
/>
79-
</div>
79+
allowtransparency="true"
80+
/>
81+
</div>
82+
</main>
8083
<CreateStories stories={[oodLocalFooter, globalFooter]} />
8184
</>
8285
);

0 commit comments

Comments
 (0)