diff options
author | akshaythakur8764 | 2024-12-23 15:00:54 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-23 15:00:54 +0530 |
commit | 5802de95e81ca1b3a557c728b93e46395ed9592e (patch) | |
tree | 9e6b23022844a0a3f49057f47705db34be3f270c | |
parent | 0dbc61daad141ed879aedf6e469d35b1a107ea3f (diff) | |
download | scilab_case_study_hackathon-5802de95e81ca1b3a557c728b93e46395ed9592e.tar.gz scilab_case_study_hackathon-5802de95e81ca1b3a557c728b93e46395ed9592e.tar.bz2 scilab_case_study_hackathon-5802de95e81ca1b3a557c728b93e46395ed9592e.zip |
resources page content updated
-rw-r--r-- | src/pages/resources.astro | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/pages/resources.astro b/src/pages/resources.astro index 75950db..7c1608d 100644 --- a/src/pages/resources.astro +++ b/src/pages/resources.astro @@ -12,9 +12,17 @@ import HomeBody from '../components/HomeBody.astro'; <div class="mt-4"> <h3 class="text-left"> - Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. + <ul class="list-disc text-justify space-y-2"> + <li> + To download Scilab, <a class="underline text-blue-600" href="https://www.scilab.org/download/scilab-2025.0.0" target="_blank">Click here</a> + </li> + <li>Refer our website: <a class="underline text-blue-600" href="https://scilab.in/case-study-project/completed-case-studies" target="_blank">https://scilab.in/case-study-project/completed-case-studies</a> for the reference of already completed case studies in Scilab.</li> + <li> + Self learn Scilab using our Spoken Tutorial series. This will strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. <br>Access them here: + </li> + </ul> <span class="block mt-2 "> - Access them here: + <span class="block mt-2 text-blue-600"> <a target="_blank" href="https://spoken-tutorial.org/tutorial-search/?search_foss=Scilab&search_language=English" class="underline" target="_blank">Spoken Tutorial Series of Scilab</a> </span> <span class="block mt-2 text-blue-600"> <a href="https://spoken-tutorial.org/tutorial-search/?search_foss=GUI+in+Scilab&search_language=English" target="_blank" class="underline" >Spoken Tutorial Series of GUI in Scilab</a></span></span> |