diff options
author | akshay | 2025-01-21 14:48:32 +0530 |
---|---|---|
committer | GitHub | 2025-01-21 14:48:32 +0530 |
commit | 785214593bb9f1f5a69403963ccc056d75807340 (patch) | |
tree | b65e655fc3349420cf51b3d71ee7243ff38ae746 | |
parent | 4e98239b7b6f18adacb45a0083818bd100cccdf2 (diff) | |
download | scilab_case_study_hackathon-785214593bb9f1f5a69403963ccc056d75807340.tar.gz scilab_case_study_hackathon-785214593bb9f1f5a69403963ccc056d75807340.tar.bz2 scilab_case_study_hackathon-785214593bb9f1f5a69403963ccc056d75807340.zip |
Updated css and classes
-rw-r--r-- | src/components/HomeBody.astro | 40 |
1 files changed, 30 insertions, 10 deletions
diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 20680b3..5d55d61 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -180,17 +180,37 @@ import Moe from "../assets/img/MOE-logo.png"; Please go through all the links provided under the Case Study Project tab. </li>--> <li class="leading-6"> -<ul> -<li>Step 1: Register through the Google form:</li> -<ul> -<li>To register for the hackathon, it is mandatory to fill out this Google Form: <a href="https://docs.google.com/forms/d/e/1FAIpQLSc7sSXer3wta4B9QuT_x7xa2tx53_2uJ6PJM7t0oCdww1rPgA/viewform?usp=sf_link" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://docs.google.com/forms/d/e/1FAIpQLSc7sSXer3wta4B9QuT_x7xa2tx53_2uJ6PJM7t0oCdww1rPgA/viewform?usp%3Dsf_link&source=gmail&ust=1737529593612000&usg=AOvVaw0mBzUH9YSRb5f67WcYWxHI">Click here to register</a>. </li> -</ul> -<li>Step 2: Submit your Case study proposal:</li> -<ul> -<li>After filling out the Google form, visit the website: <a href="https://scilab.in/case-study-portal/case-study-project" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://scilab.in/case-study-portal/case-study-project&source=gmail&ust=1737529593613000&usg=AOvVaw3i55xyREy12uozjSoLEawK">https://scilab.in/<wbr />case-study-portal/case-study-<wbr />project</a> to read all the instructions thoroughly and submit your proposal. </li> -<li>You can find the proposal form on this link: <a href="https://scilab.in/case-study-portal/procedure" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://scilab.in/case-study-portal/procedure&source=gmail&ust=1737529593613000&usg=AOvVaw3_4XPgpa7HvYPzXLuIrF9v">https://scilab.in/case-study-<wbr />portal/procedure</a>. (This step is mandatory. Your registration will not be considered under you submit a proposal)</li> +<ul class="list-disc pl-5"> + <li> + Step 1: Register through the Google form: + <ul style="list-style-type: circle; padding-left: 20px;"> + <li> + To register for the hackathon, it is mandatory to fill out this Google Form: + <a href="https://docs.google.com/forms/d/e/1FAIpQLSc7sSXer3wta4B9QuT_x7xa2tx53_2uJ6PJM7t0oCdww1rPgA/viewform?usp=sf_link" target="_blank" class="text-blue-500 hover:text-blue-700"> + Click here to register + </a>. + </li> + </ul> + </li> + <li> + Step 2: Submit your Case study proposal: + <ul style="list-style-type: circle; padding-left: 20px;"> + <li> + After filling out the Google form, visit the website: + <a href="https://scilab.in/case-study-portal/case-study-project" target="_blank" class="text-blue-500 hover:text-blue-700"> + https://scilab.in/case-study-portal/case-study-project + </a> to read all the instructions thoroughly and submit your proposal. + </li> + <li> + You can find the proposal form on this link: + <a href="https://scilab.in/case-study-portal/procedure" target="_blank" class="text-blue-500 hover:text-blue-700"> + https://scilab.in/case-study-portal/procedure + </a>. (This step is mandatory. Your registration will not be considered unless you submit a proposal) + </li> + </ul> + </li> </ul> - </ul> + </li> <li class="leading-6"> <!--On the same website, you will find a Proposal Form. Fill it out for your chosen Case Study project as per the guidelines provided.<br />--> |