synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
117 lines (116 loc) • 3.6 kB
JavaScript
import { jsxs as a, jsx as e } from "react/jsx-runtime";
import { h2Sx as i, homepageBodyText as n } from "./HomepageStyles.js";
import { Box as o, Typography as r, Button as p } from "@mui/material";
import { SynapsePlans as x } from "./SynapsePlans.js";
import { SynapseHomepageNavBar as s } from "./SynapseHomepageNavBar.js";
function g({ gotoPlace: t }) {
return /* @__PURE__ */ a(o, { sx: { overflow: "hidden" }, children: [
/* @__PURE__ */ e(
o,
{
sx: {
boxShadow: "0px 2px 8px 0px rgba(0, 0, 0, 0.15)"
},
children: /* @__PURE__ */ e(s, { gotoPlace: t })
}
),
/* @__PURE__ */ a(
o,
{
sx: {
textAlign: "center",
p: {
xs: "30px",
lg: "64px 0px"
}
},
children: [
/* @__PURE__ */ a(o, { sx: { maxWidth: "900px", m: "auto" }, children: [
/* @__PURE__ */ e(r, { variant: "headline1", sx: i, children: "Explore Synapse plans" }),
/* @__PURE__ */ e(
r,
{
variant: "body1",
sx: {
...n,
pt: {
xs: "20px",
md: "48px"
}
},
children: "Sage offers multiple service plans to help you with your data sharing needs including NIH Data Management and Sharing plans."
}
)
] }),
/* @__PURE__ */ e(o, { sx: { py: { xs: "30px", md: "60px" } }, children: /* @__PURE__ */ e(x, {}) })
]
}
),
/* @__PURE__ */ a(
o,
{
sx: {
textAlign: "center",
p: {
xs: "40px",
lg: "60px 0px"
},
backgroundColor: "#172430"
},
children: [
/* @__PURE__ */ e(o, { sx: { maxWidth: "780px", m: "auto" }, children: /* @__PURE__ */ e(
r,
{
variant: "headline1",
sx: {
fontSize: { xs: "32px", md: "40px" },
fontWeight: 600,
color: "white",
lineHeight: { xs: "34px", md: "45px" }
},
children: "Synapse gives you the tools to make your data discoverable"
}
) }),
/* @__PURE__ */ a(o, { sx: { maxWidth: "900px", m: "auto" }, children: [
/* @__PURE__ */ e(
r,
{
variant: "body1",
sx: {
...n,
color: "white",
pt: "48px",
pb: "44px"
},
children: "Working on a grant proposal? Curious about what Synapse can do for you? Learn more about our plans and see which one is right for you."
}
),
/* @__PURE__ */ e(
p,
{
size: "large",
variant: "contained",
color: "light",
href: "https://sagebionetworks.jira.com/servicedesk/customer/portal/9/group/26/create/162",
target: "_blank",
sx: {
p: "5px 25px",
width: {
xs: "100%",
md: "auto"
}
},
children: "Contact us for more information"
}
)
] })
]
}
)
] });
}
export {
g as SynapsePlansPage,
g as default
};
//# sourceMappingURL=SynapsePlansPage.js.map