From bc2e99a8cb6f8f2747d295567463ad5dfdb7f6d7 Mon Sep 17 00:00:00 2001 From: nsundriyal62 Date: Sat, 28 Oct 2023 15:24:47 +0530 Subject: [PATCH 1/2] adding join button --- content/batch/index.mdx | 45 ++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/content/batch/index.mdx b/content/batch/index.mdx index 1896d0f..1e4f701 100644 --- a/content/batch/index.mdx +++ b/content/batch/index.mdx @@ -29,11 +29,15 @@ Select a Batch below to learn more about it. alt="Image" className="bg-white" /> - - #### Learn - Learn HTML, CSS, JS and Git & Github +

Learn

+

Learn HTML, CSS, JS and Git & Github

+
+
+ Join +
- + + Image - - #### DSA in Javascript - Learn data structures and algorithms in JavaScript +

DSA in Javascript

+

Learn data structures and algorithms in JavaScript

+
+
+ Join +
- - + Image - - #### Build - Master React, Redux and Next Js +

Build

+

Master React, Redux and Next Js

+
+
+ Join +
- + Image - - #### Hire - Get Interview Tips and Tricks +

Hire

+

Get Interview Tips and Tricks from Experts

+
+
+ Join +
From 3c644f6d3cac058b2821bcc8995f1811ee7dcae1 Mon Sep 17 00:00:00 2001 From: nsundriyal62 Date: Wed, 1 Nov 2023 11:20:19 +0530 Subject: [PATCH 2/2] making css object --- content/batch/index.mdx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/content/batch/index.mdx b/content/batch/index.mdx index 1e4f701..b151a92 100644 --- a/content/batch/index.mdx +++ b/content/batch/index.mdx @@ -20,6 +20,17 @@ This course is focused on making you a frontend developer from a beginner to an Select a Batch below to learn more about it. +const joinButtonStyle = { + textAlign: 'center', + color: 'black', + backgroundColor: 'white', + borderRadius: '18px', + fontSize: '16px', + width: 'fit-content', + margin: '0 auto', + padding: '8px 16px' +}; +
Learn HTML, CSS, JS and Git & Github

- Join + Join
@@ -49,7 +60,7 @@ Select a Batch below to learn more about it.

Learn data structures and algorithms in JavaScript

- Join + Join
@@ -65,7 +76,7 @@ Select a Batch below to learn more about it.

Master React, Redux and Next Js

- Join + Join
@@ -81,7 +92,8 @@ Select a Batch below to learn more about it.

Get Interview Tips and Tricks from Experts

- Join + Join
+``` \ No newline at end of file