From 0b9d0f8387f1166e246a9a261cab0d5967807584 Mon Sep 17 00:00:00 2001 From: Mukesh Bishnoi Date: Tue, 10 Sep 2024 22:26:22 +0530 Subject: [PATCH] made it mobile friendly as per design --- apps/web/components/CTA.tsx | 10 +++++----- apps/web/components/Features.tsx | 4 ++-- apps/web/components/Hero.tsx | 4 ++-- apps/web/components/HowItWork.tsx | 2 +- apps/web/components/Landing.tsx | 2 +- apps/web/components/LanguageSectionLanding.tsx | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/web/components/CTA.tsx b/apps/web/components/CTA.tsx index 974b2129..44cd7dad 100644 --- a/apps/web/components/CTA.tsx +++ b/apps/web/components/CTA.tsx @@ -1,13 +1,13 @@ export function CTA(){ return( -
-
-
+
+
+
Ready to Elevate Your Coding Skills?
Dive into a world of challenging contests, extensive problem libraries, and real-time leaderboards. Whether you’re aiming to sharpen your skills or compete against the best, Algorithmic Arena is your platform for growth and achievement.
- +
-
+
a2
diff --git a/apps/web/components/Features.tsx b/apps/web/components/Features.tsx index 8fcf06da..8726d103 100644 --- a/apps/web/components/Features.tsx +++ b/apps/web/components/Features.tsx @@ -38,14 +38,14 @@ export function Features() {
Platform Features
-
+
Unlock the Full Potential of Competitive Programming with These Key Features
{Features.map((lang: any, index: number) => (
+
Conquer the Code at
Algorithmic Arena
Join elite coders, solve problems, and climb leaderboards at Algorithmic Arena
-
+
diff --git a/apps/web/components/HowItWork.tsx b/apps/web/components/HowItWork.tsx index d40bdc91..b5fda06c 100644 --- a/apps/web/components/HowItWork.tsx +++ b/apps/web/components/HowItWork.tsx @@ -34,7 +34,7 @@ export function HowItWork (){
{steps.map((lang: any, index: number) => (
-
+
diff --git a/apps/web/components/LanguageSectionLanding.tsx b/apps/web/components/LanguageSectionLanding.tsx index d0afffcb..a252bad4 100644 --- a/apps/web/components/LanguageSectionLanding.tsx +++ b/apps/web/components/LanguageSectionLanding.tsx @@ -2,11 +2,11 @@ export function LanguageSectionLanding (){ const languages=['C.svg','C++.svg','Csharp.svg','Go.svg','Java.svg','JS.svg','Php.svg','Ruby.svg'] return( -
+
Supported Languages
-
Solve problems in your preferred language with Algorithmic Arena, offering a wide range of programming language options.
-
+
Solve problems in your preferred language with Algorithmic Arena, offering a wide range of programming language options.
+
{languages.map((lang:string,index:number)=>lng icons)}
& Many More