From 624aab644065fef1889c9678a125ca9ecad505eb Mon Sep 17 00:00:00 2001 From: Michael Peterson Date: Fri, 2 Dec 2022 09:55:23 -0500 Subject: [PATCH] Partner landing pages (#299) * Make partner page more generic * Add Fractal, Loot, and Maverick pages --- src/components/footer/ZeroTo.js | 9 +- src/components/ucsf/Hero.js | 17 +-- src/components/ucsf/HowAptibleWorks.js | 47 +++++++ src/pages/fractal.js | 139 +++++++++++++++++++++ src/pages/loot.js | 139 +++++++++++++++++++++ src/pages/maverick.js | 162 +++++++++++++++++++++++++ src/pages/ucsf.js | 15 ++- 7 files changed, 509 insertions(+), 19 deletions(-) create mode 100644 src/components/ucsf/HowAptibleWorks.js create mode 100644 src/pages/fractal.js create mode 100644 src/pages/loot.js create mode 100644 src/pages/maverick.js diff --git a/src/components/footer/ZeroTo.js b/src/components/footer/ZeroTo.js index 1f863a1..c838bdd 100644 --- a/src/components/footer/ZeroTo.js +++ b/src/components/footer/ZeroTo.js @@ -5,20 +5,21 @@ import SignupForm from '../signup-form'; const ZeroTo = ({ btnText = "Sign up for free", - overrideParams = {} + overrideParams = {}, + headline = <>Focus on innovation,
not compliance, + subHeadline = "Eliminate compliance stress and get your app out into the world." }) => { return (

- Focus on innovation, -
not compliance + {headline}

- Eliminate compliance stress and get your app out into the world. + {subHeadline}

diff --git a/src/components/ucsf/Hero.js b/src/components/ucsf/Hero.js index d635f67..6d5142b 100644 --- a/src/components/ucsf/Hero.js +++ b/src/components/ucsf/Hero.js @@ -3,24 +3,17 @@ import styles from './Hero.module.css'; import { Grid } from '../grid/Grid'; import SignupForm from '../../components/signup-form'; -export default () => ( +export default ({ headline, subHeadline, utmCampaign }) => (
-

- HIPAA compliant +
secure infrastructure - from day 1 -

- -

- Focus on product innovation and accelerate your startup journey. Get - $5,000 in credits to run your applications and databases on Aptible. -

+

{headline}

+

{subHeadline}

diff --git a/src/components/ucsf/HowAptibleWorks.js b/src/components/ucsf/HowAptibleWorks.js new file mode 100644 index 0000000..403e133 --- /dev/null +++ b/src/components/ucsf/HowAptibleWorks.js @@ -0,0 +1,47 @@ +import React from 'react'; +import styles from '../deploy/HowAptibleWorks.module.css'; +import StepByStep from '../deploy/StepByStep'; + +const defaultSteps = [ + [ + { + id: '01', + title: 'Create, without configuration', + text: + 'It starts with your ideas, not your infrastructure. Give Aptible your code by integrating your repos or Docker registry and you are up and running in minutes–without configuration or management.', + }, + { + id: '02', + title: 'Launch, without delay', + text: + <>Your apps and databases are production ready from the moment you deploy them. Launch anything, from a static site to your entire backend, without config changes., + }, + { + id: '03', + title: 'Scale, without compromises', + text: + <>

Your app and database is ready for any load with unlimited scale. You pay only for the resources you use.

Aptible comes with enterprise-grade reliability, engineering-led support, single tenancy and resource isolation, infrastructure portability*, HITRUST and FedRAMP control inheritance*.

* Coming 2023

, + }, + ], +]; + +const defaultTitle = 'How Aptible Works'; +const defaultDescription = + 'Developers love creating apps and databases with Aptible. Companies love scaling with Aptible\'s production-ready, cost-optimized infrastructure.'; + +export default ({ + steps = defaultSteps, + title = defaultTitle, + description = defaultDescription, +}) => ( +
+
+
+

{title}

+

{description}

+
+
+ + +
+); diff --git a/src/pages/fractal.js b/src/pages/fractal.js new file mode 100644 index 0000000..a4eafc4 --- /dev/null +++ b/src/pages/fractal.js @@ -0,0 +1,139 @@ +import React from 'react'; +import { Helmet } from 'react-helmet'; +import AptibleLayout from '../components/layouts/AptibleLayout'; +import GreatCompany from '../components/customers/GreatCompany'; +import Hero from '../components/ucsf/Hero'; +import { Grid } from '../components/grid/Grid'; +import Feature from '../pages/solutions/components/Feature'; +import aptibleIcon from '../images/aptible-favicon-100.png'; +import HowAptibleWorks from '../components/ucsf/HowAptibleWorks'; +import CustomerCards from '../components/ucsf/CustomerCards'; +import Faq from '../components/deploy/Faq'; +import ZeroTo from '../components/footer/ZeroTo'; + +const UTM_CAMPAIGN = 'partner_fractal'; +const SUBHEADLINE = <> + Built for teams who would rather focus on product innovation, Aptible’s platform as a service is not only great to start with but also great to scale on. As a Fractal portfolio company you can claim $5,000 in credits to get started—and scale—on Aptible. + + +export default () => ( + + + Aptible | Fractal + + + + +
+

Hundreds of the fastest growing companies have started and scaled on Aptible

+
+
+ + +
+ +

Bring your code, Aptible does the rest.

+

+ Go from concept to cost-optimized, production-ready app. Aptible + implements and manages the operation of all your infrastructure, + security, and compliance. All the needed infrastructure security + controls required to satisfy a variety of regulations and security + frameworks—such as HIPAA, HITRUST, and SOC 2—are automated + and enforced. With Aptible, companies can focus on creating value + for customers, not managing low level infrastructure accounts. +

+

+ And for Fractal portfolio companies, we'll provide $5,000 in credits + to get you started building your apps and databases on Aptible. +

+ + } + smallImage={Aptible Icon} + steps={[]} + /> +
+
+ + + +
+
+ + The credits expire 45 days from signing up if you’ve not + activated an Aptible Dedicated Stack. If a Dedicated + Stack is activated within 45 days of signing up, the + credits last indefinitely until you exhaust them. +

+ ), + }, + { + title: 'What do these credits go towards?* ', + question: ( +
+

+ Aptible is an application development and hosting + platform, with a focus on security and compliance. The + Aptible pricing model is a pay-as-you-go subscription + model primarily based on utilized compute resources, + encrypted disk storage, backups and the provisioning + of a Dedicated Stack. +

+ +

+ + Learn more about Aptible’s pricing. + +

+ +

+ On average, with $5,000, customers can expect to run + their workloads on Aptible for free for 4-6 months. + This duration can be longer or shorter depending on + the volume of your compute and storage utilization. +

+
+ ), + }, + { + title: 'What is a Dedicated Stack?', + question: ( +

+ A dedicated stack is a deployment environment where you + are the sole tenant, to which Aptible automatically + applies and maintains the required security + configurations and SLAs needed for security, compliance + and availability. Each Aptible dedicated Stack runs in + its own private VPC. Dedicated Stacks are ideal for when + customers want to ingest regulated data like PHI, ensure + HIPAA and HITRUST compliance, or have stringent + availability and business continuity requirements. +

+ ), + }, + ]} + /> +
+
+
+ Focus on your code.
Not your infrastructure.} subHeadline="Get started in minutes not months." btnText="Redeem Credits Now" overrideParams={{ 'utm_campaign': UTM_CAMPAIGN }} /> +
+); diff --git a/src/pages/loot.js b/src/pages/loot.js new file mode 100644 index 0000000..6e10e78 --- /dev/null +++ b/src/pages/loot.js @@ -0,0 +1,139 @@ +import React from 'react'; +import { Helmet } from 'react-helmet'; +import AptibleLayout from '../components/layouts/AptibleLayout'; +import GreatCompany from '../components/customers/GreatCompany'; +import Hero from '../components/ucsf/Hero'; +import { Grid } from '../components/grid/Grid'; +import Feature from '../pages/solutions/components/Feature'; +import aptibleIcon from '../images/aptible-favicon-100.png'; +import HowAptibleWorks from '../components/ucsf/HowAptibleWorks'; +import CustomerCards from '../components/ucsf/CustomerCards'; +import Faq from '../components/deploy/Faq'; +import ZeroTo from '../components/footer/ZeroTo'; + +const UTM_CAMPAIGN = 'partner_loot'; +const SUBHEADLINE = <> + Built for teams who would rather focus on product innovation, Aptible’s platform as a service is not only great to start with but also great to scale on. With Loot, you can claim $5,000 in credits to get started—and scale—on Aptible. + + +export default () => ( + + + Aptible | Loot + + + + +
+

Hundreds of the fastest growing companies have started and scaled on Aptible

+
+
+ + +
+ +

Bring your code, Aptible does the rest.

+

+ Go from concept to cost-optimized, production-ready app. Aptible + implements and manages the operation of all your infrastructure, + security, and compliance. All the needed infrastructure security + controls required to satisfy a variety of regulations and security + frameworks—such as HIPAA, HITRUST, and SOC 2—are automated + and enforced. With Aptible, companies can focus on creating value + for customers, not managing low level infrastructure accounts. +

+

+ And for companies going through Loot, we'll provide $5,000 in credits + to get you started building your apps and databases on Aptible. +

+ + } + smallImage={Aptible Icon} + steps={[]} + /> +
+
+ + + +
+
+ + The credits expire 45 days from signing up if you’ve not + activated an Aptible Dedicated Stack. If a Dedicated + Stack is activated within 45 days of signing up, the + credits last indefinitely until you exhaust them. +

+ ), + }, + { + title: 'What do these credits go towards?* ', + question: ( +
+

+ Aptible is an application development and hosting + platform, with a focus on security and compliance. The + Aptible pricing model is a pay-as-you-go subscription + model primarily based on utilized compute resources, + encrypted disk storage, backups and the provisioning + of a Dedicated Stack. +

+ +

+ + Learn more about Aptible’s pricing. + +

+ +

+ On average, with $5,000, customers can expect to run + their workloads on Aptible for free for 4-6 months. + This duration can be longer or shorter depending on + the volume of your compute and storage utilization. +

+
+ ), + }, + { + title: 'What is a Dedicated Stack?', + question: ( +

+ A dedicated stack is a deployment environment where you + are the sole tenant, to which Aptible automatically + applies and maintains the required security + configurations and SLAs needed for security, compliance + and availability. Each Aptible dedicated Stack runs in + its own private VPC. Dedicated Stacks are ideal for when + customers want to ingest regulated data like PHI, ensure + HIPAA and HITRUST compliance, or have stringent + availability and business continuity requirements. +

+ ), + }, + ]} + /> +
+
+
+ Focus on your code.
Not your infrastructure.} subHeadline="Get started in minutes not months." btnText="Redeem Credits Now" overrideParams={{ 'utm_campaign': UTM_CAMPAIGN }} /> +
+); diff --git a/src/pages/maverick.js b/src/pages/maverick.js new file mode 100644 index 0000000..150ddb2 --- /dev/null +++ b/src/pages/maverick.js @@ -0,0 +1,162 @@ +import React from 'react'; +import { Helmet } from 'react-helmet'; +import AptibleLayout from '../components/layouts/AptibleLayout'; +import GreatCompany from '../components/customers/GreatCompany'; +import Hero from '../components/ucsf/Hero'; +import { Grid } from '../components/grid/Grid'; +import Feature from '../pages/solutions/components/Feature'; +import aptibleIcon from '../images/aptible-favicon-100.png'; +import HowAptibleWorks from '../components/ucsf/HowAptibleWorks'; +import CustomerCards from '../components/ucsf/CustomerCards'; +import Faq from '../components/deploy/Faq'; +import ZeroTo from '../components/footer/ZeroTo'; + +const UTM_CAMPAIGN = 'partner_maverick'; +const SUBHEADLINE = <> + Built for teams who would rather focus on product innovation, Aptible’s platform as a service is not only great to start with but also great to scale on. As a Maverick Ventures portfolio company, you can claim $5,000 in credits to get started—and scale—on Aptible. + +const howItWorksSteps = [ + [ + { + id: '01', + title: 'Create, without configuration', + text: + 'It starts with your ideas, not your infrastructure. Give Aptible your code by integrating your repos or Docker registry and you are up and running in minutes–without configuration or management.', + }, + { + id: '02', + title: 'Launch, without delay', + text: + <>

Your apps and databases are production ready from the moment you deploy them. Launch anything, from a static site to your entire backend, without config changes.

Secure, isolated infrastructure that meets HIPAA compliance requirements is only a toggle away. (And yes, we sign BAAs.)

, + }, + { + id: '03', + title: 'Scale, without compromises', + text: + <>

Your app and database is ready for any load with unlimited scale. You pay only for the resources you use.

Aptible comes with enterprise-grade reliability, engineering-led support, single tenancy and resource isolation, infrastructure portability*, HITRUST and FedRAMP control inheritance*.

* Coming 2023

, + }, + ], +]; + +export default () => ( + + + Aptible | Maverick Ventures + + + + +
+

Hundreds of the fastest growing companies (including 20 digital health unicorns) have started and scaled on Aptible

+
+
+ + +
+ +

Bring your code, Aptible does the rest.

+

+ Go from concept to cost-optimized, production-ready app. Aptible + implements and manages the operation of all your infrastructure, + security, and compliance. All the needed infrastructure security + controls required to satisfy a variety of regulations and security + frameworks—such as HIPAA, HITRUST, and SOC 2—are automated + and enforced. With Aptible, companies can focus on creating value + for customers, not managing low level infrastructure accounts. +

+

+ And for Maverick Ventures portfolio companies, we’ll provide $5,000 + in credits to get you started building your apps and databases + on Aptible. +

+ + } + smallImage={Aptible Icon} + steps={[]} + /> +
+
+ + + +
+
+ + The credits expire 45 days from signing up if you’ve not + activated an Aptible Dedicated Stack. If a Dedicated + Stack is activated within 45 days of signing up, the + credits last indefinitely until you exhaust them. +

+ ), + }, + { + title: 'What do these credits go towards?* ', + question: ( +
+

+ Aptible is an application development and hosting + platform, with a focus on security and compliance. The + Aptible pricing model is a pay-as-you-go subscription + model primarily based on utilized compute resources, + encrypted disk storage, backups and the provisioning + of a Dedicated Stack. +

+ +

+ + Learn more about Aptible’s pricing. + +

+ +

+ On average, with $5,000, customers can expect to run + their workloads on Aptible for free for 4-6 months. + This duration can be longer or shorter depending on + the volume of your compute and storage utilization. +

+
+ ), + }, + { + title: 'What is a Dedicated Stack?', + question: ( +

+ A dedicated stack is a deployment environment where you + are the sole tenant, to which Aptible automatically + applies and maintains the required security + configurations and SLAs needed for security, compliance + and availability. Each Aptible dedicated Stack runs in + its own private VPC. Dedicated Stacks are ideal for when + customers want to ingest regulated data like PHI, ensure + HIPAA and HITRUST compliance, or have stringent + availability and business continuity requirements. +

+ ), + }, + ]} + /> +
+
+
+ Focus on your code.
Not your infrastructure.} subHeadline="Get started in minutes not months." btnText="Redeem Credits Now" overrideParams={{ 'utm_campaign': UTM_CAMPAIGN }} /> +
+); diff --git a/src/pages/ucsf.js b/src/pages/ucsf.js index 92b8d21..e8f603a 100644 --- a/src/pages/ucsf.js +++ b/src/pages/ucsf.js @@ -6,18 +6,27 @@ import Hero from '../components/ucsf/Hero'; import { Grid } from '../components/grid/Grid'; import Feature from '../pages/solutions/components/Feature'; import aptibleIcon from '../images/aptible-favicon-100.png'; -import HowAptibleWorks from '../components/deploy/HowAptibleWorks'; +import HowAptibleWorks from '../components/ucsf/HowAptibleWorks'; import CustomerCards from '../components/ucsf/CustomerCards'; import Faq from '../components/deploy/Faq'; import ZeroTo from '../components/footer/ZeroTo'; +const UTM_CAMPAIGN = 'partner_ucsf'; +const SUBHEADLINE = <> + Built for teams who would rather focus on product innovation, Aptible’s platform as a service is not only great to start with but also great to scale on. As part of UCSF Health Hub, you can claim $5,000 in credits to get started—and scale—on Aptible. + + export default () => ( Aptible | UCSF Health Hub - +
@@ -118,6 +127,6 @@ export default () => (
- + Focus on your code.
Not your infrastructure.} subHeadline="Get started in minutes not months." btnText="Redeem Credits Now" overrideParams={{ 'utm_campaign': UTM_CAMPAIGN }} /> );