From 72fbc2cba8f112e195a784fa1fae84b9402aed85 Mon Sep 17 00:00:00 2001 From: thebeyondr <19380973+thebeyondr@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:47:28 -0500 Subject: [PATCH] fix: :lipstick: Fix alignment of home page sections --- app/page.tsx | 110 ++++++++++++------------------- components/sections/WhatWeDo.tsx | 2 +- 2 files changed, 44 insertions(+), 68 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5d53c3a..4402d93 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,5 +1,5 @@ -import NextImage from "next/image" -import NextLink from "next/link" +import Image from "next/image" +import Link from "next/link" import ArrowUpVector from "@/public/arrow-right-up-line.svg" import ArrowRightVector from "@/public/arrowright-vector.png" import PSEIcon1 from "@/public/pseicon-1.svg" @@ -21,24 +21,20 @@ export default function IndexPage() {

Programmable cryptography for people like you

- +

Explore The Project Library

- -
+
- + pselogo
@@ -46,7 +42,7 @@ export default function IndexPage() {
- + pseicon1

Learn and Share

@@ -55,7 +51,7 @@ export default function IndexPage() { Diving into Plonk accumulation via aPlonk by Ralph Toledo
- Watch - - + arrowup +
- + pseicon1

Learn and Share

@@ -84,10 +75,8 @@ export default function IndexPage() { Folding Circom Circuit: A ZKML Case Study - Dr. Cathie So
- Watch - - + arrowup +
- + pseicon1

Event

PSE @ETH Global Paris

- Attend - - + arrowup +
- -

+ pseicon1 +

Blog Post

@@ -142,7 +121,7 @@ export default function IndexPage() { zkEVM Community Edition Part 3: Logic and Structure
- read - - + arrowup +
-
-
-

+
+
+

Who we are

-
-

+
+

PSE is a research lab building free tools that expand the world of cryptography. -

+

-
-

- How To Plug In +
+

+ how to plug in

-
-

+
+

PSE is a growing team of developers, researchers, designers, communicators, artists, and organizers. There are so many ways to get involved- you can try out our apps, build with our tools, contribute to projects, or join our team. We’d love to hear from you! -

- +
+ -

+
Say Hi On Discord -

- + arrowupvector -
+

diff --git a/components/sections/WhatWeDo.tsx b/components/sections/WhatWeDo.tsx index e7ba176..4b4e1e8 100644 --- a/components/sections/WhatWeDo.tsx +++ b/components/sections/WhatWeDo.tsx @@ -60,7 +60,7 @@ const WhatWeDo = () => {
{content.map((item, index) => (

{item.title}