File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,19 @@ export default async function HomePage() {
50
50
</ section >
51
51
52
52
{ /* Experience */ }
53
- < section id = "experience" className = "snap-center" >
53
+ { /* <section id="experience" className="snap-center">
54
54
<WorkExperience experiences={experiences} />
55
- </ section >
55
+ </section> */ }
56
56
57
57
{ /* Skills */ }
58
- < section id = "skills" className = "snap-start" >
58
+ { /* <section id="skills" className="snap-start">
59
59
<Skills skills={skills} />
60
- </ section >
60
+ </section> */ }
61
61
62
62
{ /* Projects */ }
63
- < section id = "projects" className = "snap-start" >
63
+ { /* <section id="projects" className="snap-start">
64
64
<Projects projects={projects} />
65
- </ section >
65
+ </section> */ }
66
66
67
67
{ /* Contact Me */ }
68
68
{ /* <section id="contact" className="snap-start">
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ export default function Hero({ pageInfo }: { pageInfo: PageInfo }) {
36
36
< Link href = "#about" >
37
37
< button className = "heroButton" > About</ button >
38
38
</ Link >
39
- < Link href = "#experience" >
39
+ { /* <Link href="#experience">
40
40
<button className="heroButton">Experience</button>
41
41
</Link>
42
42
<Link href="#skills">
43
43
<button className="heroButton">Skills</button>
44
44
</Link>
45
45
<Link href="#projects">
46
46
<button className="heroButton">Projects</button>
47
- </ Link >
47
+ </Link> */ }
48
48
</ div >
49
49
</ div >
50
50
</ div >
You can’t perform that action at this time.
0 commit comments