Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay9085 committed May 3, 2024
2 parents 3c163f7 + bb66b59 commit 3e2cb83
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/guidelines.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Main from '../layouts/main.astro';
import Folder_jpg from '../images/folder_1.png'
---


Expand All @@ -12,7 +12,7 @@ import Folder_jpg from '../images/folder_1.png'
<img src=""/>
<h1 class="section-title"> Guidelines and Submissions</h1><br />
<div>Submit animation at <a target="_blank" class="hover:text-red-400 text-red-700" href=" https://learn.fossee.in">https://learn.fossee.in</a>.</div>
<img class="logos hover:md:scale-125 duration-300" src={Folder_jpg.src} alt="regi" decoding="async" />

</div>
<!-- 3/4 Width Column -->
<div class="col-span-3 p-4">
Expand Down
26 changes: 25 additions & 1 deletion src/pages/webinar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,36 @@ import Main from '../layouts/main.astro';
</div> -->
<!-- 3/4 Width Column -->
<div class="col-span-1 p-4">

<h1 class="section-title text-4xl pb-3">
Attend our upcoming webinars
</h1>
<div class="leading-loose">

<ol class="list-decimal mx-2 md:text-xl text-sm playfair-display-normal pt-3">
<li class="text-2xl mb-4">Topic: How to choose your topic?
<p class="text-xl"> Speaker: Dr. Sanjukta Ghosh<br>Head of Studies, Design Led Innovation Program , Srishti Manipal Institute , MAHE - Bangalore
</p>
<p>Date: 3 May 2024</p>
<p>Time: 5PM</p>
</li>
<!-- <li class="text-2xl mb-4">Introduction to Synfig Studio
<p class="text-xl"> - Wednesday - 10th April | 3 - 3.45 pm (Presenter - Khushalsingh).</p></li>
<li class="text-2xl mb-4">How to submit animation for ANIMATE 2024?
<p class="text-xl"> - Tuesday - 16th April | 3 - 3.45 pm ( Presenter - Priyam and Khushalsingh).</p>
<p>Please find the recording of the webinar conducted on April 18th, 2024 on the topic: "<a href="https://drive.google.com/file/d/1Hj-8PIlNW7MFVpz3SzUDx5bU4kEhxL_s/view?usp=sharing" target="_blank">Q and A session on How to Use Spoken Tutorial to Learn Synfig Studio?</a>".</p>
</li>
<p class="text-xl"> - Tuesday - 16th April | 3 - 3.45 pm (Presenter - Priyam and Khushalsingh).
</p></li> -->

</ol>
</div>
<h1 class="section-title text-4xl pb-3">
Webinars conducted for participants
</h1>
<div class="leading-loose">

<ol class="list-decimal mx-2 md:text-xl text-sm playfair-display-normal pt-3">
<li class="text-2xl mb-4">How to learn Synfig Studio Using a Spoken Tutorial?
<p class="text-xl"> - Monday - 8th April | 3 - 3.45 pm (Presenter - Khushalsingh).</p>
Expand Down

0 comments on commit 3e2cb83

Please sign in to comment.