Skip to content

Commit

Permalink
Merge pull request #1604 from alanfrancis442/old-dev
Browse files Browse the repository at this point in the history
added I Frame in mulearn org for launchpad
  • Loading branch information
Jenin82 authored Aug 2, 2024
2 parents e526489 + 0b954e0 commit eb79b15
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 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
26 changes: 13 additions & 13 deletions src/Pages/Launchpad/Launchpad.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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,16 @@ const Launchpad = () => {
</div>
</div>
</div>
</div>
</div>*/}

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

0 comments on commit eb79b15

Please sign in to comment.