diff --git a/apps/spotlight/src/pages/splash/index.astro b/apps/spotlight/src/pages/splash/index.astro new file mode 100644 index 00000000..721c8134 --- /dev/null +++ b/apps/spotlight/src/pages/splash/index.astro @@ -0,0 +1,33 @@ +--- +import ContentLayout from '../../layouts/ContentLayout.astro'; +import DebugTools from '../components/DebugTools'; +import atjInfographics from '@atj/design/images/atj-infographics.png'; +--- + + +

A people-centered platform for online document assembly

+ +
+ +
+ +

What it is:

+

Fillable pdfs are not 21C compliant. The 10x ATJ platform will enable government clients to build a web-based, drop-in replacement for fillable pdfs. These easy-to-build and deploy digital forms will deliver better outcomes for the public and public servants through the use of a "guided interview" design strategy. This strategy puts users first and reduces staff time spend on incorrect and missing data. By "drop-in", we mean easy to create, easy to host, and able to output both structured data and traditional pdfs for ingestion into existing processes. Digital forms that help people better advocate for themselves do not need to wait for major IT and process overhauls.

+ +

+ 10x ATJ Infographic +

+ + +

What it's not:

+

Replacing user-facing pdfs with digital forms is not a substitute for deeper policy and process changes. These are often necessary to enable the biggest digital services wins. We are not building a case management system or a back-office automation system. Instead, we are delivering a loosely-coupled part that interfaces with those systems and focuses narrowly on helping the public gain access, understand, and advocate for themselves through government forms.

+ +

High level plan:

+

We are partnering with an NGO that has active pilots with state and local courts, as well as with the US Tax Court, which has several high-quality digital forms in production. We plan to expand into other gov domains as we prove value in production in the justice space.

+ +

Roadmap:

+

Our state and local partners are currently using an open source tool that has delivered some big wins for the public, but faces severe barriers to scale and adoption. In phase 3, 10x aims to break up the existing system into several loosely-couple parts and focus initially on areas where we can deliver value quickly and gain the trust of the existing user community. If we gain sufficient trust and momentum, the phase 4 project will tackle the remaining parts of the system so that it can overcome key barriers to adoption and spread to jurisdictions around the country. We expect the complete system to be able to act as a viable test case for a "Forms as a Service" product across government domains.

+ +

TTS/GSA/Federal Alignment:

+

In phase 3, we will break out and modernize the front-end and presentation layer of the system as a primary objective, with a stretch goal of delivering small, low-hanging wins on the back-end to help build additional trust. We plan to collaborate with USWDS and the VA Forms System to develop forms components and standards for the next version of USWDS. By the end of phase 4, we expect to be able to showcase a powerful tool to help agencies comply with 21C standards for digital forms.

+
diff --git a/packages/design/images/atj-infographics.png b/packages/design/images/atj-infographics.png new file mode 100644 index 00000000..5defb304 Binary files /dev/null and b/packages/design/images/atj-infographics.png differ diff --git a/packages/design/sass/styles.scss b/packages/design/sass/styles.scss index 2b767991..87fa1ebc 100644 --- a/packages/design/sass/styles.scss +++ b/packages/design/sass/styles.scss @@ -15,6 +15,15 @@ h1 { } } +h2 { + margin-top: 2rem; + margin-bottom: 1rem; +} + +p { + line-height: 1.5rem; +} + .usa-legend { font-size: 1.7rem; font-weight: 700; @@ -23,7 +32,7 @@ h1 { a, .usa-link, .usa-button--unstyled { - color: #54278f; + color: color('violet-70v'); } .hide { @@ -79,6 +88,25 @@ main { .usa-nav { background: white; + + .usa-sidenav__item { + .usa-current { + color: color('violet-70v'); + } + } +} + +.usa-sidenav{ + + .usa-sidenav__item { + .usa-current { + color: #54278f; + + &:after { + background-color: rebeccapurple; + } + } + } } .usa-section { @@ -139,6 +167,11 @@ main { max-width: 32rem; } +.usa-legend-wrapper { + word-wrap: break-word; + hyphens: auto; +} + .usa-legend { max-width: 100%; font-weight: 600; @@ -422,6 +455,16 @@ iframe:focus { } } +.videoWrapper { + position: relative; + padding-bottom: 62.5%; + height: 0; +} + +.usa-footer__nav { + background: none; +} + @media (min-width: 64em) { .usa-nav__primary {