website: add GitHub button to landing page

This commit is contained in:
Yangshun Tay
2019-07-15 11:30:20 -07:00
parent a1a52330ef
commit b860560ce9
2 changed files with 11 additions and 1 deletions

View File

@ -29,6 +29,16 @@ function Home() {
Get Started  
</Link>
</div>
<div className="margin-top--lg">
<iframe
src="https://ghbtns.com/github-btn.html?user=yangshun&amp;repo=tech-interview-handbook&amp;type=star&amp;count=true&amp;size=large"
frameBorder={0}
scrolling={0}
width={160}
height={30}
title="GitHub Stars"
/>
</div>
</div>
</header>
<main>

View File

@ -6,7 +6,7 @@
}
.heroBannerLogo {
max-width: 240px;
max-width: 300px;
}
@media screen and (max-width: 966px) {