diff options
author | akshay | 2024-12-24 10:17:49 +0530 |
---|---|---|
committer | GitHub | 2024-12-24 10:17:49 +0530 |
commit | 75a319f7d76242a475f14f32cb8cc815beae5acb (patch) | |
tree | cba923517cc4c0b2c37a35deefdfdb44478137a7 | |
parent | f284d786b04f1426cf1cfd881155b89bd62e925d (diff) | |
download | scilab_case_study_hackathon-75a319f7d76242a475f14f32cb8cc815beae5acb.tar.gz scilab_case_study_hackathon-75a319f7d76242a475f14f32cb8cc815beae5acb.tar.bz2 scilab_case_study_hackathon-75a319f7d76242a475f14f32cb8cc815beae5acb.zip |
Updated content of resources page
-rw-r--r-- | src/pages/resources.astro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pages/resources.astro b/src/pages/resources.astro index 7c1608d..d3ca247 100644 --- a/src/pages/resources.astro +++ b/src/pages/resources.astro @@ -21,16 +21,19 @@ import HomeBody from '../components/HomeBody.astro'; 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> + </h3> +<p> <span class="block mt-2 "> <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> - </h3> + +</p> </div> </div> </div> -</Layout>
\ No newline at end of file +</Layout> |