Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit dcd959f

Browse files
mattmacneilalexspence
authored andcommitted
Altered family pic to add background noise and a new overlay color.
1 parent c0a5f0e commit dcd959f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/images/Family-2.png

3.57 MB
Loading

src/scenes/home/landing/landing.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
align-items: center;
1313
margin-top:10vw;
1414
text-align: center;
15-
padding-bottom:20px;
15+
padding-bottom:60px;
1616
}
1717

1818
.pageHeading h1 {
1919
width: 80%;
2020
color: #fff;
2121
text-shadow: black 1px 0 15px;
22-
margin: 30px 0 50px 0;
22+
padding: 50px 0 50px 0;
23+
background-color:rgba(47,52,72,.25);
24+
border-radius: 1rem;
2325
}
2426

2527
@media screen and (max-width: 900px) {

src/scenes/home/landing/landing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Landing extends Component {
1616
<div className={styles.pageHeading}>
1717
<h1>The largest community dedicated to helping military veterans and
1818
families launch software development careers.</h1>
19-
<LinkButton text="Join" theme="red" link="/signup" />
19+
<LinkButton text="JOIN" theme="red" link="/signup" />
2020
</div>
2121
<WhatWeDo />
2222
<Membership />

0 commit comments

Comments
 (0)