diff --git a/web/ensign-landing-page/src/components/content/PageTitle.js b/web/ensign-landing-page/src/components/content/PageTitle.js index b6f4c835f..0246888d0 100644 --- a/web/ensign-landing-page/src/components/content/PageTitle.js +++ b/web/ensign-landing-page/src/components/content/PageTitle.js @@ -2,11 +2,11 @@ import React from "react"; export default function PageTitle() { return ( -
-
-

Ensign

-

Powering Realtime Experiences

-

& Data-driven Apps

+
+
+

Ensign

+

Powering Realtime Experiences

+

& Data-driven Apps

) diff --git a/web/ensign-landing-page/src/components/layout/BuildApps.js b/web/ensign-landing-page/src/components/layout/BuildApps.js index 4ec2bed1b..f764f2978 100644 --- a/web/ensign-landing-page/src/components/layout/BuildApps.js +++ b/web/ensign-landing-page/src/components/layout/BuildApps.js @@ -2,8 +2,8 @@ import React from 'react'; export default function BuildApps() { return ( -
-
+
+

Spend Your Time Writing Code, Not YAML

diff --git a/web/ensign-landing-page/src/components/layout/DevExperience.js b/web/ensign-landing-page/src/components/layout/DevExperience.js index 04ebf83de..092556fc8 100644 --- a/web/ensign-landing-page/src/components/layout/DevExperience.js +++ b/web/ensign-landing-page/src/components/layout/DevExperience.js @@ -3,7 +3,7 @@ import React from 'react' export default function DevExperience() { return (

-
+

The Developer Experience

Ensign is an advanced event data store designed with application developers, data scientists, and product managers in mind. Ensign combines fast transactional services with decoupled processing and rich, insight-driven online analysis, without the need for additional infrastructure or a PhD. in Kafka. Ensign makes event-driven microservices accessible to everyday developers, data scientists, and product managers.

    diff --git a/web/ensign-landing-page/src/components/layout/Diagram.js b/web/ensign-landing-page/src/components/layout/Diagram.js index 8ec4b5050..3b5666aa4 100644 --- a/web/ensign-landing-page/src/components/layout/Diagram.js +++ b/web/ensign-landing-page/src/components/layout/Diagram.js @@ -3,7 +3,7 @@ import diagram from './img/ensign-diagram.png' export default function Diagram() { return ( -
    +

    Data Engineering Simplified

-
    +
    • Envelope info@rotational.io @@ -43,7 +43,7 @@ export default function Footer() { GitHub logo rotationalio @@ -53,7 +53,7 @@ export default function Footer() { Twitter logo rotationalio @@ -63,7 +63,7 @@ export default function Footer() { LinkedIn logo Rotational diff --git a/web/ensign-landing-page/src/components/layout/Header.js b/web/ensign-landing-page/src/components/layout/Header.js index 3d94afb80..e0b0b442f 100644 --- a/web/ensign-landing-page/src/components/layout/Header.js +++ b/web/ensign-landing-page/src/components/layout/Header.js @@ -2,30 +2,13 @@ import React from 'react'; import Navbar from './Navbar'; import PageTitle from '../content/PageTitle'; -const style = { - backgroundImage: `url(${process.env.PUBLIC_URL + '/hero.png'})`, - backgroundRepeat: 'no-repeat', - backgroundPosition: 'right', - backgroundSize: '882.5px 480px', - minHeight: '480px', - width: '100%', -} - -const hwrap = { - backgroundImage: `url(${process.env.PUBLIC_URL + '/wave.png'})`, - backgroundRepeat: 'x', - backgroundPosition: 'right', - minHeight: '480px', - width: '100%', -} - export default function Header() { return ( -
      -
      - - +
      +
      + +
      -
      +
      ) } \ No newline at end of file diff --git a/web/ensign-landing-page/src/components/layout/Main.js b/web/ensign-landing-page/src/components/layout/Main.js index c2ffbf0a3..b28e024d3 100644 --- a/web/ensign-landing-page/src/components/layout/Main.js +++ b/web/ensign-landing-page/src/components/layout/Main.js @@ -3,7 +3,7 @@ import AccessForm from "../content/AccessForm"; export default function Main() { return( -
      +

      Powering Real-time Apps & Analytics

      diff --git a/web/ensign-landing-page/src/components/layout/Navbar.js b/web/ensign-landing-page/src/components/layout/Navbar.js index 237e12f3e..64e2470fb 100644 --- a/web/ensign-landing-page/src/components/layout/Navbar.js +++ b/web/ensign-landing-page/src/components/layout/Navbar.js @@ -4,21 +4,21 @@ import logo from '../layout/img/logo.png' export default function Navbar() { return ( -