diff --git a/contents/get-started.md b/contents/get-started.md
index ca1bb42..370df81 100644
--- a/contents/get-started.md
+++ b/contents/get-started.md
@@ -6,33 +6,41 @@ pageTitle: Get started
body_class: get-started
subtitle:
- heading: Balanced is specifically designed for two-sided payments, facilitating transactions between multiple parties for marketplaces and crowdfunding platforms.
- linkUrl: "https://support.balancedpayments.com/hc/en-us/categories/200144810-Is-Balanced-a-good-fit-"
- linkText: Find out if Balanced is a good fit
+ heading: Balanced is specifically designed for two-sided payments, facilitating transactions between buyers and sellers, niche marketplaces, and crowdfunding platforms.
basicRequirements:
title: "Basic requirements"
+ body: To use Balanced, you must meet these business requirements.
list:
- - A U.S. bank account
- - A U.S.-registered company with Employee Identification Number
- - A company representative who is a permanent U.S. resident
- - Supported use case that is not on our list of prohibited businesses
+ - Have a U.S. bank account
+ - U.S.-registered company with Employee Identification Number
+ - Company representative who is a permanent U.S. resident
+ - Supported business use case
+
+
+ - Equity & Real estate crowdfunding
+ - Tenant/Landlord payments
+ - Money transmission (sending money to your friends)
+ - Loan payments
+
+
+ Review the full list
stepsToGoLive:
title: Steps to go live
list:
- step: 1
- title: Test the API
+ title: Create an account
image: test
- description: Create an account from the dashboard to obtain a test marketplace and interact with the Balanced API.
+ description: Create an account from the Balanced dashboard to test our platform.
- step: 2
title: Integrate Balanced
image: integrate
- description: Checkout our developer documentation and quick start guides.
+ description: Checkout our developer documentation and quick start guides for integration guides.
- step: 3
- title: Go live
+ title: Apply for production access
image: live
- description: Register for production access via the dashboard to transact live.
+ description: Apply for production access from the Balanced dashboard. We’ll review your information and inform you of your approval status within 2 business days.
tryTheDashboard:
buttonText: Create an account to get started
diff --git a/static/less/get-started.less b/static/less/get-started.less
index e9702f1..c520a44 100644
--- a/static/less/get-started.less
+++ b/static/less/get-started.less
@@ -1,53 +1,44 @@
.get-started {
-
+ .col-md-4 {
+ padding-left: 0;
+ }
.requirements {
- background-color: @gray1;
- margin: 10px 0 0 0;
- padding: 0;
-
- li {
- width: 25%;
- list-style: none;
- padding: 20px 15px;
- margin: 0;
- display: inline-block;
- color: @gray8;
- border-left: 1px solid @gray2;
+ & > .list-group > .list-group-item {
+ color: @black;
- &:first-of-type {
- border-left: none;
- padding-left: 30px;
+ &:first-child {
+ border-top: 1px solid @gray2;
}
-
- &:last-of-type {
- padding-right: 30px;
+ &:last-child {
+ border-bottom: 1px solid @gray2;
}
&:before {
float: left;
margin-left: -5px;
+ margin-right: 10px;
font-family: 'Balanced-Icon';
&:extend(.icon-checkmark2:before);
}
- p {
- margin-left: 20px;
+ li {
+ list-style: disc;
}
}
}
-
.steps {
margin: 10px 0 0 0;
padding: 0;
li {
- width: 32%;
- height: 410px;
- background-color: @gray1;
+ width: 33%;
+ height: 430px;
+ background-color: @gray0;
display: inline-table;
list-style: none;
- margin-left: 14px;
+ margin-left: -5px;
padding: 20px;
+ .border-radius(0);
&:first-of-type {
margin-left: 0;
diff --git a/templates/get-started.html b/templates/get-started.html
index b357cd2..0651907 100644
--- a/templates/get-started.html
+++ b/templates/get-started.html
@@ -13,7 +13,6 @@ {{page.metadata.pageTitle}}
@@ -25,13 +24,16 @@ {{page.metadata.pageTitle}}
{{page.metadata.basicRequirements.title}}
-
- {% for item in page.metadata.basicRequirements.list %}
- -
-
{{item}}
-
- {% endfor %}
-
+
+
{{page.metadata.basicRequirements.body}}
+
+
+
+ {% for item in page.metadata.basicRequirements.list %}
+ - {{item}}
+ {% endfor %}
+
+
@@ -53,8 +55,11 @@
{{item.title}}