Skip to content

Commit

Permalink
Merge pull request #106 from aimementoring/feature/beta-message
Browse files Browse the repository at this point in the history
Temp beta message added to header
  • Loading branch information
lulen11 authored Jan 23, 2020
2 parents e19aff1 + 4c85486 commit 8650c9d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/layoutComponents/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Footer = ({ location }) => {
{
to: '/beAMentor',
as: '/be-a-mentor',
label: 'Become a <strong>Mentor</strong>',
label: 'Become a Mentor',
},
{
to: null,
Expand Down
8 changes: 5 additions & 3 deletions components/layoutComponents/header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@

.navHiring {
color: $white;
background: $cmyk-pink;
padding: 0.25em;
background: $magenta;
padding: 0.75em;
display: block;
text-align: center;
font-size: 0.9em;
font-family: $body-font-family;

&:hover {
color: $white;
text-decoration: none;
}
}
}

.submenuArrow {
Expand Down
12 changes: 9 additions & 3 deletions components/layoutComponents/header/standardHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ const MobileMenu = dynamic(() => import('../mobileMenu'));

const StandardHeader = () => (
<div>
{/* <Anchor className={styles.navHiring} to="/positions">
We are hiring!
</Anchor> */}
<div className={styles.navHiring}>
Hey mate!
This site’s in draft mode.
Please be patient with us while it’s updated to reflect AIME in 2020 & beyond
&nbsp;
<span role="img" aria-label="kissing face with squinting eyes">
😙
</span>
</div>
<div className={styles.siteHeaderContainer}>
<div className={styles.logoContainer}>
<Logo />
Expand Down
10 changes: 8 additions & 2 deletions components/navList/navItem.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
@import '../../styles/base/variables';

.listItem {
margin-bottom: 1rem;
.footerContent {
.listItem {
margin-bottom: 1rem;

&:nth-child(1){
margin-top: 1em;
}
}
}

.itemLink {
Expand Down

0 comments on commit 8650c9d

Please sign in to comment.