From 504dace8d814f769167e954a73f9a9020747c2d0 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Sun, 15 Sep 2024 20:59:21 +0700 Subject: [PATCH 01/28] Refactor, make like and shre button responsive --- src/app/invest/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index b9ac22e..6d60822 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -71,10 +71,13 @@ export default function Invest() {
-
- logo -

NVIDIA

-
+ {/* Name, star and share button packed */} +
+
+ logo +

NVIDIA

+
+
From d30f69b4c0e943a995dbae43287b0887dbefd028 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Sun, 15 Sep 2024 21:07:49 +0700 Subject: [PATCH 02/28] Refactor Invest page UI components, add pack section and adjust grid layout --- src/app/invest/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 6d60822..98e39d2 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -99,6 +99,7 @@ export default function Invest() {
+ {/* end of pack */}

World's first non-metal sustainable battery

{["Technology", "Gaming"].map((tag) => ( @@ -110,9 +111,9 @@ export default function Invest() { ))}
-
+
{/* image carousel */} - + {Array.from({ length: 5 }).map((_, index) => ( @@ -123,7 +124,7 @@ export default function Invest() { -
+

- {" "} hours

Left to invest

From cfb72bbba426da7cba2a3ebe074ea9bbc665319e Mon Sep 17 00:00:00 2001 From: Pattadon Date: Mon, 16 Sep 2024 14:27:43 +0700 Subject: [PATCH 03/28] Refactor Invest page UI components, adjust grid layout and add pack section --- src/app/invest/page.tsx | 114 +++++++++++++++++++++++++--------------- 1 file changed, 72 insertions(+), 42 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 98e39d2..de3245b 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -69,13 +69,19 @@ export default function Invest() {
-
+
{/* Name, star and share button packed */}
- logo -

NVIDIA

+ logo +
NVIDIA
@@ -100,7 +106,10 @@ export default function Invest() {
{/* end of pack */} -

World's first non-metal sustainable battery

+

+ {" "} + World's first non-metal sustainable battery +

{["Technology", "Gaming"].map((tag) => (
{/* image carousel */} - - - {Array.from({ length: 5 }).map((_, index) => ( - +
+ + + {Array.from({ length: 5 }).map((_, index) => ( + +
+ +
+
+ ))} +
{" "} + + +
+ + + {/* boiler plate for an actual pictures */} + - ))} - {" "} - - - -
+ + + + + + + + + + + + + + +
+
-

+

-

5% raised of $5M max goal

+

5% raised of $5M max goal

-

+

{" "} - +

-

Investors

+

Investors

-

- hours +

+ {" "} + hours

Left to invest

- +

- - - {/* boiler plate for an actual pictures */} - - - - - - - - - - - - - - - - -
{/* menu */}
From 381f837e3771b58c68c1c506dc81e71686751882 Mon Sep 17 00:00:00 2001 From: Pattadon Date: Mon, 16 Sep 2024 14:35:04 +0700 Subject: [PATCH 04/28] Refactor Invest page UI components, adjust grid layout and font size --- src/app/notification/page.tsx | 4 ++-- src/app/page.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/notification/page.tsx b/src/app/notification/page.tsx index 40a0187..0d221b5 100644 --- a/src/app/notification/page.tsx +++ b/src/app/notification/page.tsx @@ -11,8 +11,8 @@ export default function Notification() { ]; return (
-
-

Notifications

+
+

Notifications

{/* Cards */} diff --git a/src/app/page.tsx b/src/app/page.tsx index 15f1f49..c8de23e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,17 +15,17 @@ export default function Home() { return (
-
+
-

Explore the world of ventures

- +

Explore the world of ventures

+

Unlock opportunities and connect with a community of passionate

investors and innovators.

Together, we turn ideas into impact.

-
From a048845e3211a639bd66dfc6da2410562fbae206 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Mon, 16 Sep 2024 19:40:19 +0700 Subject: [PATCH 05/28] Refactor Invest page UI components, adjust grid layout and carousel styling --- src/app/invest/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index de3245b..3a76d0a 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -123,24 +123,22 @@ export default function Invest() {
{/* image carousel */}
- - + + {Array.from({ length: 5 }).map((_, index) => ( -
- -
+
))}
{" "}
- + {/* boiler plate for an actual pictures */} From 0728ef8804ef41945c8ce8b3ae426e10ff79c700 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Mon, 16 Sep 2024 19:42:56 +0700 Subject: [PATCH 06/28] Refactor Invest page UI components, adjust grid layout and add margin to grid container --- src/app/invest/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 3a76d0a..cd6932a 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -120,7 +120,7 @@ export default function Invest() { ))}
-
+
{/* image carousel */}
@@ -202,8 +202,8 @@ export default function Invest() {
{/* menu */} -
-