summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-07-16 16:43:49 +0530
committerGitHub2025-07-16 16:43:49 +0530
commit00e455e86ab3a1d7227c20c081f99632f2517270 (patch)
tree9db0dc8723b80d608306c605c4c2a0c0be6b8eac
parent80bdafafb9da63abe124a14c0b88282599c5ff36 (diff)
parentf2239bd0174ec6c0a5614bc00465e3cac45ee4e6 (diff)
downloadanimate2025-00e455e86ab3a1d7227c20c081f99632f2517270.tar.gz
animate2025-00e455e86ab3a1d7227c20c081f99632f2517270.tar.bz2
animate2025-00e455e86ab3a1d7227c20c081f99632f2517270.zip
Merge pull request #11 from nikitasabale96/main
guidelines are updated
-rw-r--r--src/pages/guidelines.astro24
1 files changed, 20 insertions, 4 deletions
diff --git a/src/pages/guidelines.astro b/src/pages/guidelines.astro
index 4f13353..6e33d73 100644
--- a/src/pages/guidelines.astro
+++ b/src/pages/guidelines.astro
@@ -38,11 +38,27 @@ import Main from '../layouts/main.astro';
<h3 class="mb-1">Team Size</h3>
<p class="mb-2">Teams can have 1–5 members, with one lead who represents the team.</p>
- <h3 class="mb-1">Submission</h3>
+ <!-- <h2 class="mb-1 font-semibold">Submission</h2>
<p class="mb-2">
- Provide a shared Google Drive folder
- (named after the team) containing both the rendered video (MP4) and the project source files.
- </p>
+ Provide a shared Google Drive folder (named after the team) containing both the rendered video (MP4) and the project source files.
+ <p class="mb-1 font-semibold text-base font-[Montserrat], sans-serif"> on the following email :
+ <a href="mailto:contact-focal@fossee.in" style="color: purple;"">contact-focal@fossee.in</a>
+
+ </p> -->
+ <div class="p-1 bg-gradient-to-r from-purple-500 to-pink-500 rounded-lg">
+ <div class="bg-white p-6 rounded-md">
+ <h2 class="mb-1 font-semibold">Submission</h2>
+ <p class="mb-2">
+ Provide a shared Google Drive folder (named after the team) containing both the rendered video (MP4) and the project source files.
+ </p>
+ <p class="mb-1 font-semibold text-base font-[Montserrat], sans-serif">
+ on the following email :
+ <a href="mailto:contact-focal@fossee.in" style="color: #7836b4ff;">contact-focal@fossee.in</a>
+ </p>
+ </div>
+ </div>
+
+
</div>
</section>
</Main>