diff options
author | Sashi20 | 2024-05-10 15:54:08 +0530 |
---|---|---|
committer | Sashi20 | 2024-05-10 15:54:08 +0530 |
commit | 4106224c6eb01f4b401db851a932c7a0d458a49d (patch) | |
tree | 6b29de4418fc4881e2fe8aebc6e4e20241eb54ac | |
parent | d52247bb41755563e8639a8c771bb62ef25a2d84 (diff) | |
download | Astro-animate2024-4106224c6eb01f4b401db851a932c7a0d458a49d.tar.gz Astro-animate2024-4106224c6eb01f4b401db851a932c7a0d458a49d.tar.bz2 Astro-animate2024-4106224c6eb01f4b401db851a932c7a0d458a49d.zip |
Update webinar recording
-rw-r--r-- | src/pages/webinar.astro | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/pages/webinar.astro b/src/pages/webinar.astro index 06f5d39..9a31d38 100644 --- a/src/pages/webinar.astro +++ b/src/pages/webinar.astro @@ -21,7 +21,7 @@ import Main from '../layouts/main.astro'; </h1> <div class="leading-loose"> <p class="text-xl playfair-display-normal">Instructions on attending the webinar will be emailed to the registered participants.</p> - <ol class="list-decimal mx-2 md:text-xl text-sm playfair-display-normal pt-3"> + <!-- <ol class="list-decimal mx-2 md:text-xl text-sm playfair-display-normal pt-3"> <li class="text-2xl mb-4">Topic: Q and A on Submission for ANIMATE 2024 <p class="text-xl"> Speaker: Khushalsingh</p> <p>Date: 9 May 2024</p> @@ -29,7 +29,7 @@ import Main from '../layouts/main.astro'; </li> - </ol> + </ol> --> </div> <h1 class="section-title text-4xl pb-3"> Webinars conducted for participants @@ -38,18 +38,22 @@ import Main from '../layouts/main.astro'; <div class="leading-loose"> <p class="text-xl playfair-display-normal">Click on the weblink below to view the recording of the webinars conducted previously for registered participants.</p> <ol class="list-decimal mx-2 md:text-xl text-sm playfair-display-normal pt-3"> + <li class="text-2xl mb-4">Q and A on Submission for ANIMATE 2024 + <p class="text-xl">9 May 2024 | 3 - 3.45 PM (Presenter: Khushalsingh)</p> + <p>Weblink to the recording: <span class="hover:text-red-400 text-red-700"><a href="https://static.fossee.in/focal/animate_webinar/Webinar%20on%20Q%20and%20A%20on%20Submission%20for%20ANIMATE%202024%2009-05-2024.mp4" target="_blank">View</a></span>.</p> + </li> <li class="text-2xl mb-4">How to choose your topic? - <p class="text-xl"> 3rd May | 5 - 6 pm + <p class="text-xl"> 3rd May | 5 - 6 PM (Presenter: Dr. Sanjukta Ghosh, Head of Studies, Design Led Innovation Program , Srishti Manipal Institute , MAHE - Bangalore) .</p> <p>Weblink to the recording: <span class="hover:text-red-400 text-red-700"><a href="https://static.fossee.in/focal/animate_webinar/Webinar%20on%20How%20to%20choose%20your%20topic%2020240503.mp4" target="_blank">View</a></span>.</p> </li> <li class="text-2xl mb-4">How to use Synfig Studio to create animation? - <p class="text-xl"> 30th April | 3 - 3.45 pm (Presenter - Khushalsingh).</p> + <p class="text-xl"> 30th April | 3 - 3.45 PM (Presenter - Khushalsingh).</p> <p>Weblink to the recording: <span class="hover:text-red-400 text-red-700"><a href="https://static.fossee.in/focal/animate_webinar/Webinar%20on%20Q%20%26%20A%20on%20How%20to%20use%20Synfig%20Studio%20to%20Create%20Animations%2020240430.mp4" target="_blank">View</a></span>.</p> </li> <li class="text-2xl mb-4">How to learn Synfig Studio Using a Spoken Tutorial? - <p class="text-xl"> 18th April | 3 - 3.45 pm (Presenter - Khushalsingh).</p> + <p class="text-xl"> 18th April | 3 - 3.45 PM (Presenter - Khushalsingh).</p> <p>Weblink to the recording: <span class="hover:text-red-400 text-red-700"><a href="https://static.fossee.in/focal/animate_webinar/Webinar%20on%20Q%20and%20A%20Session%20on%20How%20to%20use%20Spoken%20Tutorial%20to%20Learn%20Synfig%20Studio.mp4" target="_blank">View</a></span>.</p> </li> |