diff --git a/pages/partner-with-us.js b/pages/partner-with-us.js index 7645945..2c4a123 100644 --- a/pages/partner-with-us.js +++ b/pages/partner-with-us.js @@ -1,150 +1,92 @@ -import { Button } from '@trussworks/react-uswds'; +import {Button} from '@trussworks/react-uswds'; import styles from '../styles/Home.module.scss'; import getInvolved1 from '../public/get-involved-1.svg'; import getInvolved2 from '../public/get-involved-2.svg'; -import getInvolved3 from '../public/get-involved-3.svg'; import mobileGetInvolved1 from '../public/mobile/get-involved-1.svg'; import mobileGetInvolved2 from '../public/mobile/get-involved-2.svg'; -import mobileGetInvolved3 from '../public/mobile/get-involved-3.svg'; import Image from 'next/image'; import Head from 'next/head'; export default function GetInvolved() { - return ( - <> - - Partner with us - Public Health Data Infrastructure - -
-
-
-

- Partner with us -

-
- Public health agencies have a variety of opportunities to - contribute to the development of Building Blocks. Below we've - outlined how jurisdictions can get involved at various levels of - partnership, including our beta program, focus groups, and - Community of Practice (CoP). -
-
- This is also an opportunity extended to any partner who would like - their feedback incorporated into future Building Blocks work, but - who may not be immediately available to participate in the beta program. -
-
-
-
-
-
- -
-
- -
-

- Beta program -

-
- Our beta program is an opportunity for STLTs to define and - iterate on existing Building Blocks. By participating in this - program, STLTs will gain a greater awareness about their data - architecture strengths and weaknesses and help improve a part - of their data process. -

- We invite you to visit our SDK toolkit where you can explore - the full range of modular Building Blocks. If interested in - getting involved in our beta program, please reach out to our - team. -
- -
-
-
-
-
- -
-
- -
-

- Focus groups -

-
- We are conducting a series of focus groups to hear back from - public health agency staff who interact with data related to - childhood lead poisoning, Legionnaires’ disease, listeria, and - HIV surveillance at any point along the data lifecycle (e.g., - collection, ingestion, management, analysis, visualization). -

- The purpose of these focus groups is to gather STLT input on - how we prioritize and design potential Building Blocks. Each - focus group will last for approximately 60 minutes. -
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-

- You can also help support the Community of Practice -

-
- A CoP partner is a STLT who, in the immediate future, is - interested in offering feedback about the design principles and - application interface(s) for Building Blocks and, in the near - future, is interested in getting involved in the Building Block - ecosystem by contributing code, helping define what the open source - community will look like, or offering other services as needed. -
-
- +
+
+
+
+
+
+ +
+
+ +
+

+ Try our products +

+
+ If your jurisdiction is interested in using our products to solve your public health data challenges, please reach out to our team. We’d love to better understand your data needs and find ways to plug in. +
- Contact Us - -
+
+
+
+
+
+ +
+
+ +
+

+ Talk to us +

+
+ Want to learn more? Our team is available to talk about how we can help you improve your public health data processing workflows. +
+
+
+
+
- - - - - ); + + ); } diff --git a/styles/globals.css b/styles/globals.css index c7a0446..be8213b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -146,6 +146,10 @@ h2 { color: white !important; } +.fill-page { + min-height: 80vh +} + @media (min-width: 64em) { .usa-header--basic .usa-navbar { width: 60% !important;