- 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 (
-
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.
-
-