diff options
author | akshay | 2024-12-27 10:59:59 +0530 |
---|---|---|
committer | GitHub | 2024-12-27 10:59:59 +0530 |
commit | ccc544135028a8cf13818a82eb46bc56e70ed30a (patch) | |
tree | 28a82bc0b0425ff2877246cc4a5677c7079f7fba | |
parent | 234b1cc3a301afeeab80908b9d76061c46f3a80c (diff) | |
download | scilab_case_study_hackathon-ccc544135028a8cf13818a82eb46bc56e70ed30a.tar.gz scilab_case_study_hackathon-ccc544135028a8cf13818a82eb46bc56e70ed30a.tar.bz2 scilab_case_study_hackathon-ccc544135028a8cf13818a82eb46bc56e70ed30a.zip |
content updated
-rw-r--r-- | src/components/Hero.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 8d2da5e..096f5d7 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -30,10 +30,10 @@ import { Image } from "astro:assets" <h1 class="text-white text-center md:text-6xl text-4xl font-extrabold">Hackathon</h1> </div> <br> - <h3 class="text-white text-xl font-extrabold">Registration date: <span class=" text-[#f50000]">23 December 2024</span><br> + <h3 class="text-white text-xl font-extrabold">Registration date: <span class=" text-[#f50000]">24 December 2024</span><br> Submission end date: <span class=" text-[#f50000]">10 February 2025</span></h3> <!-- <br /> --> -<p class="text-white text-lg font-bold ">*Anyone can register and submit their case study from 23 December 2024 to 10 February 2025</p> +<p class="text-white text-lg font-bold ">*Anyone can register and submit their case study from 24 December 2024 to 10 February 2025</p> <p class="text-white text-lg font-bold">Cash prizes, eCertificate and internship opportunities</p> <br> <div class="py-2"> |