diff --git a/pages/index.html b/pages/index.html index 79db953..9e96387 100644 --- a/pages/index.html +++ b/pages/index.html @@ -15,6 +15,21 @@

Mast is building cloud-native mortgage origination technology to help lenders process more applications in less time.

+ + + + + + + + + + + + + + + @@ -68,6 +83,7 @@

Trusted by

+
- Headshot of Dan Atkinson + + Headshot of Dan Atkinson +
Dan Atkinson
Head of Intermediaries, The Melton Building Society @@ -95,112 +113,170 @@
Dan Atkinson
-
-

Welcome to the future of mortgage origination

+
+

Spending too much time on poor‑quality mortgage applications?

- Our products allow lenders to operate more efficiently, react faster to changing market conditions, and focus on offering the best service possible. + Filter out unsuitable loan applications before they're submitted, and automate away admin tasks so your underwriters can get more done with the same resources.

+
+ +
-
-
-
-
- decoration -
-
-

Perfectly-packaged applications

-

Improve application packaging, reduce low-quality applications, and dramatically increase underwriting speeds.

-
+
+
+
+

See how we improve applications

-
-
- decoration -
-
-

Actionable digital policy

-

We convert lending policy from a static document to live, actionable insights for brokers.

+
+ +
+
+
+
+ +
+ +

Real-time feedback

+

+ Brokers see granular, real-time feedback as soon as they breach your lending criteria. We stop brokers submitting unsuitable applications, so you only get high-quality cases. +

+
-
-
- decoration -
-
-

No code needed

-

Our products are self-service, allowing lender staff to make changes – without the need to use developer time.

+
+
+
+ +
+ +

Bespoke packaging

+

+ We give bespoke packaging requirements up-front to make life easier for brokers – so they get you the information you need as early as possible. +

+
-
-
- decoration -
-
-

Continuous updates

-

One subscription covers everything, including support and regular product updates.

+
+
+
+ +
+ +

Advanced
controls

+

+ We can even prevent brokers from starting DIPs if they fail affordability, or prevent them from submitting if the case is clearly outside of your criteria. +

+
-
-
+ +
+ + + +
+ +
+
- -
-
-
-
-

Book a demo

-

- Book a demo of the Mast platform to see how it can help you originate more loans in less time. -

-
- -
+
+
+ 100% + System Uptime +
+
+ £20,000,000 + Mortgage Applications Processed +
+
+ 8.7/10 + Average Broker NPS
+ @@include('./footer.html') @@include('./scripts.html') diff --git a/pages/origination-platform.html b/pages/origination-platform.html index 8f4f892..66164b9 100644 --- a/pages/origination-platform.html +++ b/pages/origination-platform.html @@ -11,7 +11,7 @@
-

Mast Origination Platform

+

Mast. Origination Platform

A new way to handle mortgage applications.

Our portal ensures that lenders receive perfectly packaged applications – every time. @@ -115,24 +115,6 @@

Reduce Costs

- -
-
-
-
-

Book a demo

-

- Book a demo of the Mast platform to see how it can help you originate more loans in less time. -

-
- -
-
-
-
-
@@include('./footer.html') @@include('./scripts.html') diff --git a/pages/partials/header.html b/pages/partials/header.html index 902bfda..b089b82 100644 --- a/pages/partials/header.html +++ b/pages/partials/header.html @@ -35,6 +35,10 @@ + + + + diff --git a/pages/policy-engine.html b/pages/policy-engine.html index 9874a4a..ff743c2 100644 --- a/pages/policy-engine.html +++ b/pages/policy-engine.html @@ -7,11 +7,11 @@
@@include('./nav-dark.html') -
+
-

Mast Policy Engine

+

Mast. Policy Engine

Your golden source of lending policy.

A flexible, secure policy database for storing and managing your lending criteria. @@ -19,23 +19,40 @@

Your golden source of le

+
+
+
+
+
+
+
+
+
+ Image +
+
+
+
+
+ +

- decoration + decoration
Definitive policy database

Make sure everyone sees the same version of your policy. Know who made which changes, when.

- decoration + decoration
Review workflow

Improve your risk and control framework around lending criteria.

- decoration + decoration
Application Portal integration

Policy is deeply integrated into the Mast Application Portal, giving instant feedback and recommendations to brokers.

@@ -44,14 +61,14 @@
Application Portal integration
- decoration + decoration
Fine-grained access control

Decide who can view, who can edit, and who can approve lending policy.

- decoration + decoration
Open APIs

Share and display lending criteria to wherever it's needed using open APIs.

@@ -102,26 +119,6 @@
Open APIs
- - -
-
-
-
-

Book a demo

-

- Book a demo of the Mast platform to see how it can help you originate more loans in less time. -

-
- -
-
-
-
-
- @@include('./footer.html') @@include('./scripts.html') diff --git a/scss/user-variables.scss b/scss/user-variables.scss index 6375418..cf32f27 100644 --- a/scss/user-variables.scss +++ b/scss/user-variables.scss @@ -9,7 +9,7 @@ // Uncomment the variables below and change the hex values. $primary: #166ead; -$primary-2: #666; +$primary-2: #346CA8; $primary-3: #0a0a0a; // $primary-3: #010e1e; // $primary-3: #666; diff --git a/scss/user.scss b/scss/user.scss index 6984908..3b672b5 100644 --- a/scss/user.scss +++ b/scss/user.scss @@ -137,3 +137,17 @@ span.gold{ #subheading-dot { font-family: Helvetica, Arial, sans-serif; } + +.logotype { + font-family: 'Raleway'; + font-weight: 900; + letter-spacing: 0; +} + +// taken from basecamp.com +.highlight { + border-radius: 1em 0 1em 0; + // background-image: linear-gradient(-100deg, rgba(255,224,0,0.3), rgba(255,224,0,0.7) 95%, rgba(255,224,0,0.1)); + background-image: linear-gradient(-100deg, rgba(theme-color('primary-2'),0.075), rgba(theme-color('primary-2'),0.4) 95%, rgba(theme-color('primary-2'),0.035)); + +}