diff --git a/src/App.js b/src/App.js index 80dff7121..847c665c2 100644 --- a/src/App.js +++ b/src/App.js @@ -32,7 +32,7 @@ import CommunityLanding from "./Pages/CommunityLanding/CommunityLanding"; import CampusLogoGenerator from "./Pages/CampusLogoGen/CampusLogoGen"; import TermsAndCondition from "./Pages/TermsAndCondition/TermsAndCondition"; import PrivacyPolicy from "./Pages/PrivacyPolicy/PrivacyPolicy"; -import Cyberpunk from "./Pages/Top100C/Top100C" + //import redirects from "./redirects.json" import Redirection from "./Components/Redirection/Redirection"; import Layout from "./Layout"; @@ -88,7 +88,6 @@ function App() { } /> */} } /> - } /> } /> } /> } /> diff --git a/src/Pages/Top100C/100C.module.css b/src/Pages/Top100C/100C.module.css deleted file mode 100644 index 1bd5b7bd9..000000000 --- a/src/Pages/Top100C/100C.module.css +++ /dev/null @@ -1,469 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap"); - -@font-face { - font-family: Cyberpunk; - src: url(./Cyberpunk.ttf); -} - -.main_container { - display: flex; - flex-direction: column; - min-height: 100vh; - color: #fff; -} - -.first_view_container { - padding-top: 3rem; - background-color: yellow; - padding-bottom: 3rem; -} - -.first_view { - max-width: 1300px; - margin: 0 auto; - padding: 0 2rem; - padding-top: 4re; -} - -.first_view_text { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin: 0 auto; - padding: 0 2rem; -} - -.fv_heading { - font-family: Onest; - font-size: 7rem; - font-weight: 700; - margin-bottom: 2rem; - text-align: center; - max-width: 30rem; - line-height: 8rem; - color: #1d1d1d; -} - -.first_view { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; -} - -.fv_tagline { - font-family: Onest, "sans-serif"; - font-size: 1.2rem; - font-weight: 400; - margin-bottom: 2rem; - text-align: center; - color: #1d1d1d; - max-width: 50rem; -} - -.register { - background-color: #1d1d1d; - font-family: Onest, "sans-serif"; - font-size: 1.2rem; - font-weight: 400; - margin-bottom: 2rem; - color: white; - padding: 1rem; - max-width: 30rem; -} - -.fv_image { - width: 35rem; -} - -.second_view_container { - background-color: #1d1d1d; - padding-top: 3rem; - padding-bottom: 3rem; -} - -.second_view { - max-width: 1300px; - margin: 0 auto; -} - -.sv_steps { - padding: 2rem; - display: flex; - flex-direction: row; - justify-content: space-between; - flex-wrap: wrap; - align-items: center; -} - -.step { - text-align: center; -} - -.sv_heading { - font-family: Onest; - font-size: 3rem; - font-weight: 700; - margin-bottom: 2rem; - text-align: center; - color: #fff; -} - -.number { - font-family: Onest; - font-size: 3rem; - font-weight: 700; - text-align: center; - max-width: 30rem; - color: #fff; -} - -.text { - font-family: Onest, "sans-serif"; - font-size: 1.2rem; - font-weight: 400; - margin-bottom: 2rem; - text-align: center; - color: #fff; - max-width: 50rem; -} - -.third_view_container { - padding-top: 3rem; - background-color: yellow; - padding-bottom: 3rem; - color: #1d1d1d; -} - -.third_view { - position: relative; - max-width: 1300px; - margin: 0 auto; - padding: 0 2rem; - padding-top: 4rem; - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - flex-wrap: wrap; -} - -.tv_heading { - font-family: Onest; - font-size: 5rem; - font-weight: 700; - margin-bottom: 2rem; - max-width: 35rem; - line-height: normal; - color: #1d1d1d; -} -.third_view_img { - width: 40rem; -} - -.tv_tagline { - font-family: Onest, "sans-serif"; - font-size: 1.2rem; - font-weight: 400; - margin-bottom: 2rem; - color: #1d1d1d; - max-width: 30rem; -} - -.footer { - background-color: #1d1d1d; - padding: 2rem; - display: flex; - justify-content: center; - align-items: center; -} - -.footer_text { - display: flex; - align-items: center; - column-gap: 1rem; -} - -.footer_heading { - font-family: Onest; - font-size: 1.5rem; - font-weight: 700; - margin-right: 1rem; - color: #fff; -} - -.footer_logo { - width: 6rem; - margin-left: 1rem; -} - -.navbar { - display: flex; - justify-content: space-between; - align-items: center; - padding: 1rem; - background-color: yellow; - color: #1d1d1d; -} - -.nav_logo1 { - width: 8rem; - margin: 0.5rem; -} - -.links { - display: flex; - gap: 1rem; -} - -.link { - font-family: Onest, "sans-serif"; - font-size: 1.2rem; - font-weight: 400; - cursor: pointer; -} - -.nav_logo2 { - width: 8rem; - margin: 0.5rem; -} - -/* Media Queries */ - -@media only screen and (max-width: 768px) { - .first_view { - flex-direction: column; - } - - .fv_image { - width: 100%; - } - - .fv_heading { - font-size: 5rem; - line-height: 6rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .fv_tagline { - font-size: 1rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .register { - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .second_view { - padding: 0 1rem; - } - - .sv_heading { - font-size: 2rem; - margin-bottom: 1rem; - text-align: center; - } - - .number { - font-size: 2rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .text { - font-size: 1rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .third_view_container { - padding-top: 1rem; - background-color: yellow; - padding-bottom: 1rem; - color: #1d1d1d; - } - - .third_view { - position: relative; - max-width: 1300px; - margin: 0 auto; - padding: 0 2rem; - padding-top: 2rem; - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - flex-wrap: wrap; - } - - .tv_heading { - font-size: 3rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .third_view_img { - width: 80%; - margin-bottom: 1rem; - } - - .tv_tagline { - font-size: 1rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .footer { - flex-direction: column; - align-items: center; - column-gap: 1rem; - } - - .footer_heading { - font-size: 1rem; - margin-bottom: 1rem; - text-align: center; - } - - .footer_logo { - margin-left: 0; - margin-bottom: 1rem; - } - - .nav_logo1 { - width: 6rem; - } - - .nav_logo2 { - width: 6rem; - } - - .link { - font-size: 1rem; - } -} - -@media only screen and (max-width: 480px) { - .fv_heading { - font-size: 3rem; - line-height: 4rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .fv_tagline { - font-size: 0.8rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .register { - font-size: 0.8rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .sv_heading { - font-size: 1.5rem; - margin-bottom: 1rem; - text-align: center; - } - - .number { - font-size: 1.5rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .text { - font-size: 0.8rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .third_view_container { - padding-top: 1rem; - background-color: yellow; - padding-bottom: 1rem; - color: #1d1d1d; - } - - .third_view { - position: relative; - max-width: 1300px; - margin: 0 auto; - padding: 0 2rem; - padding-top: 2rem; - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - flex-wrap: wrap; - } - - .tv_heading { - font-size: 2rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .third_view_img { - width: 100%; - } - - .tv_tagline { - font-size: 0.8rem; - max-width: 100%; - margin-bottom: 1rem; - text-align: center; - } - - .footer_heading { - font-size: 0.8rem; - margin-bottom: 1rem; - text-align: center; - } - - .nav_logo1 { - width: 3rem; - } - - .nav_logo2 { - width: 3rem; - } - - .link { - font-size: 0.8rem; - } -} - -@media (max-width: 1101px) { - .third_view { - justify-content: center; - } -} - -@media (max-width: 420px) { - .sv_steps { - justify-content: center; - - column-gap: 1rem; - } -} diff --git a/src/Pages/Top100C/Cyberpunk.ttf b/src/Pages/Top100C/Cyberpunk.ttf deleted file mode 100644 index fc7ff7415..000000000 Binary files a/src/Pages/Top100C/Cyberpunk.ttf and /dev/null differ diff --git a/src/Pages/Top100C/Hacker.png b/src/Pages/Top100C/Hacker.png deleted file mode 100644 index 9ee879fb8..000000000 Binary files a/src/Pages/Top100C/Hacker.png and /dev/null differ diff --git a/src/Pages/Top100C/Logo.png b/src/Pages/Top100C/Logo.png deleted file mode 100644 index 10e4b7f3f..000000000 Binary files a/src/Pages/Top100C/Logo.png and /dev/null differ diff --git a/src/Pages/Top100C/LogoW.png b/src/Pages/Top100C/LogoW.png deleted file mode 100644 index 2cb4a5edf..000000000 Binary files a/src/Pages/Top100C/LogoW.png and /dev/null differ diff --git a/src/Pages/Top100C/Top100C.jsx b/src/Pages/Top100C/Top100C.jsx deleted file mode 100644 index 2b96f20cf..000000000 --- a/src/Pages/Top100C/Top100C.jsx +++ /dev/null @@ -1,101 +0,0 @@ -import React from "react"; -import styles from "./100C.module.css"; -import Logo from "./Logo.png"; -import LogoW from "./LogoW.png"; -import Hacker from "./Hacker.png"; -import comb from "./comb.png"; - -const Top100C = () => { - return ( -
- -
-
-
- {/*

- Top 100 Coders -

*/} - -

- Kerala Startup Mission (KSUM) has launched the 'Top 100 Series' - challenge in partnership with MuLearn, a tech talent-building - platform by GTech. The initiative aims to identify and reward the - top 100 coders through a three-level coding challenge over 45 - days, starting October 1, targeting global market opportunities. -

- -
-
-
-
-
-
Steps of the Challenge
-
-
-

30 Days

-

Portfolio Building

-
-
-

10 Days

-

Timed Challenges

-
- -
-

3 Days

-

Deep Assessment

-
-
-
-
-
-
-
-

Top 100 Coders

-

- Kerala's Top 100 Coders, a highlight of Huddle Global 2023, aims - to identify the state's top tech talents. This initiative seeks to - connect these individuals with startups and the industry, - fostering a vibrant startup ecosystem in Kerala. By linking - skilled talents with investors and startups, Kerala aims to create - a resourceful army targeting the global tech market. -

-
-
- -
-
-
-
-
- -
- -
-
-
- ); -}; - -export default Top100C; diff --git a/src/Pages/Top100C/comb.png b/src/Pages/Top100C/comb.png deleted file mode 100644 index 3e25516d7..000000000 Binary files a/src/Pages/Top100C/comb.png and /dev/null differ diff --git a/src/Pages/Top100Coders/TopCoders.jsx b/src/Pages/Top100Coders/TopCoders.jsx deleted file mode 100644 index b9bd4957f..000000000 --- a/src/Pages/Top100Coders/TopCoders.jsx +++ /dev/null @@ -1,226 +0,0 @@ -import React from 'react' -import styles from './TopCoders.module.css' - -// Images import section -import top100 from './assets/top100logo.png' -import gtech from './assets/gtech.webp' -import heroBar from './assets/heroBar.webp' -import card from './assets/card.png' -import cash from './assets/cash.webp' -import topBorder from './assets/pseudo.webp' -import arrow1 from './assets/arrow.png' -import c1 from './assets/c1.png' -import c2 from './assets/c2.png' -import c3 from './assets/c3.png' -import c4 from './assets/c4.png' -import c5 from './assets/c5.png' -import key from './assets/key.webp' -import build from './assets/build.webp' -import earth from './assets/earth.png' -import algo from './assets/algo.png' -import shield from './assets/shield.png' -import signup from './assets/signup.png' -import gt from './assets/gt.png' -import kerala from './assets/kerala.png' -import videoBg from './assets/vid.webm' - -// Icons import section -import { BsDiscord } from 'react-icons/bs' -import { BsInstagram } from 'react-icons/bs' -import { AiOutlineYoutube } from 'react-icons/ai' -import { BiLogoFacebook } from 'react-icons/bi' -import { BsTwitter } from 'react-icons/bs' -import { LuChevronDown } from 'react-icons/lu' - -export default function TopCoders() { - - const navbar = React.useRef(null) - - React.useEffect(() => { - var prevScrollpos = window.pageYOffset; - window.onscroll = function () { - var currentScrollPos = window.pageYOffset; - if (prevScrollpos > currentScrollPos) { - navbar.current.style.top = "0"; - } else { - navbar.current.style.top = "-150px"; - } - prevScrollpos = currentScrollPos; - } - }, []) - - return ( -
-
- logo -
- Home - Top 100 - About -
- -
- -
- - - - - -
- -
- -
-
- -

Be the top 100 of the year 2023

- -
-

Welcome to the Top 100 Coders initiative Recognised by Kerala Govt. - We're on a mission to recognize and empower the best coders in India. - If you're passionate about coding and want to make a significant - impact in the tech community, you're in the right place.

-
- -

PRIZES

- -
-

WORTH ₹10,00,000

-
-
- - - - -
- -
-
- - -

Criteria for Selection

-

We're looking for top coders who excel in the following areas:

-
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
- -
-
- -
-
-
- - - - - - -
- -
- - - - - -
-
-
- -
-
-

Frequently Asked Questions

-

Have questions? We've got answers!

-
- -
- What is Top 100 Coders? -

- - Top 100 Coders is an initiative by Gtech to recognize and empower the best coders in India. - We're looking for top coders who excel in the following areas: Competitive Coding, - Open Source, Algorithms, Community Building, and Tech Evangelism. - -

-
-
- What happens after the selection process? -

- - Top 100 Coders is an initiative by Gtech to recognize and empower the best coders in India. - We're looking for top coders who excel in the following areas: Competitive Coding, - Open Source, Algorithms, Community Building, and Tech Evangelism. - -

-
-
- How do I apply? -

- - Top 100 Coders is an initiative by Gtech to recognize and empower the best coders in India. - We're looking for top coders who excel in the following areas: Competitive Coding, - Open Source, Algorithms, Community Building, and Tech Evangelism. - -

-
-
- - - -
- ) -}