- HackOdisha 3.0 -
-
- Coming Soon{" "}
-
-
+
+
+
+
+
- 🚀
-
- {counter<3?"Tap HackOdisha Three times to see me rotate":"Tap Me to Stop"}
-
-
+ HackOdisha 3.0
+
+
+ Coming Soon{" "}
+
+
+ 🚀
+
+ {counter < 3 ? "Tap HackOdisha Three times to see me rotate" : "Tap Me to Stop"}
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ >
);
}
diff --git a/src/components/NameOfComponent/Component.jsx b/src/components/NameOfComponent/Component.jsx
deleted file mode 100644
index f210480..0000000
--- a/src/components/NameOfComponent/Component.jsx
+++ /dev/null
@@ -1 +0,0 @@
-// some Component code
\ No newline at end of file
diff --git a/src/components/NameOfComponent/ComponentStyles.css b/src/components/NameOfComponent/ComponentStyles.css
deleted file mode 100644
index e0634a3..0000000
--- a/src/components/NameOfComponent/ComponentStyles.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.someClass{
- /* some styles */
-}
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesEnvironment.jsx b/src/components/TracksPrizes/TracksPrizesEnvironment.jsx
new file mode 100644
index 0000000..89b7051
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesEnvironment.jsx
@@ -0,0 +1,80 @@
+import React from 'react'
+import './TracksPrizesStyle.css'
+import Image from "next/image";
+
+
+const TracksPrizes = () => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 001
+ FIRST PRIZE
+ .................
+ $2500
+
+
+
+ 002
+ SECOND PRIZE
+ ..............
+ $2000
+
+
+
+ 003
+ THIRD PRIZE
+ .................
+ $1500
+
+
+ PRESENTED BY
+
+
+
+
+
+
+ HEALTHCARE
+
+
+ WEB3
+
+ ENVIRONMENT
+
+ WOMAN
SECURITY
+
+
+ OPEN
INNOVATION
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default TracksPrizes
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesHealthCare.jsx b/src/components/TracksPrizes/TracksPrizesHealthCare.jsx
new file mode 100644
index 0000000..ef6a61b
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesHealthCare.jsx
@@ -0,0 +1,79 @@
+import React from 'react'
+import './TracksPrizesStyle.css'
+import Image from "next/image";
+
+
+const TracksPrizes = () => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 001
+ FIRST PRIZE
+ .................
+ $2500
+
+
+
+ 002
+ SECOND PRIZE
+ ..............
+ $2000
+
+
+
+ 003
+ THIRD PRIZE
+ .................
+ $1500
+
+
+ PRESENTED BY
+
+
+
+
+
+
+ HEALTHCARE
+
+ WEB3
+
+ ENVIRONMENT
+
+ WOMAN
SECURITY
+
+
+ OPEN
INNOVATION
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default TracksPrizes
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesInnovation.jsx b/src/components/TracksPrizes/TracksPrizesInnovation.jsx
new file mode 100644
index 0000000..51e709a
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesInnovation.jsx
@@ -0,0 +1,79 @@
+import React from 'react'
+import './TracksPrizesStyle.css'
+import Image from "next/image";
+
+
+const TracksPrizes = () => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 001
+ FIRST PRIZE
+ .................
+ $2500
+
+
+
+ 002
+ SECOND PRIZE
+ ..............
+ $2000
+
+
+
+ 003
+ THIRD PRIZE
+ .................
+ $1500
+
+
+ PRESENTED BY
+
+
+
+
+
+
+ HEALTHCARE
+
+
+ WEB3
+
+ WOMAN
SECURITY
+
+ ENVIRONMENT
+
+ OPEN
INNOVATION
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default TracksPrizes
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesSecurity.jsx b/src/components/TracksPrizes/TracksPrizesSecurity.jsx
new file mode 100644
index 0000000..a07876d
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesSecurity.jsx
@@ -0,0 +1,79 @@
+import React from 'react'
+import './TracksPrizesStyle.css'
+import Image from "next/image";
+
+
+const TracksPrizes = () => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 001
+ FIRST PRIZE
+ .................
+ $2500
+
+
+
+ 002
+ SECOND PRIZE
+ ..............
+ $2000
+
+
+
+ 003
+ THIRD PRIZE
+ .................
+ $1500
+
+
+ PRESENTED BY
+
+
+
+
+
+
+ HEALTHCARE
+
+
+ WEB3
+
+ ENVIRONMENT
+
+ WOMAN
SECURITY
+ OPEN
INNOVATION
+
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default TracksPrizes
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesStyle.css b/src/components/TracksPrizes/TracksPrizesStyle.css
new file mode 100644
index 0000000..3110412
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesStyle.css
@@ -0,0 +1,176 @@
+.boundary1 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/HealthCareBoundary.svg');
+ background-size: 100% 100%;
+ display: flex;
+ width: 25%;
+}
+
+.bg1 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/TOpTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ margin-left: -5%;
+}
+
+.bg4 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/TOpTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 77%;
+ height: 80%;
+}
+
+.bg11 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/TOpTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 80%;
+ height: 80%;
+}
+
+.bg2 {
+ background-repeat: no-repeat;
+ background-image: url('/images/MiddleTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 78%;
+ height: 100%;
+ margin-top: -4%;
+}
+
+.bg8 {
+ background-repeat: no-repeat;
+ background-image: url('/images/MiddleTheme.svg');
+ background-size: cover;
+ display: flex;
+ align-items: center;
+ width: 80%;
+ margin-top: 4%;
+}
+
+.bg14 {
+ background-repeat: no-repeat;
+ background-image: url('/images/MiddleTheme.svg');
+ background-size: cover;
+ display: flex;
+ align-items: center;
+ width: 80%;
+ margin-top: -2%;
+}
+
+.bg9 {
+ background-repeat: no-repeat;
+ background-image: url("/images/MiddleTheme.svg");
+ background-size: cover;
+ display: flex;
+ align-items: center;
+ width: 70%;
+ margin-top: -1%;
+ margin-left: 4%;
+}
+
+.bg6 {
+ background-repeat: no-repeat;
+ background-image: url('/images/MiddleTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 77%;
+ height: 100%;
+ margin-top: -2%;
+}
+
+.bg3 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/BottomTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 75%;
+ margin-left: 1%;
+}
+
+.bg10 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/BottomTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 70%;
+ height: 80%;
+ margin-left: 4%;
+}
+
+.bg13 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/BottomTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 75%;
+ margin-left: 2%;
+ margin-top: -19%;
+}
+
+.bg15 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/BottomTheme.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 80%;
+ height: 80%;
+}
+
+.bg5 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/BottomTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 90%;
+ margin-left: 1%;
+ margin-top: -15%;
+}
+
+.bg7 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/MiddleTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 95%;
+ margin-left: -10%;
+ margin-top: -1%;
+}
+
+.bg12 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/MiddleTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ margin-left: -10%;
+ margin-top: -9%;
+}
+
+.bg16 {
+ background-repeat: no-repeat;
+ background-image: url('/Images/MiddleTheme2.svg');
+ background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ width: 95%;
+ margin-left: -10%;
+ margin-top: -11%;
+}
\ No newline at end of file
diff --git a/src/components/TracksPrizes/TracksPrizesWeb3.jsx b/src/components/TracksPrizes/TracksPrizesWeb3.jsx
new file mode 100644
index 0000000..aba32a8
--- /dev/null
+++ b/src/components/TracksPrizes/TracksPrizesWeb3.jsx
@@ -0,0 +1,78 @@
+import React from 'react'
+import './TracksPrizesStyle.css'
+import Image from "next/image";
+
+
+const TracksPrizes = () => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 001
+ FIRST PRIZE
+ .................
+ $2500
+
+
+
+ 002
+ SECOND PRIZE
+ ..............
+ $2000
+
+
+
+ 003
+ THIRD PRIZE
+ .................
+ $1500
+
+
+ PRESENTED BY
+
+
+
+
+
+
+ HEALTHCARE
+ WEB3
+
+ ENVIRONMENT
+
+ WOMAN
SECURITY
+
+
+ OPEN
INNOVATION
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default TracksPrizes
\ No newline at end of file
- 🚀 - - {counter<3?"Tap HackOdisha Three times to see me rotate":"Tap Me to Stop"} - - + HackOdisha 3.0 +
+
+ Coming Soon{" "}
+
+
+ 🚀
+
+ {counter < 3 ? "Tap HackOdisha Three times to see me rotate" : "Tap Me to Stop"}
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+