diff options
author | akshaythakur8764 | 2024-04-02 15:12:35 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-04-02 15:12:35 +0530 |
commit | 64ae2120d31fc51496cc1a7de5ab202598b827ae (patch) | |
tree | ce69d85aad9ae6c8d7e039a564f7be869dc9ed45 | |
parent | 39cb65553e719af3c2a745c6531602f25b5c1487 (diff) | |
download | animate-2024-64ae2120d31fc51496cc1a7de5ab202598b827ae.tar.gz animate-2024-64ae2120d31fc51496cc1a7de5ab202598b827ae.tar.bz2 animate-2024-64ae2120d31fc51496cc1a7de5ab202598b827ae.zip |
-rw-r--r-- | src/pages/resources.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/resources.astro b/src/pages/resources.astro index 142e506..3d82b16 100644 --- a/src/pages/resources.astro +++ b/src/pages/resources.astro @@ -30,7 +30,7 @@ import { slide } from 'astro:transitions'; <li class="mb-2">Self-learn Synfig Studio using <span class="hover:text-red-400 text-red-700"><a href="https://spoken-tutorial.org/tutorial-search/?search_foss=Synfig&search_language=" target="_blank">Spoken Tutorials</a></span>. These tutorials are available in English, Hindi, Kannada, Marathi, Malayalam, Tamil, and Telugu.</li> <li class="mb-2">For creating graphics, recording audio, etc., you can use other software. However, since there is a requirement to strictly use Open Source Software in this hackathon, you can use GIMP, Audacity, Inkscape, Openshot Video Editor, etc. You can self-learn these software using the Spoken Tutorials, which are freely available in English, Hindi, Kannada, Marathi, Malayalam, Tamil and Telugu.</li> <li class="mb-2">For help in installing Synfig Studio, please <a href="https://www.synfig.org/" target="_blank" class="hover:text-red-400 text-red-700">click here</a>.</li> - <li class="mb-2">For writing your script, you can learn about storytelling using <a href="https://spoken-tutorial.org/tutorial-search/?search_foss=Mastering+Communication&search_language=English" target="_blank" class="hover:text-red-400 text-red-700">Communication Spoken Tutorials</a> available in English.</li> + <li class="mb-2">For writing your script, you can learn about storytelling using <a href="https://spoken-tutorial.org/tutorial-search/?search_foss=Communication+Series&search_language=English" target="_blank" class="hover:text-red-400 text-red-700">Communication Spoken Tutorials</a> available in English.</li> <li class="mb-2">Refer graphics from our <a href="https://www.focal.fossee.in/" target="_blank" class="hover:text-red-400 text-red-700">FOCAL (free and open source creative art library)</a></span> repository.</li> </ul> </div> |