Skip to content

Commit

Permalink
Merge pull request #29 from CDCgov/1416-orchestration-link
Browse files Browse the repository at this point in the history
Adding link to orchestration
  • Loading branch information
lina-roth authored Mar 13, 2024
2 parents 89c6f64 + 3d6c952 commit 033dedb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions components/products/building-blocks-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import link from "../../public/icons/link.svg";
import tabulation from "../../public/icons/tabulation.svg";
import validation from "../../public/icons/validation.svg";
import messageParser from "../../public/icons/messageParser.svg";
import orchestration from "../../public/icons/orchestration.svg";


export const BuildingBlocksInfo = () => {
Expand Down Expand Up @@ -158,6 +159,26 @@ export const BuildingBlocksInfo = () => {
Extracts relevant data from an eCR into a tabular format (i.e.
spreadsheet); customizable depending on user needs
</div>
<div className="grid-row padding-top-3">
<div
className="display-none desktop:display-inline-block margin-right-2 flex-align-self-center">
<Image
alt=""
src={orchestration}
style={{
maxWidth: "100%",
height: "auto"
}} />
</div>
<Link
className="font-semibold flex-align-self-center padding-bottom-1"
href="https://cdcgov.github.io/phdi/latest/containers/orchestration.html"
target='_blank'>
Orchestration
</Link>
Enables coordinated execution of DIBBs Building Blocks in
any order, allowing for fully automated workflows
</div>
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions public/icons/orchestration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 033dedb

Please sign in to comment.