Skip to content

Commit

Permalink
Update CareersPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 23, 2024
1 parent 3af14bd commit 164ba02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Components/Careers/CareersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faSearch, faRocket, faHeart } from '@fortawesome/free-solid-svg-icons';
import './careers.css'
import homeIcon from '../../img/homeicon.png';
import { Link } from 'react-router-dom';


const careers = () => {
const handleResume = () => {
var link = "mailto:abc@unicollab.com"
window.location.href = link;
}
return (
<>
<Link to="/">
<img src={homeIcon} alt="Home" className="home-icon" />
</Link>
<div className='body'>

<div className="container1Careers">
<div className="headingCareers1">Let's build from here, together</div>
<div className='descriptionCareers1'>Join our team and accelerate human progress through innovative developer collaboration.</div>
Expand Down Expand Up @@ -156,6 +164,7 @@ const careers = () => {
</div>
<button className='submitCareers' onClick={handleResume}>Send Your Job-Application @UniCollab</button>
</div>
</>
)
}

Expand Down

0 comments on commit 164ba02

Please sign in to comment.