From 87dbd34b6a6e28113f391bbd034d8594577cf7cf Mon Sep 17 00:00:00 2001 From: Rohan j <59871907+rohan-cce@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:00:20 +0000 Subject: [PATCH 01/22] updated phone number validation in form --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 77b7410..7e29074 100644 --- a/index.html +++ b/index.html @@ -270,8 +270,8 @@

How do you feel?

Your Feedback

- +
@@ -280,8 +280,8 @@

Your Feedback

Your Email

- +
From 0e89fa477be263eec69c9892b5b71e2f0c501de5 Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Sat, 26 Oct 2024 12:07:13 +0530 Subject: [PATCH 02/22] added the width of nav button Start free trial in FAQ page --- assets/css/Faq.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/Faq.css b/assets/css/Faq.css index fc81fcf..194a0d3 100644 --- a/assets/css/Faq.css +++ b/assets/css/Faq.css @@ -184,3 +184,6 @@ body { overflow-y: auto; /* Enable vertical scroll */ } +#freeTrial{ + width: 240px; +} \ No newline at end of file From 64934a1b53418b88517b8bb3d566091ea6b9fba2 Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Sat, 26 Oct 2024 12:26:27 +0530 Subject: [PATCH 03/22] added padding --- assets/css/Faq.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/Faq.css b/assets/css/Faq.css index 194a0d3..42bb574 100644 --- a/assets/css/Faq.css +++ b/assets/css/Faq.css @@ -186,4 +186,5 @@ body { #freeTrial{ width: 240px; + padding-top: 10px; } \ No newline at end of file From 3a057e053c1e55e7375dd42c14791849fc2d065a Mon Sep 17 00:00:00 2001 From: Yamini Yadav Date: Sat, 26 Oct 2024 12:48:55 +0530 Subject: [PATCH 04/22] Update style.css --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 158aa2b..a4adf21 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1599,6 +1599,7 @@ button:hover { font-size: 1.8rem; border-radius: 10px; color: #fff; + margin-top: 25px; } /** @@ -1628,7 +1629,7 @@ button:hover { .navbar-link { - padding: 8px 16px; + padding: 8px 13px; } .header .btn { From 30e25bb13a22870d54b33e1c0945a79cd44ab9b3 Mon Sep 17 00:00:00 2001 From: Jash2606 Date: Sat, 26 Oct 2024 13:11:03 +0530 Subject: [PATCH 05/22] Fix: Form Visibility Issue in Dark Mode.. --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b9759c0..a5bc195 100644 --- a/index.html +++ b/index.html @@ -1534,7 +1534,9 @@

Creative Design Thinking

">
-
+
From 97e70cae9ede4253f862edf986a1a8116f5bb35c Mon Sep 17 00:00:00 2001 From: Sourabh Majoka Date: Sat, 26 Oct 2024 17:15:32 +0530 Subject: [PATCH 06/22] Fixed "Buy Our eBooks" Button in Dark Mode --- assets/css/darkmode.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/css/darkmode.css b/assets/css/darkmode.css index 10c2204..687cbea 100644 --- a/assets/css/darkmode.css +++ b/assets/css/darkmode.css @@ -504,6 +504,19 @@ body.nav-active { padding: 3rem; } +.E-book-button { + position: fixed; + left: 20px; + bottom: 80px; + background-color: #FF4D4D; + color: white; + padding: 15px; + border-radius: 5px; + cursor: pointer; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + z-index: 1001; +} + .feedback-button { position: fixed; left: 20px; From 1b5959ace7570a3f3c42955d7e4fba663fc4f4cc Mon Sep 17 00:00:00 2001 From: imsudiptaa Date: Sat, 26 Oct 2024 17:41:37 +0530 Subject: [PATCH 07/22] Register Today Button UI updated --- index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/index.html b/index.html index b9759c0..7597b89 100644 --- a/index.html +++ b/index.html @@ -907,6 +907,38 @@

+ -
-
- -

- Contact Us -

- -
- - - - -
-
-
+
+
+

+ Contact Us +

+ +
+ + + + +
+
+
- +
From fa045cdb939481d5accb530d8ce5a5d7e76f9f29 Mon Sep 17 00:00:00 2001 From: Rohan j <59871907+rohan-cce@users.noreply.github.com> Date: Sun, 27 Oct 2024 08:09:40 +0000 Subject: [PATCH 11/22] revert changes --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4612ba1..b9759c0 100644 --- a/index.html +++ b/index.html @@ -270,8 +270,8 @@

How do you feel?

Your Feedback

- +
@@ -280,8 +280,8 @@

Your Feedback

Your Email

- +
From c458259b42656f874e0bc165bf17bee56e85a742 Mon Sep 17 00:00:00 2001 From: byteom <123omsinghpipariya@gmail.com> Date: Sun, 27 Oct 2024 20:12:42 +0530 Subject: [PATCH 12/22] Fix issue #870 At carrier page - Date Input Field Allows Invalid Six-Digit Year in Job Application Form --- careers.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/careers.html b/careers.html index b64f2c5..0386f2e 100644 --- a/careers.html +++ b/careers.html @@ -145,7 +145,7 @@

Apply for Internship

- +
@@ -187,6 +187,18 @@

Apply for Internship

this.reset(); }); + + + + \ No newline at end of file From 9ef842ea9c9cef26af05a718e3948dc1eeee2170 Mon Sep 17 00:00:00 2001 From: Stuti Sharma Date: Mon, 28 Oct 2024 01:24:21 +0530 Subject: [PATCH 13/22] fixed feedback modal bug and added buy ebooks button in dark mode --- assets/css/darkmode.css | 55 ++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/assets/css/darkmode.css b/assets/css/darkmode.css index 10c2204..a273afc 100644 --- a/assets/css/darkmode.css +++ b/assets/css/darkmode.css @@ -507,16 +507,31 @@ body.nav-active { .feedback-button { position: fixed; left: 20px; - bottom: 20px; + bottom: 20px; /* Position for the Feedback button */ background-color: #FF4D4D; color: white; padding: 15px; border-radius: 5px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); - z-index: 1000; + z-index: 1000; /* Ensure it is on top */ +} + +.E-book-button { + position: fixed; + left: 20px; + bottom: 80px; /* Adjusted to be above the Feedback button */ + background-color: #FF4D4D; + color: white; + padding: 15px; + border-radius: 5px; + cursor: pointer; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + z-index: 1001; /* Higher z-index to ensure it appears above */ } + + .feedback-modal { display: none; position: fixed; @@ -534,7 +549,7 @@ body.nav-active { background-color: #3C3C3C; padding: 20px; border-radius: 5px; - width: 300px; + width: 450px; text-align: center; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); } @@ -544,6 +559,7 @@ body.nav-active { float: right; font-size: 28px; font-weight: bold; + display: flex; } .close:hover, @@ -553,6 +569,7 @@ body.nav-active { cursor: pointer; } +/* Styling for Emoji Section */ .emojis { font-size: 30px; margin: 20px 0; @@ -561,22 +578,31 @@ body.nav-active { justify-content: space-evenly; } -.emoji { +.emoji-option { + display: flex; + flex-direction: column; + align-items: center; cursor: pointer; margin: 0 10px; transition: transform 0.2s; } -.emoji:hover { +.emoji-option p { + margin-top: 5px; + font-size: 14px; + color: #ffffff; +} + +.emoji-option:hover .emoji { transform: scale(1.2); } .emoji.selected { - border: 1px solid black; - /* Highlight selected emoji */ + border: 2px solid #4caf50; border-radius: 5px; } +/* Step Navigation Buttons */ .buttons { display: flex; align-items: center; @@ -588,7 +614,7 @@ input[type="email"] { width: 100%; padding: 10px; margin: 10px 0; - border: 1px solid #ccc; + border: 1px solid #ccc; border-radius: 4px; } @@ -601,14 +627,10 @@ button { cursor: pointer; } -button:hover { - background-color: #45a049; -} - -.feedbackPopUp { +.feedbackRequestPopUps { position: fixed; transform: translate(120%); - transition: all 1s ease-in-out; + transition: all 0.1s ease-in-out; right: 20px; bottom: 100px; background-color: hsl(357, 100%, 75%); @@ -620,12 +642,15 @@ button:hover { z-index: 1000; } +button:hover { + background-color: #45a049; +} + .PopUpDisplay { transition: all 1.5s ease-in-out; transform: translate(0); } - /*-----------------------------------*\ #CATEGORY \*-----------------------------------*/ From 5af6a0f8863ec231da5d8d77de4ab54979b57bb3 Mon Sep 17 00:00:00 2001 From: Stuti Sharma Date: Mon, 28 Oct 2024 01:26:56 +0530 Subject: [PATCH 14/22] changed background color of emotion popup --- assets/css/darkmode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/darkmode.css b/assets/css/darkmode.css index a273afc..8b0e0b5 100644 --- a/assets/css/darkmode.css +++ b/assets/css/darkmode.css @@ -633,7 +633,7 @@ button { transition: all 0.1s ease-in-out; right: 20px; bottom: 100px; - background-color: hsl(357, 100%, 75%); + background-color: #FF4D4D; color: white; padding: 15px; border-radius: 5px; From a60b4052c4310b41bf8ffc4bcdc2ee100219974b Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:32:48 +0000 Subject: [PATCH 15/22] Updated contributors list --- README.md | 353 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 195 insertions(+), 158 deletions(-) diff --git a/README.md b/README.md index e2d28ae..e99ecd4 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the NAKKA SAI SANKAR + + + KartikG2 +
+ Kartik Gangavati +
+ Mohd-FaiZ-Jr @@ -237,6 +244,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the FaiZ + + Srikar-1729 @@ -244,8 +253,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Srikar-1729 - - kavya-r30 @@ -260,6 +267,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Uday Sharma + + + tanmaysrivastava45 +
+ Tanmay Srivastava +
+ sainKunal @@ -268,17 +282,19 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - Shobhit1729Aryan + + SunkaraboinaPraveenKumar
- Shobhit Aryan + SunkaraboinaPraveenKumar
+ + - - KartikG2 + + satyamkoshta340
- Kartik Gangavati + Satyam Koshta
@@ -288,8 +304,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the K Abhiram - - swstkswstk @@ -297,20 +311,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Swastik - - - SunkaraboinaPraveenKumar -
- SunkaraboinaPraveenKumar -
- - - - satyamkoshta340 -
- Satyam Koshta -
- ankit071105 @@ -378,13 +378,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - - AustinVarshney -
- Austin Varshney -
- Mahendra2611 @@ -406,6 +399,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Durgaprasad-Developer + + + AustinVarshney +
+ Austin Varshney +
+ Shashankk99 @@ -458,26 +458,33 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - SiddhanthKapoor + + abhipariharr
- SiddhanthKapoor + Abhishek parihar
- - Rishika367 + + Adil-Khan-N
- Rishika Ghosh + yalsik86
- - PrajaktaPatil05 + + Harymo
- Prajakta Patil + Akisibe +
+ + + + Gurpreet0022 +
+ Gurpreet Kaur
@@ -488,28 +495,28 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - Gurpreet0022 + + PrajaktaPatil05
- Gurpreet Kaur + Prajakta Patil
- - Adil-Khan-N + + Rishika367
- yalsik86 + Rishika Ghosh
+ + - - abhipariharr + + SiddhanthKapoor
- Abhishek parihar + SiddhanthKapoor
- - rudrakadel @@ -545,6 +552,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Ishavdeep Kaur + + DevGajjar28 @@ -552,34 +561,32 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Dev Gajjar - - - - anshumangahlot + + imsudiptaa
- anshumangahlot + Sudipta Mandal
- - Yash-Bandal + + anshumangahlot
- Yash Bandal + anshumangahlot
- - BrahmajitMohapatra + + PranikaBaby
- Brahmajit Mohapatra + Pranika Kalimuthu
- - Git-Suraj-hub + + Mritunjaii
- Git-Suraj-hub + Mritunjai
@@ -589,27 +596,27 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Lipika Sau + + - - Mritunjaii + + priyanshufox
- Mritunjai + Priyanshu Rathore
- - - - PranikaBaby + + Git-Suraj-hub
- Pranika Kalimuthu + Git-Suraj-hub
- - priyanshufox + + Yash-Bandal
- Priyanshu Rathore + Yash Bandal
@@ -627,28 +634,14 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - Shivaraj2003 -
- Shivaraj Shetty -
- - - - soumya1810 + + BrahmajitMohapatra
- Soumya Singh + Brahmajit Mohapatra
- - - vijayalaxmi777 -
- Vijayalaxmi Wakode -
- realvishalrana @@ -663,6 +656,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Vyanktesh + + + yamini1183 +
+ Yamini Yadav +
+ Yaser-2004 @@ -678,19 +678,19 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - doctor-rutvik14 + + 0-SiddharthJoshi-0
- Rutvik Doctor + Siddharth Joshi
- - yalsik86 + + doctor-rutvik14
- yalsik86 + Rutvik Doctor
@@ -700,6 +700,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Shanol + + + vijayalaxmi777 +
+ Vijayalaxmi Wakode +
+ jaideepjaison @@ -708,10 +715,10 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - viki-777 + + sourabhmajoka
- vikash kumar + sourabhmajoka
@@ -720,13 +727,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the
Yash Kumar Shrivastava - - - - umakant3525 -
- Umakant Shinde -
@@ -738,61 +738,61 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - mitgajera + + yalsik86
- Mit Gajera + yalsik86
- - ndrisanseep3 + + viki-777
- ndrisanseep3 + vikash kumar
- - nitesh2920 + + umakant3525
- Nitesh Tiwari + Umakant Shinde
- - purnima2904 + + tusharmishra069
- Purnima Gupta + Tushar Mishra
- - rahulbamnuya + + tejasbenibagde
- rahulbamnuya + Tejas Benibagde
- - rnihesh + + swamimalode07
- Nihesh Rachakonda + Swami Malode
- - tusharmishra069 + + sugavanesh06
- Tushar Mishra + sugavanesh06
- - sambhavbohra + + srinivasthedeveloper
- sambhavbohra + SRINIVAStheDEVELOPER
@@ -803,42 +803,65 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - srinivasthedeveloper + + sambhavbohra
- SRINIVAStheDEVELOPER + sambhavbohra
- - sugavanesh06 + + rnihesh
- sugavanesh06 + Nihesh Rachakonda
- - swamimalode07 + + rahulbamnuya
- Swami Malode + rahulbamnuya
- - tejasbenibagde + + purnima2904
- Tejas Benibagde + Purnima Gupta
- - 0-SiddharthJoshi-0 + + nitesh2920
- Siddharth Joshi + Nitesh Tiwari
+ + + ndrisanseep3 +
+ ndrisanseep3 +
+ + + + navyaajainnn +
+ Navya Jain +
+ + + + mitgajera +
+ Mit Gajera +
+ + + Aakansha-Chavan @@ -860,8 +883,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Anirban Singha - - AnshVerma04 @@ -883,6 +904,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Arisha + + BkPankaj @@ -904,8 +927,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Deepak yadav - - DhruvJohri @@ -927,6 +948,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the SHyAm + + Gauravtb2253 @@ -948,8 +971,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Iniyal Palanisamy - - ishapandey007 @@ -971,6 +992,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Kasak Anand + + github4maninder @@ -992,8 +1015,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the MohammedDayan03 - - Mugunth140 @@ -1015,6 +1036,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Pallavi Kathait + + PragyaTripathi990 @@ -1036,8 +1059,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Raghav - - rishavd3v @@ -1051,6 +1072,22 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the
Rohan j
+ + + + Shivaraj2003 +
+ Shivaraj Shetty +
+ + + + + + soumya1810 +
+ Soumya Singh +
From eefbe17cb814e5d2d1bb5a89fc069d822ddecf76 Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:33:04 +0000 Subject: [PATCH 16/22] Updated contributors list --- README.md | 85 +++++++++++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index e99ecd4..eacaa34 100644 --- a/README.md +++ b/README.md @@ -231,21 +231,12 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - KartikG2 -
- Kartik Gangavati -
- - - - Mohd-FaiZ-Jr + + tanmaysrivastava45
- FaiZ + Tanmay Srivastava
- - Srikar-1729 @@ -253,25 +244,27 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Srikar-1729 + + - - kavya-r30 + + rohan-cce
- kavya-r30 + Rohan j
- - UdaySharmaGitHub + + Mohd-FaiZ-Jr
- Uday Sharma + FaiZ
- - tanmaysrivastava45 + + KartikG2
- Tanmay Srivastava + Kartik Gangavati
@@ -282,21 +275,21 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - SunkaraboinaPraveenKumar + + UdaySharmaGitHub
- SunkaraboinaPraveenKumar + Uday Sharma
- - - - satyamkoshta340 + + kavya-r30
- Satyam Koshta + kavya-r30
+ + kanduru-abhiram @@ -311,6 +304,20 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Swastik + + + SunkaraboinaPraveenKumar +
+ SunkaraboinaPraveenKumar +
+ + + + satyamkoshta340 +
+ Satyam Koshta +
+ ankit071105 @@ -325,6 +332,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the swati mishra + + shivamv02 @@ -332,8 +341,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the shivamv02 - - codeforlifeee @@ -368,13 +375,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the
Subramanya K S
- - - - stutxi -
- Stuti -
@@ -1066,13 +1066,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Rishav Raj (rishavd3v) - - - rohan-cce -
- Rohan j -
- Shivaraj2003 @@ -1080,8 +1073,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Shivaraj Shetty - - soumya1810 From 9caa69affa7361a6b10c46fe193b78a7fcc99e83 Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:33:30 +0000 Subject: [PATCH 17/22] Updated contributors list --- README.md | 85 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index eacaa34..e99ecd4 100644 --- a/README.md +++ b/README.md @@ -231,12 +231,21 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - tanmaysrivastava45 + + KartikG2
- Tanmay Srivastava + Kartik Gangavati
+ + + Mohd-FaiZ-Jr +
+ FaiZ +
+ + + Srikar-1729 @@ -244,27 +253,25 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Srikar-1729 - - - - rohan-cce + + kavya-r30
- Rohan j + kavya-r30
- - Mohd-FaiZ-Jr + + UdaySharmaGitHub
- FaiZ + Uday Sharma
- - KartikG2 + + tanmaysrivastava45
- Kartik Gangavati + Tanmay Srivastava
@@ -275,21 +282,21 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - UdaySharmaGitHub + + SunkaraboinaPraveenKumar
- Uday Sharma + SunkaraboinaPraveenKumar
+ + - - kavya-r30 + + satyamkoshta340
- kavya-r30 + Satyam Koshta
- - kanduru-abhiram @@ -304,20 +311,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Swastik - - - SunkaraboinaPraveenKumar -
- SunkaraboinaPraveenKumar -
- - - - satyamkoshta340 -
- Satyam Koshta -
- ankit071105 @@ -332,8 +325,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the swati mishra - - shivamv02 @@ -341,6 +332,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the shivamv02 + + codeforlifeee @@ -375,6 +368,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the
Subramanya K S
+ + + + stutxi +
+ Stuti +
@@ -1066,6 +1066,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Rishav Raj (rishavd3v) + + + rohan-cce +
+ Rohan j +
+ Shivaraj2003 @@ -1073,6 +1080,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Shivaraj Shetty + + soumya1810 From 4a0f8831f784fc27441f363dc0e705f0b7648537 Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:36:27 +0000 Subject: [PATCH 18/22] Updated contributors list --- README.md | 301 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 154 insertions(+), 147 deletions(-) diff --git a/README.md b/README.md index e99ecd4..455296a 100644 --- a/README.md +++ b/README.md @@ -231,21 +231,12 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - KartikG2 -
- Kartik Gangavati -
- - - - Mohd-FaiZ-Jr + + tanmaysrivastava45
- FaiZ + Tanmay Srivastava
- - Srikar-1729 @@ -253,25 +244,27 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Srikar-1729 + + - - kavya-r30 + + rohan-cce
- kavya-r30 + Rohan j
- - UdaySharmaGitHub + + Mohd-FaiZ-Jr
- Uday Sharma + FaiZ
- - tanmaysrivastava45 + + KartikG2
- Tanmay Srivastava + Kartik Gangavati
@@ -282,21 +275,21 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - SunkaraboinaPraveenKumar + + UdaySharmaGitHub
- SunkaraboinaPraveenKumar + Uday Sharma
- - - - satyamkoshta340 + + kavya-r30
- Satyam Koshta + kavya-r30
+ + kanduru-abhiram @@ -311,6 +304,20 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Swastik + + + SunkaraboinaPraveenKumar +
+ SunkaraboinaPraveenKumar +
+ + + + satyamkoshta340 +
+ Satyam Koshta +
+ ankit071105 @@ -325,6 +332,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the swati mishra + + shivamv02 @@ -332,8 +341,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the shivamv02 - - codeforlifeee @@ -369,6 +376,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Subramanya K S + + stutxi @@ -376,8 +385,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Stuti - - + + + AustinVarshney +
+ Austin Varshney +
+ Mahendra2611 @@ -399,13 +413,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Durgaprasad-Developer - - - AustinVarshney -
- Austin Varshney -
- Shashankk99 @@ -413,6 +420,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Shashankk Shekar Chaturvedi + + Sayantan1024 @@ -420,8 +429,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Sayantan Saha - - MOHIT-IITP @@ -457,6 +464,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Tatenda + + abhipariharr @@ -464,8 +473,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Abhishek parihar - - Adil-Khan-N @@ -501,6 +508,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Prajakta Patil + + Rishika367 @@ -508,8 +517,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Rishika Ghosh - - SiddhanthKapoor @@ -518,17 +525,17 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - rudrakadel + + osmoosiis
- Rudra Kadel + Ishavdeep Kaur
- - SreyaSudheeran + + karraharichandana
- Sreya Sudheeran + karraharichandana
@@ -539,26 +546,26 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - karraharichandana + + DevGajjar28
- karraharichandana + Dev Gajjar
+ + - - osmoosiis + + rudrakadel
- Ishavdeep Kaur + Rudra Kadel
- - - - DevGajjar28 + + SreyaSudheeran
- Dev Gajjar + Sreya Sudheeran
@@ -576,19 +583,21 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - PranikaBaby + + BrahmajitMohapatra
- Pranika Kalimuthu + Brahmajit Mohapatra
- - Mritunjaii + + Git-Suraj-hub
- Mritunjai + Git-Suraj-hub
+ + lipikasau @@ -596,20 +605,18 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Lipika Sau - - - - priyanshufox + + Mritunjaii
- Priyanshu Rathore + Mritunjai
- - Git-Suraj-hub + + PranikaBaby
- Git-Suraj-hub + Pranika Kalimuthu
@@ -619,6 +626,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Yash Bandal + + + priyanshufox +
+ Priyanshu Rathore +
+ TeamSelenium @@ -626,6 +640,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the TeamSelenium + + Sakshar-Devgon @@ -634,49 +650,42 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the - - BrahmajitMohapatra -
- Brahmajit Mohapatra -
- - - - - - realvishalrana + + lord-cyclone100
- Vishal Rana + Sangneel Deb
- - VyankteshKoli + + kayashth1
- Vyanktesh + Yash Kumar Shrivastava
- - yamini1183 + + jaideepjaison
- Yamini Yadav + Jaison Lobo
- - Yaser-2004 + + shanolhere
- Yaser-2004 + Shanol
- - abhisheksaxena15 + + doctor-rutvik14
- abhisheksaxena15 + Rutvik Doctor
+ + 0-SiddharthJoshi-0 @@ -684,57 +693,55 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Siddharth Joshi - - - - doctor-rutvik14 + + byteom
- Rutvik Doctor + Om singh
- - shanolhere + + abhisheksaxena15
- Shanol + abhisheksaxena15
- - vijayalaxmi777 + + Yaser-2004
- Vijayalaxmi Wakode + Yaser-2004
- - jaideepjaison + + yamini1183
- Jaison Lobo + Yamini Yadav
- - sourabhmajoka + + VyankteshKoli
- sourabhmajoka + Vyanktesh
+ + - - kayashth1 + + realvishalrana
- Yash Kumar Shrivastava + Vishal Rana
- - - - lord-cyclone100 + + vijayalaxmi777
- Sangneel Deb + Vijayalaxmi Wakode
@@ -765,6 +772,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Tushar Mishra + + tejasbenibagde @@ -772,8 +781,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Tejas Benibagde - - swamimalode07 @@ -809,6 +816,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the sambhavbohra + + rnihesh @@ -816,8 +825,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Nihesh Rachakonda - - rahulbamnuya @@ -853,6 +860,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Navya Jain + + mitgajera @@ -860,8 +869,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Mit Gajera - - Aakansha-Chavan @@ -897,6 +904,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Ansh Dwivedi + + Arisha033 @@ -904,8 +913,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Arisha - - BkPankaj @@ -941,6 +948,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Diksha Jain + + FSBM @@ -948,8 +957,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the SHyAm - - Gauravtb2253 @@ -985,6 +992,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Kanwalpreet Singh + + KasakAnand07 @@ -992,8 +1001,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Kasak Anand - - github4maninder @@ -1029,6 +1036,8 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Nikhil Kumar Singh + + iceybubble @@ -1036,8 +1045,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Pallavi Kathait - - PragyaTripathi990 @@ -1066,13 +1073,6 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the Rishav Raj (rishavd3v) - - - rohan-cce -
- Rohan j -
- Shivaraj2003 @@ -1088,6 +1088,13 @@ Thank you for your contributions to SkillWise!Every contribution, no matter the
Soumya Singh
+ + + + sourabhmajoka +
+ sourabhmajoka +
From 3bfb0335aa77893526d6651300de12ff7abc11bc Mon Sep 17 00:00:00 2001 From: imsudiptaa Date: Wed, 30 Oct 2024 15:55:43 +0530 Subject: [PATCH 19/22] Price Plan updated --- assets/css/style.css | 27 +++++++++++++++++++++++++-- index.html | 41 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 62 insertions(+), 6 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6398a88..f0ca458 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -85,7 +85,7 @@ html { *::after { margin: 0; padding: 0; - box-sizing: border-box; + /* box-sizing: border-box; */ } li { @@ -294,7 +294,30 @@ body.nav-active .navbar-list .navbar-link { display: grid; gap: 28px; } - +.grid-list-price { + margin-top: 30px; + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 28px; +} +.card-container-price { + padding: 2px; + font-size: 0.99rem; +} +.card-container-price-pro { + padding: 2px; + font-size: 0.94rem; +} +.card-container-price-pro .card-title { + font-size: 1.6rem; +} +.card-container-price .card-title { + font-size: 1.6rem; +} +#btn { + padding: 7px 14px; + font-size: 0.5rem; +} .card { position: relative; background-color: var(--white); diff --git a/index.html b/index.html index f394400..3579f75 100644 --- a/index.html +++ b/index.html @@ -1135,8 +1135,8 @@

Select a Plan for better Learning

-