Skip to content

Commit

Permalink
Merge pull request #1605 from gtech-mulearn/old-dev
Browse files Browse the repository at this point in the history
Old dev
  • Loading branch information
Jenin82 authored Aug 2, 2024
2 parents 0481bd6 + ef9376a commit ff077cd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
13 changes: 5 additions & 8 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ export const links = [
sublinks: [],
link: "https://online.fliphtml5.com/slydm/yljq/#p=1",
foreign: false,
}
},
],


},
],
},
Expand Down Expand Up @@ -191,7 +189,7 @@ export const links = [
foreign: true,
},
{
name: "IEEE Launchpad",
name: "Launchpad",
submenu: false,
sublinks: [],
link: "/launchpad",
Expand All @@ -203,8 +201,7 @@ export const links = [
sublinks: [],
link: "/in50hours",
foreign: false,
}

},
],
},
{
Expand Down Expand Up @@ -575,7 +572,7 @@ export const links = [
submenu: false,
sublinks: [],
foreign: true,
}
},
],
},
{
Expand All @@ -589,7 +586,7 @@ export const links = [
submenu: false,
sublinks: [],
foreign: false,
}
},
],
},
],
Expand Down
29 changes: 15 additions & 14 deletions src/Pages/Launchpad/Launchpad.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from "react";
import Navbar from "../../Components/Navbar/Navbar";
import Footer from "../../Components/Footer/Footer";
import styles from "./Launchpad.module.css";
// import styles from "./Launchpad.module.css";
import "./steps.css";
const Launchpad = () => {
return (
<>
<Navbar />
<div className={styles.main_container}>
{/*<div className={styles.main_container}>
<div className={styles.first_view_container}>
<div className={styles.first_view}>
<div className={styles.fv_texts}>
Expand All @@ -18,8 +18,7 @@ const Launchpad = () => {
The IEEE LAUNCHPAD Job Fair is an opportunity to secure your
spotlight and connect with potential employers through karma
points!{" "}
{/* <br />
<br /> */}
This event is designed to facilitate meaningful interactions
between talented individuals like yourself and companies seeking
top-tier talent.
Expand Down Expand Up @@ -48,15 +47,7 @@ const Launchpad = () => {
<div className="ktimeline__event__content">
<div className="ktimeline__event__title">Step One</div>
<div className="ktimeline__event__description">
{/* Register{" "}
<a
href="https://forms.gle/C5e6XHhVGkV3axQS8"
target="_blank"
rel="noopener noreferrer"
>
here
</a>
{" "}and */}
Get ready for the adventure! Once you receive your
confirmation email, we're set to chart a course to your
future!
Expand Down Expand Up @@ -179,7 +170,17 @@ const Launchpad = () => {
</div>
</div>
</div>
</div>
</div>*/}

<iframe
title="launchpad leaderboard"
style={{
height: "100vh",
width: "100%",
}}
src="https://mu-3.vercel.app/launchpad"
frameborder="0"
></iframe>
<Footer />
</>
);
Expand Down

0 comments on commit ff077cd

Please sign in to comment.