Skip to content

Commit

Permalink
fix(old-dev):careers-page
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Jul 6, 2023
1 parent 21e8247 commit b5a7f91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
5 changes: 1 addition & 4 deletions src/Components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "react-router-dom";

import { DesktopMenu, Resources } from "./Desktop";
import { MobileTopBar, MobileMenu } from "./Mobile";
import MarqueeContainer from "../MarqueeContainer/MarqueeContainer";



const Navbar = () => {
Expand All @@ -17,9 +17,6 @@ const Navbar = () => {
return (
<>
<nav className="bg-white " >
<MarqueeContainer
direction = "left"
/>
<div className="flex items-center font-medium justify-around">
<div className={`mobile-nav-bar lg:w-auto w-full ${open ? "absolute top-1" : ""}`}>
<Logo />
Expand Down
1 change: 0 additions & 1 deletion src/Components/Testimonials/Testimonials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import styles from "./testimonial.module.css";
// import { useState } from "react";
import Carousel from "react-multi-carousel";
import "react-multi-carousel/lib/styles.css";
// import Marquee from "react-fast-marquee";

const Testimonails = () => {
const responsive = {
Expand Down
16 changes: 0 additions & 16 deletions src/Pages/Career/Career.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,6 @@ const Career = () => {
endless opportunities available on Career Labs
</div>
<div className={styles.cards_container}>
<div className={styles.beyond_us_card}>
<img className={styles.text_logo} src={logo} alt="" />
<p className={styles.text}>
<span>In Collaboration With:</span> Kerala Knowledge Economy
Mission.
</p>
<p className={styles.text}>
<span>Location:</span> Online/Remote
</p>
<p className={styles.text}>
<span>Prize Worth</span> 50K
</p>
<a href="https://harmless-editorial-5d7.notion.site/Beyond-Us-65c490bd2a1c4de1a3250eaf90c33412#03057d834cea436e99c7a6dc944f2b4b" target="_blank" rel="noopener noreferrer">
<button className={styles.applynowbtn}>Apply Now</button>
</a>
</div>
{newHiring &&
newHiring.map((role) => (
<CareersCard
Expand Down

0 comments on commit b5a7f91

Please sign in to comment.