mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: add GitHub button to landing page
This commit is contained in:
@ -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&repo=tech-interview-handbook&type=star&count=true&size=large"
|
||||
frameBorder={0}
|
||||
scrolling={0}
|
||||
width={160}
|
||||
height={30}
|
||||
title="GitHub Stars"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.heroBannerLogo {
|
||||
max-width: 240px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 966px) {
|
||||
|
Reference in New Issue
Block a user