From 2bbbb2dddeaf856429a6aa88fd65cad615fc4d52 Mon Sep 17 00:00:00 2001 From: Dev Kumar Date: Wed, 2 Nov 2022 10:48:42 -0400 Subject: [PATCH] website: made changes to landing page wrt pods and screenshots (#683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * website: made changes to landing page wrt pods and screenshots Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * website: format & lint fix Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * website: minor changes Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * website: minor changes Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * website: suggested changes for pods section Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * website: suggested changes for pods section Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * minor tweak Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update website/src/pages/index.tsx Co-authored-by: Charlie Drage Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update website/src/pages/index.tsx Co-authored-by: Charlie Drage Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update website/src/pages/index.tsx Co-authored-by: Charlie Drage Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update website/src/pages/index.tsx Co-authored-by: Charlie Drage Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update index.tsx Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * chore: fix linter Change-Id: I591a32cf0c09f69c18c4c3554416d1ec31f68466 Signed-off-by: Florent Benoit Signed-off-by: Dev Kumar Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> Signed-off-by: Florent Benoit Co-authored-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> Co-authored-by: Charlie Drage Co-authored-by: Florent Benoit --- website/src/pages/index.tsx | 99 ++++++++++++++++++++++++++++++++----- 1 file changed, 87 insertions(+), 12 deletions(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index a47cc362e37..9c755beec53 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -342,9 +342,7 @@ function EnterpriseReady() {

Code signing

-

- macOS binaries are digitally signed (Windows certification is in progress). -

+

Signed binaries for both macOS and Windows

@@ -380,7 +378,7 @@ const copyBrewInstructions = () => { function RunAnywhere() { return ( -
+

@@ -392,7 +390,7 @@ function RunAnywhere() {

-
+
-
+
-
+
+
@@ -502,10 +500,6 @@ function MainFeatures() { Start / Stop / Restart containers

-

- - Start / Stop / Restart pods -

@@ -569,6 +563,86 @@ function MainFeatures() { ); } +function Pods() { + return ( +
+
+
+ + +

+ Work with Pods and Kubernetes +

+
+
+
+
+
+ +
+
+

+ Create and "Podify" +

+

+ + Create Pods from existing containers +

+

+ + Create, start, inspect and manage pods +

+
+
+
+
+ +
+
+

Kubernetes

+

+ + Play Kubernetes YAML directly with Podman Engine +

+

+ + Generate Kubernetes YAML from pods +

+

+ + Deploy to existing Kubernetes environments +

+
+
+
+
+
+
+
+ +
+ Discover More + + + +
+ +
+
+
+ ); +} + export default function Home(): JSX.Element { return ( +