diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index 6b12c61..dd60f8d 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -41,33 +41,34 @@ import iit from '../images/IITB-logo.png'; -
+
ANIMATE 2024
-
-
-
- - +
--> +
-

- Registration starts on -

-

18 March 2024

+

- Registrations are in Progress -

+

- Last date of registration -

+

26 April 2024

+

- Last date of submission -

+

15 May 2024

-
+
+
diff --git a/src/layouts/nav-links.json b/src/layouts/nav-links.json index 65f919d..0e0c6c6 100644 --- a/src/layouts/nav-links.json +++ b/src/layouts/nav-links.json @@ -3,6 +3,7 @@ { "label": "About", "href": "/about" }, { "label": "Theme", "href": "/theme" }, { "label": "Register", "href": "/register" }, + {"label" : "Webinar", "href": "/webinar"}, { "label": "Resources", "href": "/resources" }, { "label": "Rules", "href": "/rules" }, { "label": "Partners", "href": "/partners" }, diff --git a/src/pages/about.astro b/src/pages/about.astro index fb1b0e1..28926e9 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -17,8 +17,8 @@ import { slide } from 'astro:transitions';
- +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 872690b..a0b32f6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,8 +44,11 @@ import regi from '../images/btn-01-a.png';
-

- Registration starts on -

-

18 March 2024

+

- Registrations are in Progress -

+

- Last date of registration -

+

26 April 2024

+

- Last date of submission -

+

15 May 2024

diff --git a/src/pages/register.astro b/src/pages/register.astro index a0ac301..b7ad5a7 100644 --- a/src/pages/register.astro +++ b/src/pages/register.astro @@ -4,6 +4,7 @@ import qrcode from '../images/qrcode-register.png'; ---
+
@@ -49,4 +50,6 @@ import qrcode from '../images/qrcode-register.png';
+
+
\ No newline at end of file diff --git a/src/pages/webinar.astro b/src/pages/webinar.astro new file mode 100644 index 0000000..e83007e --- /dev/null +++ b/src/pages/webinar.astro @@ -0,0 +1,49 @@ +--- +import Main from '../layouts/main.astro'; +--- + + +
+
+ +
+ + + +
+ +

+ Attend our upcoming webinars +

+
+
    +
  1. How to learn Synfig Studio Using a Spoken Tutorial? +

    - Friday - 5th April | 3 - 3.45 pm ( Presenter - Khushalsingh).

  2. +
  3. Introduction to Synfig Studio +

    - Monday - 8th April | 3 - 3.45 pm ( Presenter - Khushalsingh).

  4. +
  5. How to submit animation for ANIMATE 2024? +

    - Tuesday - 16th April | 3 - 3.45 pm ( Presenter - Priyam and Khushalsingh).

  6. +
+
+
+ + +
+ +
\ No newline at end of file