From 5b5500d42ebc5a424018e7fdfd58b269afb907fc Mon Sep 17 00:00:00 2001 From: brucedonovan Date: Fri, 18 Aug 2023 11:26:09 +0100 Subject: [PATCH] alternateStyling --- src/components/MailChimpForm.tsx | 7 +- src/pages/index.tsx | 248 ++++++++++++++++++++----------- 2 files changed, 162 insertions(+), 93 deletions(-) diff --git a/src/components/MailChimpForm.tsx b/src/components/MailChimpForm.tsx index ae9adaa..1d12f37 100644 --- a/src/components/MailChimpForm.tsx +++ b/src/components/MailChimpForm.tsx @@ -79,8 +79,8 @@ function MailchimpForm() { } return ( -
-
+
+
setEmail(e.target.value)} placeholder='Email address' + /> {!isValidEmail && 'Please enter a valid email address.'}
+ +
*/} + +
+
+ Discover more
+
-
- Built by Yield icon. Powered by OpenAI. -
- -
- - - -
-
- - - -
- -
- + {/* transition div - TODO - must be a better way to do this? */} +
+ {/* Panel 3 */}
-

Trade Assets. Retrieve Data.

-

Interact with Smart Contracts.

+

+ Trade Assets. Retrieve Data. +

+

+ Interact with Smart Contracts. +

-

The groundbreaking Cacti web-interface is in alpha development, with many protocols already integrated, and more on the way.

+

+ The groundbreaking Cacti web-interface is in alpha development, + with many protocols already integrated, and more on the way. +

{/* Panel 2 */} -
- +
+
- {/* features */} -
- +
{/* Uniswap commented out until video */} {/*
- -
{/* Panel 4 */}
-

Open source and built in Public

+

+ Open source and built in Public +

-

+

We've released Cacti under an AGPL license.

-

+

Use our developer features and start building in the open with us.

@@ -154,51 +206,67 @@ export default function Home() { {/* Feature cards - no images */}
-
-
- +
- +
- +
- +
- +
- +
- -
- {/* Panel 6 */} -
+ {/* Panel 6 */} + - - {/* FOOTER */} + + {/* FOOTER */} - -
- ) + ); }