-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splash page and Minor CSS updates (#91)
* Created a splash page and made minor CSS updates * Update apps/spotlight/src/pages/splash/index.astro * Update apps/spotlight/src/pages/splash/index.astro * Tweak some text * Update esbuild version * Upgrade node lts to 20.12.2 and remove esbuild dep, for now (the rest api is currently not used, and esbuild is causing a build failure on pages.cloud.gov) * add esbuild back * rebuild pnpm lock * Update dependencies * Update Storybook and related deps * revert eslint version --------- Co-authored-by: Daniel Naab <[email protected]> Co-authored-by: Daniel Naab <[email protected]>
- Loading branch information
1 parent
6fc1d89
commit fee18cb
Showing
8 changed files
with
2,576 additions
and
2,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ html/ | |
node_modules/ | ||
NOTES.md | ||
tsconfig.tsbuildinfo | ||
|
||
*storybook.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.11.0 | ||
v20.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
}, | ||
"devDependencies": { | ||
"@types/aws-lambda": "^8.10.109", | ||
"esbuild": "^0.19.5" | ||
"esbuild": "^0.20.2" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
import ContentLayout from '../../layouts/ContentLayout.astro'; | ||
import atjInfographics from '../../images/atj-infographics.png'; | ||
--- | ||
|
||
<ContentLayout title="10x Access to Justice Splash Page"> | ||
<h1>A people-centered platform for online document assembly</h1> | ||
|
||
<div class="videoWrapper"> | ||
<iframe | ||
src="https://www.loom.com/embed/d958328ec69548ed99c6cd1a15af8a16?sid=e4df1738-9f51-4900-8b90-2e66c06fcc07" | ||
frameborder="0" | ||
webkitallowfullscreen | ||
mozallowfullscreen | ||
allowfullscreen | ||
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" | ||
></iframe> | ||
</div> | ||
|
||
<h2>What it is</h2> | ||
<p> | ||
Fillable PDFs are not <a | ||
href="https://digital.gov/resources/delivering-digital-first-public-experience/" | ||
>21st Century Integrated Digital Experience Act (IDEA) compliant</a | ||
>. The 10x Access to Justice Platform will empower courts and other | ||
government agencies to craft web-based replacements to fillable PDFs. | ||
Delivering first-class user experiences, these easy-to-build and deploy | ||
digital forms deliver better outcomes for the public and public servants | ||
through the use of a "guided interview" design strategy. Guided interviews | ||
put users first and reduce staff time spend on incorrect and missing data. | ||
Easy to create, easy to host, and integrable with existing processes and | ||
backend systems — digital forms that help self-represented litigants better | ||
advocate for themselves do not need to wait for major IT and process | ||
overhauls. | ||
</p> | ||
|
||
<p> | ||
<img src={atjInfographics.src} role="img" alt="10x ATJ Infographic" /> | ||
</p> | ||
|
||
<h2>What it's not</h2> | ||
<p> | ||
Replacing user-facing PDFs with digital forms is not a substitute for deeper | ||
policy and process changes, which is often necessary to enable the biggest | ||
digital services wins. We are not replicating case management systems or | ||
back-office automation systems. Instead, we are delivering a loosely-coupled | ||
interface to existing systems that delivers a first-class user experience, | ||
helping the public gain access, understand, and advocate for themselves. | ||
</p> | ||
|
||
<h2>High level plan</h2> | ||
<p> | ||
Taking a user-driven, research-first approach, we are piloting with federal | ||
and state partners, targeting the high-value PDF-to-web workflow. We plan to | ||
expand into other government domains as we prove value in the justice space. | ||
</p> | ||
<p> | ||
Forward thinking courts are already using open source tools that have | ||
delivered big wins for their communities. However, we have identified | ||
critical barriers to adoption. In our ongoing <a | ||
href="https://10x.gsa.gov/about/what-we-do/">Phase 3</a | ||
>, we aim to design and demo several loosely-couple parts focused on | ||
high-value workflows, and build interest from the A2J community. In Phase 4, | ||
we will scale the system with complete, end-to-end user experiences and | ||
integrate with backend case management systems. We are building the system | ||
in a manner that we believe positions it as a viable "Forms as a Service" | ||
product that may, in the future, more broadly serve other government | ||
domains. | ||
</p> | ||
</ContentLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.