Skip to content

Commit

Permalink
Updated css and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay9085 authored Jan 21, 2025
1 parent 4e98239 commit 7852145
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions src/components/HomeBody.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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:&nbsp;<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&amp;source=gmail&amp;ust=1737529593612000&amp;usg=AOvVaw0mBzUH9YSRb5f67WcYWxHI">Click here to register</a>.&nbsp;</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&amp;source=gmail&amp;ust=1737529593613000&amp;usg=AOvVaw3i55xyREy12uozjSoLEawK">https://scilab.in/<wbr />case-study-portal/case-study-<wbr />project</a> to read all the instructions thoroughly and submit your proposal.&nbsp;</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&amp;source=gmail&amp;ust=1737529593613000&amp;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 />-->
Expand Down

0 comments on commit 7852145

Please sign in to comment.