Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Replaced with the logos #419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32,967 changes: 23,012 additions & 9,955 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions src/components/Home/ContentCard.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Grid, Link } from "@trussworks/react-uswds";
import { ReactNode } from "react";

type ContentCardProps = {
logo: ReactNode;
logo: string;
header: string;
body: string;
cta: string;
Expand All @@ -11,15 +10,15 @@ type ContentCardProps = {
function ContentCard({ logo, header, body, cta, url }: ContentCardProps) {
return (
<Grid tablet={{ col: true }}>
<div className="margin-y-3">
<div className="height-8 display-flex flex-justify-center flex-align-center">
{logo}
<div className="margin-bottom-3 margin-top-6 margin-left-3">
<div className="height-8 d-inline-flex flex-justify-center flex-align-center">
<img alt="logo" src={logo} />
</div>
<h2 className="margin-y-2">{header}</h2>
<h2 className="margin-bottom-3 margin-top-2">{header}</h2>
<p>{body}</p>
<Link href={url} target="_blank" variant="external">
<div className="margin-bottom-6"><Link href={url} target="_blank" variant="external">
{cta}
</Link>
</Link></div>
</div>
</Grid>
);
Expand Down
Binary file added src/images/logos/cdhs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 0 additions & 188 deletions src/images/logos/cdhs.svg

This file was deleted.

Binary file added src/images/logos/colorado-crisis-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading