Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old dev #1605

Merged
merged 6 commits into from
Aug 2, 2024
Merged

Old dev #1605

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading