Add links and modify roadmap header

This commit is contained in:
Kamran Ahmed
2019-11-01 03:07:46 +04:00
parent 9d81ab75db
commit f10cfc2044
3 changed files with 11 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
import Link from 'next/link';
import { HeroSectionWrap } from './style';
const HeroSection = () => (
<HeroSectionWrap>
<div className="container">
<h1>Developer Roadmaps</h1>
<p>Community driven roadmaps, articles and resources for developers. <a href="#">Sign up</a> to share your journey, write guides, track your skillset and get your work reviewed</p>
<p>Community driven roadmaps, articles and resources for developers. <Link href="/signup"><a>Sign up</a></Link> to share your journey, write guides, track your skillset and get your work reviewed</p>
</div>
</HeroSectionWrap>
);