From 74476df53e54cd0e980c6eea81e34df99a66d36e Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Wed, 18 Dec 2024 17:34:14 +0530 Subject: tailwind added --- src/assets/css/custom.css | 2 +- src/components/Hero.astro | 17 ++- src/components/HomeBody.astro | 175 +++++++++++------------ src/components/layout/Footer.astro | 49 ++++++- src/components/layout/Nav.astro | 6 +- src/components/layout/nav-links.json | 4 +- src/layouts/Layout.astro | 2 +- src/pages/problem-statement.astro | 267 ----------------------------------- src/pages/resources.astro | 9 -- src/pages/results.astro | 7 + 10 files changed, 158 insertions(+), 380 deletions(-) delete mode 100644 src/pages/problem-statement.astro delete mode 100644 src/pages/resources.astro create mode 100644 src/pages/results.astro diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 71de1e7..8a8ab78 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -69,7 +69,7 @@ color:#f50000; /* text-shadow: 4px 4px #0a4850; */ - font-size: 1.5rem; + font-size: 1.7rem; font-weight: 700; padding: 2rem 2rem; transition: 1.3s; diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 41ea02d..c7cba2b 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -17,12 +17,17 @@ import btn1 from "../assets/img/button-img-01.png" -
-

A global challenge for bright minds

-
- An initiative of the FOSSEE Project, - Indian Institute of Technology Bombay, India
-

Scilab Case Study Hackathon

+
+

A global challenge for bright minds

+
+
+

An initiative of the FOSSEE Project,

+

Indian Institute of Technology Bombay, India

+
+

Scilab Case Study

+

Hackathon

+
+

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

diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 3bc417e..214b25f 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -127,8 +127,8 @@ import st from "../assets/img/spoken.png";
- -
+
+

Who Can Participate? @@ -143,7 +143,7 @@ import st from "../assets/img/spoken.png"; -
+

Why Participate? @@ -159,7 +159,9 @@ import st from "../assets/img/spoken.png";

-
+ +
+

Problem Statement @@ -173,8 +175,6 @@ import st from "../assets/img/spoken.png";

- -

@@ -236,68 +236,86 @@ import st from "../assets/img/spoken.png";

-
+
-

-Resources


Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. Access them here: https://spoken-tutorial.org/tutorial-search/?search_foss=Scilab&search_language=English

-
+

Resources

+ +
+

+ Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. + + Access them here: + Spoken Tutorial Series on Scilab + +

+
+
+
+
-

System Requirements

-

General:

-
    -
  • -

    RAM: 4 GB (8 GB recommended)

    -
  • -
  • -

    Processor: Dual-core or higher

    -
  • -
  • -

    Storage: 2 GB free space

    -
  • -
  • -

    Internet: Stable connection

    -
  • -
-

Linux:

- -

Mac:

- -

Windows:

-
    -
  • -

    OS: Windows 10+ (64-bit)

    -
  • -
-

Scilab: Download latest version

-
- -
+

System Requirements

+ + +
+

General:

+
    +
  • RAM: 4 GB (8 GB recommended)

  • +
  • Processor: Dual-core or higher

  • +
  • Storage: 2 GB free space

  • +
  • Internet: Stable connection

  • +
+
+ + +
+ + +
+

Linux:

+ +
+ + +
+

Mac:

+ +
+ + +
+

Windows:

+
    +
  • OS: Windows 10+ (64-bit)

  • +
+

Scilab: Download latest version

+
+ +
+
+
+ +
-

Rules and Regulations

-

 

-

The decision of the review committee and organizers in declaring the results will be final. No queries in this regard will be entertained.

-

The same person can not participate twice.

-

If a person is found participating in more than one team, both the teams will be disqualified from the Hackathon.

-

There will be only one point of contact (the team leader) with the organizers.

-

Any participant found to be indulging in any form of malpractice will be immediately disqualified.

+

Rules and Regulations

+ +
+

The decision of the review committee and organizers in declaring the results will be final. No queries in this regard will be entertained.

+

The same person cannot participate twice.

+

If a person is found participating in more than one team, both the teams will be disqualified from the Hackathon.

+

There will be only one point of contact (the team leader) with the organizers.

+

Any participant found to be indulging in any form of malpractice will be immediately disqualified.

+
-
+

+ @@ -395,41 +413,20 @@ Resources

Explore the Spoken Tutorial series on Scilab to strength

Contact Us - +

- +

- Email us at + For more information, email us at

-

Reach out to us through Slack

-

Join the FOSSEE, IIT Bombay’s official Slack Channel by clicking here or here -

-

After joining the official Slack Channel by clicking one of the above links, please join the  workspace for the #desktop-application-development-competition and join it.

+

diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index 4c78187..b65a2f5 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -3,8 +3,8 @@ import iitb from "../../assets/img/IITB.png"; import fossee from "../../assets/img/FOSSEE.png"; import st from "../../assets/img/spoken.png"; --- -

ORGANISERS

-
+
+ +
+ + +
+
About
+ +
+ + +
+
FOSSEE
+ +
+ + +
+
Resources
+ +
+ + +
+ + + Creative Commons License +
This work is licensed under a + Creative Commons Attribution-ShareAlike 4.0 International License. +
+
+ +
+ + diff --git a/src/components/layout/Nav.astro b/src/components/layout/Nav.astro index 8a5cadf..549776f 100644 --- a/src/components/layout/Nav.astro +++ b/src/components/layout/Nav.astro @@ -150,9 +150,9 @@ function addActiveClass() { color:red; } a.nav-link.active{ - color:#0a4850 ; - background-color: rgb(255, 230, 0); - font-size: 1.4em; + color:#000000 ; + background-color: rgb(255, 0, 0); + /* font-size: 1.4em; */ transition: 0.5s ease-in-out; padding: 10px; border-radius: 10px; diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 3a5fdbe..8224616 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -5,8 +5,8 @@ {"label": "Submission Guidelines", "href": "/problem-statement/#submission-guidelines"}, {"label": "Register", "href": "/#register"}, - {"label": "FAQs", "href": "/faq"}, - { "label": "Resources", "href": "/resources" }, + {"label": "Results", "href": "/results"}, + { "label": "Resources", "href": "/#resources" }, { "label": "Contact", "href": "/#contact" } ] \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0c3217d..1a7e37b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -18,7 +18,7 @@ const { title } = Astro.props; - + {title} diff --git a/src/pages/problem-statement.astro b/src/pages/problem-statement.astro deleted file mode 100644 index d4ad46a..0000000 --- a/src/pages/problem-statement.astro +++ /dev/null @@ -1,267 +0,0 @@ ---- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; -import Nav from '../components/layout/Nav.astro'; -const props = Astro.props - const accordionContent2 = await Astro.glob("../content/problemstatement/*.md"); - var links = await Astro.glob("../content/problemstatement/*.md"); ---- - - - - - - -
-
-
-

Problem Statements

-

The participants can pick any one of the given problem statements for their submission for the competitions. In each of the ideas, the minimum requirements that are to be met are written, and the participants are also free to add more features that they see fit for the topic.

-
-
- { - accordionContent2.map((item, index)=>{ - // const Content = item.Content; - return( -
-
-

{index + 1} . {item.frontmatter.heading}

- - - -
-
- {/* */} -

{item.frontmatter.para}

- {item.frontmatter.item && ( -
    - {item.frontmatter.item.map((p:any, index:number) => ( -
  • - {/* {index+1}{". "} */} - {/* */} - {p.name} - {/* */} -
  • - ))} -
- )} -
-
- )}) - } - -
-
-
-

Submission Guidelines

-
-
-

Follow the following steps for creating your submission:

-
    -
  1. Create a zip archive in the following format <Problem Statement Number>_<Your First Name>.zip. For example, If your name is Diptangshu Dey, and you have attempted the Interactive 3D Object Viewer Problem, your submission should be named “7_Diptangshu.zip”. 
  2. -
  3. Inside the archive, Include the instructions to run your application, and the steps to install the software required for the same. 
  4. -
  5. Alongside the installation instructions, create a folder with the name “Submission”, and the actual code of your application should be placed inside this folder. 
  6. -
-
-

Your submission file structure should look like this:

-
-
-

7_Diptangshu

-

|   Installation_Instructions.md

-

|---Submission/

-

     |   <Project Files>

-
-
-

Please submit the Solution to the Problem Statement provided for the Hackathon at contact-cfd@fossee.in

-
-
-
-
- -
- - - - - - - - - - - -
diff --git a/src/pages/resources.astro b/src/pages/resources.astro deleted file mode 100644 index 5a42f4d..0000000 --- a/src/pages/resources.astro +++ /dev/null @@ -1,9 +0,0 @@ ---- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; -import Resourcs from '../components/Resources.astro'; ---- - - - - \ No newline at end of file diff --git a/src/pages/results.astro b/src/pages/results.astro new file mode 100644 index 0000000..2901615 --- /dev/null +++ b/src/pages/results.astro @@ -0,0 +1,7 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + + + + \ No newline at end of file -- cgit