summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshaythakur87642024-12-21 13:32:08 +0530
committerakshaythakur87642024-12-21 13:32:08 +0530
commite288338bc66050983210338a5c09c2c0c25c5638 (patch)
tree0b8ef3b18b8accd60ec45215342cd7c3195ebebb
parent4db1716982e629de8d0e96f023a24c782e610344 (diff)
downloadscilab_case_study_hackathon-e288338bc66050983210338a5c09c2c0c25c5638.tar.gz
scilab_case_study_hackathon-e288338bc66050983210338a5c09c2c0c25c5638.tar.bz2
scilab_case_study_hackathon-e288338bc66050983210338a5c09c2c0c25c5638.zip
content changed and aligned
-rw-r--r--src/assets/css/custom.css50
-rw-r--r--src/components/Hero.astro8
-rw-r--r--src/components/HomeBody.astro27
-rw-r--r--src/components/layout/Nav.astro30
-rw-r--r--src/pages/results.astro6
5 files changed, 96 insertions, 25 deletions
diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css
index fc2c71c..dd401c5 100644
--- a/src/assets/css/custom.css
+++ b/src/assets/css/custom.css
@@ -98,4 +98,52 @@
.text-shadow{
text-shadow: 1px 2px 11px #f00;
- } \ No newline at end of file
+ }
+
+
+
+
+ /*********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********** */ \ No newline at end of file
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index e9db472..1865503 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -19,15 +19,15 @@ import { Image } from "astro:assets"
<!-- <div class=" flex flex-col lg:grid lg:grid-cols-2 gap-3 items-center"> -->
<div class="flex flex-col justify-center items-center md:pt-20 space-y-5">
- <h2 class="text-white text-4xl font-bold">A global challenge for bright minds</h2>
+ <h2 class="text-white md:text-4xl text-2xl font-bold">A global challenge for bright minds</h2>
<br>
- <h6 class="text-white text-xl font-bold">
+ <h6 class="text-white md:text-xl text-lg font-bold">
<p> An initiative of the FOSSEE Project,</p>
<p>Indian Institute of Technology Bombay, India </p></h6>
<br>
- <h1 class="text-white text-6xl font-bold drop-shadow-lg text-shadow">Scilab Case Study </h1>
- <h1 class="text-white text-6xl font-bold"><span class="text-red-600">Hackathon</span></h1>
+ <h1 class="text-white md:text-6xl text-4xl font-bold drop-shadow-lg text-shadow">Scilab Case Study </h1>
+ <h1 class="text-white md:text-6xl text-4xl font-bold"><span class="text-red-600">Hackathon</span></h1>
<br>
<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>
diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro
index 230ac45..c0448dc 100644
--- a/src/components/HomeBody.astro
+++ b/src/components/HomeBody.astro
@@ -210,7 +210,7 @@ import process from "../assets/img/process.png";
Before proceeding, it is mandatory to fill out this Google Form:
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc7sSXer3wta4B9QuT_x7xa2tx53_2uJ6PJM7t0oCdww1rPgA/viewform?usp=sf_link"
target="_blank"
- class="text-blue-600 hover:underline">google form link</a><br />
+ class="text-blue-600 hover:underline">Click here </a>to open<br />
Your participation will not be considered if this form is not filled out.
</li>
@@ -218,7 +218,7 @@ import process from "../assets/img/process.png";
After completing the form, visit this website to read all the instructions:
<a href="https://scilab.in/case-study-portal/case-study-project"
target="_blank"
- class="text-blue-600 hover:underline">https://scilab.in/case-study-portal/case-study-project</a><br />
+ class="text-blue-600 hover:underline">Click here </a><br />
Please go through all the links provided under the Case Study Project tab.
</li>
<li class="leading-6">
@@ -249,13 +249,28 @@ import process from "../assets/img/process.png";
</p> -->
</div>
</div>
-
- <div class="bg-white md:px-4 pb-5">
+
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-0 bg-red-100 ">
+ <div class="md:px-4 pb-5">
+ <div class="md:px-20 px-3">
+ <h1 class="text-center section-title mx-4 px-4" id="resources">Evaluation Criteria:</h1>
+ <ul class="list-disc list-outside space-y-1">
+ <li>Complexity of the problem, including its technical depth and challenges. &nbsp;</li>
+ <li>Quality of the journal, considering its credibility and impact factor. &nbsp;</li>
+ <li>Novelty of the topic, focusing on originality and innovation. &nbsp;&nbsp;</li>
+ <li>Accuracy of the reproduced results compared to the reference paper. &nbsp;</li>
+ <li>Effective and innovative use of Scilab features and toolboxes. &nbsp;</li>
+ <li>Readability, proper documentation, and adherence to best coding practices. &nbsp;</li>
+ </ul>
+ </div>
+ </div>
+
+ <div class=" md:px-4 pb-5">
<div class="md:px-20 px-3">
<h1 class="text-center section-title mx-4 px-4" id="resources">Resources</h1>
<div class="mt-4 text-lg">
- <h3 class="text-center">
+ <h3 class="text-left">
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 ">
Access them here:
@@ -266,7 +281,7 @@ import process from "../assets/img/process.png";
</div>
</div>
-
+</div>
<div class="bg-[#ffffff] md:px-4 pb-5">
<div class="md:px-20 px-3">
<h1 class="text-center section-title mx-4 px-4" id="about">System Requirements</h1>
diff --git a/src/components/layout/Nav.astro b/src/components/layout/Nav.astro
index 999cf3e..8cdd2ac 100644
--- a/src/components/layout/Nav.astro
+++ b/src/components/layout/Nav.astro
@@ -127,18 +127,7 @@ function addActiveClass() {
list-style: none;
padding: 0px 8px;
}
-
- @media only screen and (max-width: 600px) {
- nav,
- ul {
- display:block;
- /* background-color: #000000; */
- }
-
- ul.menu li {
- display:block;
- }
- }
+
ul.menu li a{
text-decoration: none;
color:#6c5353;
@@ -158,6 +147,7 @@ function addActiveClass() {
padding: 10px;
border-radius: 10px;
}
+
ul.menu li:last-child{
border-right: none;
}
@@ -166,5 +156,21 @@ function addActiveClass() {
ul.menu li .active{
color:#f70000;
}
+
+ @media only screen and (max-width: 600px) {
+ nav,
+ ul {
+ display:block;
+ /* background-color: #000000; */
+ }
+
+ ul.menu li {
+ display:block;
+ }
+ a.nav-link.active{
+ padding: 3px;
+ border-radius: 2px;
+ }
+ }
</style>
\ No newline at end of file
diff --git a/src/pages/results.astro b/src/pages/results.astro
index 43bd7b5..6c4aca8 100644
--- a/src/pages/results.astro
+++ b/src/pages/results.astro
@@ -3,8 +3,9 @@ import Layout from '../layouts/Layout.astro';
---
<Layout title="Scilab Case Study Hackathon" >
- <div class="h-[55vh]">
- <h3 class="text-lg font-semibold text-gray-800 mb-4">Results</h3>
+ <div class="md:px-4 pb-5 h-lvh">
+ <div class="md:px-20 px-3">
+ <h1 class="text-center section-title mx-4 px-4" id="resources">Results</h3>
<ul class="list-disc list-inside space-y-2">
<li class="">Cash rewards</li>
<li class="">Certificates for all participants.</li>
@@ -13,4 +14,5 @@ import Layout from '../layouts/Layout.astro';
</li>
</ul>
</div>
+</div>
</Layout> \ No newline at end of file