mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
website: add GitHub button to landing page
This commit is contained in:
@ -29,6 +29,16 @@ function Home() {
|
|||||||
Get Started →
|
Get Started →
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="margin-top--lg">
|
||||||
|
<iframe
|
||||||
|
src="https://ghbtns.com/github-btn.html?user=yangshun&repo=tech-interview-handbook&type=star&count=true&size=large"
|
||||||
|
frameBorder={0}
|
||||||
|
scrolling={0}
|
||||||
|
width={160}
|
||||||
|
height={30}
|
||||||
|
title="GitHub Stars"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.heroBannerLogo {
|
.heroBannerLogo {
|
||||||
max-width: 240px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 966px) {
|
@media screen and (max-width: 966px) {
|
||||||
|
Reference in New Issue
Block a user