in website/pages/en/index.js [80:107]
render() {
return (
<div className="homeContainer">
<div className="homeSplashFade">
<div className="wrapper homeWrapper">
<div className="projectLogo">
<img src={`${siteConfig.baseUrl}img/hack.svg`} alt="Docusaurus with Keytar"/>
</div>
<div className="inner">
<h2 className="projectTitle">
{siteConfig.title}
</h2>
<div className="section promoSection">
<div className="promoRow">
<div className="pluginRowBlock">
<Button
href='https://docs.hhvm.com/hack/getting-started/getting-started'>
Get Started
</Button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
);
}