diff options
author | akshaythakur8764 | 2024-12-19 12:23:21 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-19 12:23:21 +0530 |
commit | ece7058b08c1ff85d4537792683825611838a0cc (patch) | |
tree | 94f6f5ae0d441876238d83501d932e1678ac3552 | |
parent | 74476df53e54cd0e980c6eea81e34df99a66d36e (diff) | |
download | scilab_case_study_hackathon-ece7058b08c1ff85d4537792683825611838a0cc.tar.gz scilab_case_study_hackathon-ece7058b08c1ff85d4537792683825611838a0cc.tar.bz2 scilab_case_study_hackathon-ece7058b08c1ff85d4537792683825611838a0cc.zip |
font style change and content added
-rw-r--r-- | src/components/Hero.astro | 66 | ||||
-rw-r--r-- | src/components/HomeBody.astro | 38 | ||||
-rw-r--r-- | src/components/layout/Nav.astro | 9 | ||||
-rw-r--r-- | src/components/layout/nav-links.json | 4 | ||||
-rw-r--r-- | 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" <h1 class="text-white text-6xl font-bold">Scilab Case Study </h1> <h1 class="text-white text-6xl font-bold"><span class="text-red-600">Hackathon</span></h1> <br> - <h3 class="text-white text-lg font-bold">Registration: 24 May 2020 - 06 June 2020 | Hackathon: 10 June 2020 - 30 June 2020</h3> + <h3 class="text-white text-xl font-bold">Registration date: <span class="text-2xl">20 December 2024</span></h3> + <h3 class="text-white text-xl font-bold"> Submission end date: <span class=" text-2xl">10 February 2025</span></h3> + <br /> +<p class="bg-[#fefe16] py-4 px-4 text-red-600"> *Anyone can register and submit their case study from 20 December 2024 to 10 February 2025</p> + + <div class="py-4"> + <button class="neon-button">Register</button> + + </div> </div> @@ -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********** */ + + + + + + + + </style> 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"; <h1 class="text-xl md:text-2xl font-bold text-center section-title mx-4 mb-5" id="who-can-participate"> Who Can Participate? </h1> - <ul class="list-disc list-inside space-y-2 md:text-lg text-sm text-justify"> + <ul class="list-disc list-inside space-y-1 md:text-xl text-sm text-justify"> <li>Open ONLY to individuals (no team participation).</li> <li>Students, researchers, and professionals passionate about computational reproducibility.</li> <li>Participants must have a basic understanding of numerical methods and computational tools.</li> @@ -148,7 +148,7 @@ import st from "../assets/img/spoken.png"; <h1 class="text-xl md:text-2xl font-bold text-center section-title mx-4 mb-5" id="why-participate"> Why Participate? </h1> - <ul class="list-disc list-inside space-y-2 md:text-lg text-sm text-justify"> + <ul class="list-disc list-inside space-y-1 md:text-xl text-sm text-justify"> <li>Open to everyone.</li> <li>Gain visibility in the Scilab and open-source communities.</li> <li>Win cash rewards for top-performing projects.</li> @@ -166,8 +166,8 @@ import st from "../assets/img/spoken.png"; <h1 class="text-xl md:text-2xl font-bold text-center section-title mx-4 mb-5" id="problem-statement"> Problem Statement </h1> - <p class=" leading-relaxed mb-4">Participants are required to:</p> - <ul class="list-disc list-inside space-y-2 text-gray-700"> + <p class="md:text-xl text-md leading-relaxed mb-4">Participants are required to:</p> + <ul class="list-disc list-inside space-y-1 text-gray-700 md:text-xl text-sm text-justify"> <li>Select a published research paper as a reference.</li> <li>Reproduce its results using Scilab.</li> <li>Present the Scilab-based solution, workflow, and comparison with the original results along with a report.</li> @@ -180,11 +180,11 @@ import st from "../assets/img/spoken.png"; <h1 class="text-xl md:text-2xl font-bold text-center section-title mx-4 mb-5" id="topics"> Case study topics can be chosen from the following domains for the Hackathon </h1> - <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> + <div class="grid grid-cols-1 md:grid-cols-3 gap-6 md:text-xl text-sm text-justify"> <!-- Card 1 --> - <div class="bg-gray-100 rounded-lg shadow-md p-5"> + <div class="bg-gray-100 rounded-lg shadow-md p-5 "> <h2 class="text-lg font-semibold text-gray-800 mb-3">Technology and Innovation</h2> - <ul class="list-disc list-inside text-gray-700 space-y-2"> + <ul class="list-disc list-inside text-gray-700 space-y-1"> <li>Robotics and Autonomous Systems</li> <li>Data Analytics and Machine Learning</li> <li>Artificial Intelligence and Optimization</li> @@ -194,7 +194,7 @@ import st from "../assets/img/spoken.png"; <!-- Card 2 --> <div class="bg-gray-100 rounded-lg shadow-md p-5"> <h2 class="text-lg font-semibold text-gray-800 mb-3">Sustainability and Health</h2> - <ul class="list-disc list-inside text-gray-700 space-y-2"> + <ul class="list-disc list-inside text-gray-700 space-y-1"> <li>Renewable Energy and Sustainability</li> <li>Computational Biology and Healthcare Analytics</li> </ul> @@ -203,7 +203,7 @@ import st from "../assets/img/spoken.png"; <!-- Card 3 --> <div class="bg-gray-100 rounded-lg shadow-md p-5"> <h2 class="text-lg font-semibold text-gray-800 mb-3">Applied Mathematics and Engineering</h2> - <ul class="list-disc list-inside text-gray-700 space-y-2"> + <ul class="list-disc list-inside text-gray-700 space-y-1"> <li>Control Systems</li> <li>Space and Aerospace Simulations</li> <li>Digital Signal and Image Processing</li> @@ -219,11 +219,11 @@ import st from "../assets/img/spoken.png"; <h1 class="text-xl md:text-2xl font-bold text-center section-title mx-4 mb-5" id="how-to-participate"> How to participate? </h1> - <p class="text-gray-700 leading-relaxed mb-4"> + <p class="text-gray-700 leading-relaxed mb-4 md:text-xl text-sm text-center"> Visit this webpage to have detailed information about the case study project and go through all the links given under the Case Study Project tab. <br />Submit the proposal for your chosen Case Study project as per the guidelines, and our team will review and approve it based on the abstract provided. </p> - <p class="text-gray-700"> + <p class="text-gray-700 md:text-xl text-sm text-center"> Link: <a href="https://scilab.in/case-study-portal/case-study-project" @@ -241,7 +241,7 @@ import st from "../assets/img/spoken.png"; <h1 class="text-2xl font-bold text-center section-title mx-4 px-4" id="resources">Resources</h1> <div class="mt-4 text-lg"> - <h3 class="text-xl font-semibold"> + <h3 class="md:text-xl text-sm text-center"> Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. <span class="block mt-2 text-blue-600"> Access them here: @@ -306,12 +306,14 @@ import st from "../assets/img/spoken.png"; <div class="md:px-20 px-3"> <h1 class="text-2xl font-bold text-center section-title mx-4 px-4" id="rules">Rules and Regulations</h1> - <div class="flex flex-col justify-center text-center space-y-3 mt-4 text-lg"> - <p>The decision of the review committee and organizers in declaring the results will be final. No queries in this regard will be entertained.</p> - <p>The same person cannot participate twice.</p> - <p>If a person is found participating in more than one team, both the teams will be disqualified from the Hackathon.</p> - <p>There will be only one point of contact (the team leader) with the organizers.</p> - <p>Any participant found to be indulging in any form of malpractice will be immediately disqualified.</p> + <div class="flex flex-col justify-center text-justify space-y-3 mt-4 md:text-xl text-sm"> + <ol class="list-decimal"> + <li>The decision of the review committee and organizers in declaring the results will be final. No queries in this regard will be entertained.</li> + <p>The same person cannot participate twice.</li> + <li>If a person is found participating in more than one team, both the teams will be disqualified from the Hackathon.</li> + <li>There will be only one point of contact (the team leader) with the organizers.</li> + <li>Any participant found to be indulging in any form of malpractice will be immediately disqualified.</li> + </ol> </div> </div> </div> diff --git a/src/components/layout/Nav.astro b/src/components/layout/Nav.astro index 549776f..752c4fa 100644 --- a/src/components/layout/Nav.astro +++ b/src/components/layout/Nav.astro @@ -41,7 +41,7 @@ function addActiveClass() { -<nav class="fixed top-0 left-0 mt-18 z-5 w-full border-gray-200 bg-gray-50 dark:bg-gray-800 dark:border-gray-700 shadow-md"> +<nav class=" sticky top-0 left-0 mt-18 z-5 w-full border-gray-200 bg-gray-50 dark:bg-gray-800 dark:border-gray-700 shadow-md"> <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"> <a href="/" class="flex items-center space-x-3 rtl:space-x-reverse"> <!-- <img src="https://flowbite.com/docs/images/logo.svg" class="h-8" alt="gui" /> --> @@ -58,14 +58,14 @@ function addActiveClass() { </svg> </button> <div class="hidden w-full md:block md:w-auto" id="navbar-solid-bg"> - <ul class="md:inline-block font-medium mt-4 rounded-lg bg-gray-50 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-transparent dark:bg-gray-800 md:dark:bg-transparent dark:border-gray-700"> + <ul class="md:inline-block font-medium mt-4 rounded-lg md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-transparent dark:bg-gray-800 md:dark:bg-transparent dark:border-gray-700"> { navLinks.map((link) => { const { label, href } = link; return ( <li class="md:inline-block"> - <a class="nav-link text-brown-300 hover:text-[#0a4850] transition duration-300" href={href}>{label}</a> + <a class="nav-link text-brown-300 hover:text-[#ff5c5c] transition duration-300" href={href}>{label}</a> </li> ); }) @@ -114,7 +114,7 @@ function addActiveClass() { nav, ul { - margin-bottom: 5px; + /* margin-bottom: 5px; */ display: inline-block; font-size: larger; @@ -132,6 +132,7 @@ function addActiveClass() { nav, ul { display:block; + /* background-color: #000000; */ } ul.menu li { diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 8224616..dd4e128 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,10 +1,8 @@ [ { "label": "About", "href": "/#about" }, - {"label": "Problem-Statement", "href": "/problem-statement"}, - {"label": "Submission Guidelines", "href": "/problem-statement/#submission-guidelines"}, + {"label": "Problem-Statement", "href": "/#problem-statement"}, {"label": "Register", "href": "/#register"}, - {"label": "Results", "href": "/results"}, { "label": "Resources", "href": "/#resources" }, { "label": "Contact", "href": "/#contact" } diff --git a/src/pages/results.astro b/src/pages/results.astro index 2901615..0bf4498 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -3,5 +3,10 @@ import Layout from '../layouts/Layout.astro'; --- <Layout title="Scilab Case Study Hackathon"> - + <h3>Results</h3> + <ul> + <li>Cash rewards</li> + <li>Certificates for all participants.</li> + <li>Exclusive recognition for outstanding projects on the Scilab webpage.</li> + </ul> </Layout>
\ No newline at end of file |