Skip to content

Commit

Permalink
link-updations
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 4, 2023
1 parent 124c31b commit 680c27e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 53 deletions.
5 changes: 2 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import YipForm from "./Pages/YIP/YIPAfterForm/YipForm";
import Journey from "./Pages/UserJourney/Journey";
import MutechLeaderboard from "./Pages/MutechLeaderBoard/MutechLeaderBoard";
import CodeStorm from "./Pages/Events/GTA/CodeStorm/CodeStorm";
import LearningFest from "./Pages/Events/LearningFest/LearningFest";
import KKEMLearningFest from "./Pages/KKEMLearningFest/KKEMLearningFest";

function App() {
Expand Down Expand Up @@ -112,8 +111,8 @@ function App() {
<Route path="/yip" element={<YIP2023 />} />
<Route path="/events/bewebdev" element={<BeWebDev />} />
<Route path="events/gta/codestorm" element={<CodeStorm />} />
<Route path="events/learningfest" element={<LearningFest />} />
<Route path="learningfest" element={<KKEMLearningFest />} />
{/* <Route path="events/learningfest" element={<LearningFest />} /> */}
<Route path="events/learningfest" element={<KKEMLearningFest />} />
<Route path="/team">
<Route path="" element={<Teams />} />
</Route>
Expand Down
113 changes: 72 additions & 41 deletions src/Pages/KKEMLearningFest/components/Cards/Cards.jsx
Original file line number Diff line number Diff line change
@@ -1,66 +1,97 @@
import React from 'react'
import mario from '../../assets/mario.webp'
import styles from './Cards.module.css'
import princess from '../../assets/Princess.webp'
import luigi from '../../assets/Luigi.webp'

import React from "react";
import mario from "../../assets/mario.webp";
import styles from "./Cards.module.css";
import princess from "../../assets/Princess.webp";
import luigi from "../../assets/Luigi.webp";

export default function Cards() {
return (
<div className={styles.carosel}>
<div className={styles.cardsConatiner}>
<div className={styles.carosel}>
<div className={styles.cardsConatiner}>
<div className={styles.card}>
<img src={mario} alt="" />
<div className={styles.cardConatiner}>
<div className={styles.cardContent}>
<h1>Learning Fest</h1>
<h3>Master your favorite domains, together.</h3>
<p>Learn your favorite domains like web development and UI/UX together with your peers. Form learning circles and compete with each other.</p>
<div className={styles.cardblob}>
<div><p>Free</p></div>
<div><p>Online</p></div>
<div><p>7K+ Karma points</p></div>
<div><p>Mentors from industry</p></div>
<div className={styles.cardConatiner}>
<div className={styles.cardContent}>
<h1>Learning Fest</h1>
<h3>Master your favorite domains, together.</h3>
<p>
Learn your favorite domains like web development and UI/UX
together with your peers. Form learning circles and compete with
each other.
</p>
<div className={styles.cardblob}>
<div>
<p>Free</p>
</div>
<div>
<p>Online</p>
</div>
<div>
<p>7K+ Karma points</p>
</div>
<div>
<p>Mentors from industry</p>
</div>
</div>
<a
href="https://mulearn.org/r/learningfest"
target="_blank"
rel="noopener noreferrer"
>
<button>i'm in!</button>
</div>
</a>
</div>
</div>
</div>
</div>
</div>

<div className={styles.cardsConatiner}>
<div className={styles.cardsConatiner}>
<div className={styles.card}>
<img src={princess} alt="" />
<div className={styles.cardConatiner}>
<div className={styles.cardContent}>
<h1>Compete and Experience </h1>
<h3>Show the world what you are upto.</h3>
<p>Compete with talent across the state to gain experience.: It's a journey that takes you through college-level competitions, district-level showdowns, and ultimately a state-level battle of wits.</p>
<div className={styles.cardblob}>
<div><p>Challenges</p></div>
<div><p>Hackathons</p></div>
<div className={styles.cardConatiner}>
<div className={styles.cardContent}>
<h1>Compete and Experience </h1>
<h3>Show the world what you are upto.</h3>
<p>
Compete with talent across the state to gain experience.: It's a
journey that takes you through college-level competitions,
district-level showdowns, and ultimately a state-level battle of
wits.
</p>
<div className={styles.cardblob}>
<div>
<p>Challenges</p>
</div>
<div>
<p>Hackathons</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<div className={styles.cardsConatiner}>
<div className={styles.cardsConatiner}>
<div className={styles.card}>
<img src={luigi} alt="" />
<div className={styles.cardConatiner}>
<div className={styles.cardContent}>
<h1>Opportunities & Beyond</h1>
<h3>Monetize your skills.</h3>
<p>Get that Job. Become a Freelancer or start a business. At the end of this incredible journey, we bring you a job fair, connecting you with top-notch companies and opportunities.</p>
<div className={styles.cardblob}>
<div><p>Industry connect</p></div>
<div className={styles.cardContent}>
<h1>Opportunities & Beyond</h1>
<h3>Monetize your skills.</h3>
<p>
Get that Job. Become a Freelancer or start a business. At the
end of this incredible journey, we bring you a job fair,
connecting you with top-notch companies and opportunities.
</p>
<div className={styles.cardblob}>
<div>
<p>Industry connect</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

</div>
)
);
}
27 changes: 18 additions & 9 deletions src/Pages/KKEMLearningFest/components/Hero/Hero.jsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
import React from 'react'
import styles from './Hero.module.css'
import React from "react";
import styles from "./Hero.module.css";
// import coin from '../../assets/coin.webp'
import KKEMLogo from '../../assets/KKEMLogo.webp'
import Illustration from '../../assets/illustration.webp'
import Logo from '../../assets/Logo.webp'
import Group from '../../assets/Group.webp'
import KKEMLogo from "../../assets/KKEMLogo.webp";
import Illustration from "../../assets/illustration.webp";
import Logo from "../../assets/Logo.webp";
import Group from "../../assets/Group.webp";

export default function Hero() {
return (
<div className={styles.kkemHero}>
<div className={styles.kkemHeroContent}>
<div className={styles.kkemHeroLeft}>
<img className={styles.kkemHeroLogo} src={KKEMLogo} alt="" />
<h1>READY TO <br /> CHASE YOUR <br />AMBITIONS?</h1>
<h1>
READY TO <br /> CHASE YOUR <br />
AMBITIONS?
</h1>
<p>Kerala Tech Expo is here..</p>
<button>Start</button>
<a
href="https://mulearn.org/r/learningfest"
target="_blank"
rel="noopener noreferrer"
>
<button>Start</button>
</a>
</div>
<div className={styles.kkemHeroRight}>
<img className={styles.kkemHeroLogoImg} src={Logo} alt="" />
Expand All @@ -23,5 +32,5 @@ export default function Hero() {
</div>
<img className={styles.kkemHeroIllustration} src={Illustration} alt="" />
</div>
)
);
}

0 comments on commit 680c27e

Please sign in to comment.