Skip to content

Commit

Permalink
feat(about): add id to profile and education (#117)
Browse files Browse the repository at this point in the history
rename experience
  • Loading branch information
davidlj95 authored Oct 15, 2023
1 parent a3e7d59 commit 149b111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/about/education/education.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-h2>Education</app-h2>
<app-h2 id="education">Education</app-h2>
<div class="layout">
<app-education-item
*ngFor="let item of items"
Expand Down
2 changes: 1 addition & 1 deletion src/app/about/experience/experience.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-h2 id="professional-experience">Professional experience</app-h2>
<app-h2 id="experience">Professional experience</app-h2>
<div class="layout">
<app-experience-item
*ngFor="let item of items"
Expand Down
2 changes: 1 addition & 1 deletion src/app/about/profile/profile.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-h2>Profile</app-h2>
<app-h2 id="profile">Profile</app-h2>
<div class="layout">
<div class="contents">
<div class="profile">
Expand Down

0 comments on commit 149b111

Please sign in to comment.