Skip to content

Commit

Permalink
Merge pull request #205 from DataScience-GT/John-work
Browse files Browse the repository at this point in the history
John work
  • Loading branch information
rishsol authored Oct 14, 2021
2 parents 340f5a2 + 9314696 commit a77f906
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion frontend/src/components/Landing Page/Hero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,21 @@ export default class Landing extends React.Component {
here{" "}
</a>
</p>
<Button
{/*<Button
variant="outline-light"
href={
"https://www.canva.com/design/DAEoU1eyMFU/bdoAHNAioTW8qtU4X_P9Vw/view?utm_content=DAEoU1eyMFU&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton"
}
>
Attend Kickoff!
</Button>*/}
<Button
variant="outline-light"
href={
"https://docs.google.com/forms/d/e/1FAIpQLSfv3_12vdyWsy_Lz9u3DCarO1Mw_HxIsF3hzm-92KOVU_otwQ/viewform"
}
>
Apply for Leadership positions
</Button>
</Container>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Landing Page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ export default class LandingPage extends React.Component {
<WhatWeDo />
<MeetTeam />
{/*<GetInvolved />*/}
<Future />
<Opportunity />
{/*<Future />*/}
{/*<Opportunity />*/}
<Footer />
</React.Fragment>

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ class Navigation extends React.Component {
</Navbar.Brand>
<Navbar.Toggle aria-controls="responsive-navbar-nav" />
<Navbar.Collapse>
<Nav.Link href={ROUTES.OUR_TEAM} className="links">
{/*<Nav.Link href={ROUTES.OUR_TEAM} className="links">
Our Team
</Nav.Link>
<Nav.Link href={ROUTES.OUR_WORK} className="links">
Our Work
</Nav.Link>
</Nav.Link>*/}
<Nav.Link href={ROUTES.BOOTCAMP} className="links">
Bootcamp
</Nav.Link>
Expand Down

0 comments on commit a77f906

Please sign in to comment.