File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ function HomePageCallToAction () {
3030 </ div >
3131}
3232
33+ function HiringCallToAction ( ) {
34+ return < div className = { styles . hiring } >
35+ < Link to = "https://commit.dev/career_opportunities/developer-advocate/" >
36+ We're hiring a developer advocate!
37+ </ Link >
38+ </ div >
39+ }
40+
3341export default function Home ( ) {
3442 const landingPageOnlyGlobalItemStyle = `
3543 .navbar {
@@ -63,6 +71,7 @@ export default function Home() {
6371 < HomepageFeatures />
6472 < HomepageOfferings />
6573 < HomePageCallToAction />
74+ < HiringCallToAction />
6675 </ main >
6776 </ Layout >
6877 ) ;
Original file line number Diff line number Diff line change 3535 }
3636}
3737
38+ .hiring {
39+ display : flex ;
40+ align-items : center ;
41+ justify-content : center ;
42+ margin : 4rem auto 4rem ;
43+ a {
44+ font-size : 2rem ;
45+ font-weight : bold ;
46+ color : #ffffff ;
47+ }
48+ }
49+
3850@media screen and (max-width : 966px ) {
3951 .heroBanner {
4052 padding : 2rem ;
You can’t perform that action at this time.
0 commit comments