From e371119503bff568867921801bc32d3857f052e1 Mon Sep 17 00:00:00 2001 From: Robert Stringer Date: Thu, 18 Nov 2021 17:02:11 +0000 Subject: [PATCH] 2up promo unit, dropping image --- src/pages/index.js | 96 +++++++++++++++++++++++++++++-------------- src/styles/_docs.scss | 6 +++ 2 files changed, 72 insertions(+), 30 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index b1e965cebbd..1d9a8514a6b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,7 +1,6 @@ import React from "react"; import { Container } from "react-bootstrap"; import Icon, { iconNames } from "../components/icon/"; -import cliImg from "../images/screen-demo.gif"; import { Footer, IndexSubNav, Layout, Link, MainContent } from "../components"; const IndexCard = ({ iconName, headingText, children }) => ( @@ -43,49 +42,86 @@ const Page = () => ( {/* Sign Post */} -
- Demo -
- -
-
-
-
- - Illustration of a Kubernetes Terminal Command - +
+
+
+
+
+ Demo +
-
-

- - BigAnimal - -
- Demonstration of Oracle SQL compatibility in BigAnimal -

+
+

+ + Demonstration of Oracle SQL
+ compatibility in BigAnimal + +

BigAnimal lets you run Oracle SQL queries in the cloud via EDB Postgres Advanced Server. Watch the video, or load up psql and follow along.

-

- View demo → + Watch demo + +

+

+ + Find out more → + +

+
+
+
+
+
+
+ + Interactive Demo + +
+
+ +
+

+ + Install, Configure and Deploy PostgreSQL
+ with Kubernetes + +

+

+ Want to see what it takes to get the Cloud Native PostgreSQL + Operator up and running? Try in the browser now, no downloads + required. +

+
+

+ + Try it now

-

- - Learn More +

+ + Find out more →

diff --git a/src/styles/_docs.scss b/src/styles/_docs.scss index 780047d12b8..3d9ecfe9598 100644 --- a/src/styles/_docs.scss +++ b/src/styles/_docs.scss @@ -229,3 +229,9 @@ html.katacoda-panel-active .katacoda-exec-button { font-size: 0.7rem; } } + +.homepage-headling-link { + &:hover { + text-decoration: underline; + } +}