From ece7058b08c1ff85d4537792683825611838a0cc Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Thu, 19 Dec 2024 12:23:21 +0530 Subject: font style change and content added --- src/components/Hero.astro | 66 +++++++++++++++++++++++++++++++++++- src/components/HomeBody.astro | 38 +++++++++++---------- src/components/layout/Nav.astro | 9 ++--- src/components/layout/nav-links.json | 4 +-- src/pages/results.astro | 7 +++- 5 files changed, 97 insertions(+), 27 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index c7cba2b..f82a880 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -27,7 +27,15 @@ import btn1 from "../assets/img/button-img-01.png"

Scilab Case Study

Hackathon


-

Registration: 24 May 2020 - 06 June 2020 | Hackathon: 10 June 2020 - 30 June 2020

+

Registration date: 20 December 2024

+

Submission end date: 10 February 2025

+
+

*Anyone can register and submit their case study from 20 December 2024 to 10 February 2025

+ +
+ + +
@@ -158,5 +166,61 @@ import btn1 from "../assets/img/button-img-01.png" .bg-secondPatch{height: 80px;} .flip-card { height: 80px; } } + + + + +/*********neon button********** */ + + +.neon-button { + padding: 15px 30px; + font-size: 18px; + color: white; + background-color: black; + border: 2px solid red; + border-radius: 5px; + cursor: pointer; + text-transform: uppercase; + letter-spacing: 2px; + position: relative; + overflow: hidden; + transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; + box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red; +} + +.neon-button::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: red; + filter: blur(10px); + z-index: -1; + transition: opacity 0.3s ease-in-out; + opacity: 0.8; +} + +.neon-button:hover { + color: black; + background-color: red; + box-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red; +} + +.neon-button:hover::before { + opacity: 1; +} + +/*********end neon button********** */ + + + + + + + + diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 214b25f..7835906 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -133,7 +133,7 @@ import st from "../assets/img/spoken.png";

Who Can Participate?

-