Skip to content

Commit

Permalink
update for 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah authored and Hannah committed Aug 1, 2019
1 parent 8900138 commit 2d82b3b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
7 changes: 7 additions & 0 deletions client/modules/Landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ function Landing() {
<Helmet
title="Home"
/>
<div className={styles.update}>
<div>
<h3>RETURNING SOON -- <a href="http://eepurl.com/c2kFon">GET INVOLVED</a> in D4SD 2020!
<span className={styles.pdf}><a href="/D4SD_2017_WhitePaper.pdf">Review D4SD 2017</a></span>
</h3>
</div>
</div>
<Navbar />
<LandingHeader />
<Register />
Expand Down
41 changes: 40 additions & 1 deletion client/modules/Landing/Landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,43 @@
text-decoration: none;
color: #4496FF;
}
}
}

.update {
font-size: 22px;
font-family: 'Montserrat', sans-serif;
background-color: #4496ff;
color: white;
text-align: center;

h3 {
padding: 0.5em 0 0.5em 0;
}

a {
border-bottom: 1.5px solid white;
font-size: 22px;
color: white;
}

a:hover {
color: rgba(33, 33, 33, 0.9);
border-bottom: 1.5px solid rgba(33, 33, 33, 0.9);
font-weight: 900;
}
}

.pdf {
a {
font-size: 16px!important;
margin-left: 2em;
border: 0.5px solid white!important;
padding: 0.25em 0.5em 0.25em 0.5em;
}

a:hover {
border: 0.5px solid rgba(33, 33, 33, 0.9)!important;
color: rgba(33, 33, 33, 0.9);
font-weight: 400!important;
}
}
Binary file added public/D4SD_2017_WhitePaper.pdf
Binary file not shown.

0 comments on commit 2d82b3b

Please sign in to comment.