@@ -8,47 +8,43 @@ export default function Home() {
8
8
< title > Web Dev Path</ title >
9
9
< link rel = "icon" href = "/favicon.ico" />
10
10
</ Head >
11
- < main >
12
- < h1 className = { styles . title } > < Web Dev wannabe? /></ h1 >
13
- < div className = { styles . description } >
14
- < p >
15
- Hold our hand and enjoy the road to learn how to start a new
16
- project, the magic behind Github while working in a team
17
- environment, and much more...
18
- </ p >
19
- </ div >
20
- < hr className = { styles . divider } />
11
+ < h1 className = { styles . title } > < Web Dev wannabe? /></ h1 >
12
+ < div className = { styles . description } >
13
+ < p >
14
+ Hold our hand and enjoy the road to learn how to start a new project,
15
+ the magic behind Github while working in a team environment, and much
16
+ more...
17
+ </ p >
18
+ </ div >
19
+ < hr className = { styles . divider } />
21
20
22
- < div className = { styles . grid } >
23
- < a href = "https://nextjs.org/docs" className = { styles . card } >
24
- < h3 > Documentation →</ h3 >
25
- < p > Find in-depth information about Next.js features and API.</ p >
26
- </ a >
21
+ < div className = { styles . grid } >
22
+ < a href = "https://nextjs.org/docs" className = { styles . card } >
23
+ < h3 > Documentation →</ h3 >
24
+ < p > Find in-depth information about Next.js features and API.</ p >
25
+ </ a >
27
26
28
- < a href = "https://nextjs.org/learn" className = { styles . card } >
29
- < h3 > Learn →</ h3 >
30
- < p > Learn about Next.js in an interactive course with quizzes!</ p >
31
- </ a >
27
+ < a href = "https://nextjs.org/learn" className = { styles . card } >
28
+ < h3 > Learn →</ h3 >
29
+ < p > Learn about Next.js in an interactive course with quizzes!</ p >
30
+ </ a >
32
31
33
- < a
34
- href = "https://github.com/vercel/next.js/tree/master/examples"
35
- className = { styles . card }
36
- >
37
- < h3 > Examples →</ h3 >
38
- < p > Discover and deploy boilerplate example Next.js projects.</ p >
39
- </ a >
32
+ < a
33
+ href = "https://github.com/vercel/next.js/tree/master/examples"
34
+ className = { styles . card }
35
+ >
36
+ < h3 > Examples →</ h3 >
37
+ < p > Discover and deploy boilerplate example Next.js projects.</ p >
38
+ </ a >
40
39
41
- < a
42
- href = "https://vercel.com/import?filter=next.js& utm_source = create - next - app & utm_medium = default - template & utm_campaign = create - next - app "
43
- className = { styles . card }
44
- >
45
- < h3 > Deploy →</ h3 >
46
- < p >
47
- Instantly deploy your Next.js site to a public URL with Vercel.
48
- </ p >
49
- </ a >
50
- </ div >
51
- </ main >
40
+ < a
41
+ href = "https://vercel.com/import?filter=next.js& utm_source = create - next - app & utm_medium = default - template & utm_campaign = create - next - app "
42
+ className = { styles . card }
43
+ >
44
+ < h3 > Deploy →</ h3 >
45
+ < p > Instantly deploy your Next.js site to a public URL with Vercel.</ p >
46
+ </ a >
47
+ </ div >
52
48
</ div >
53
49
) ;
54
50
}
0 commit comments