Skip to content

Commit 87aed15

Browse files
committed
feat: update CV
1 parent affab2a commit 87aed15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/cv.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ const Education = () => (
5252
<div>
5353
<div className="border-b-2 text-2xl border-black">Education</div>
5454
<div className="grid gap-5 py-5">
55-
<EducationItem span='13871393' school='Shahid Qodosi' location='Qom, Iran'
55+
<EducationItem span='20082015' school='Shahid Qodosi' location='Qom, Iran'
5656
details='High School Diploma in Math'/>
57-
<EducationItem span='13931399' school='University Of Mazandaran' location='Babolsar, Iran'
57+
<EducationItem span='20152020' school='University Of Mazandaran' location='Babolsar, Iran'
5858
details='Bachelor Of Science In Computer Engineering'/>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)