Skip to content

Commit 9494cd9

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

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,10 +52,10 @@ 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='2008 — 2015' school='Shahid Qodosi' location='Qom, Iran'
56-
details='High School Diploma in Math'/>
5755
<EducationItem span='2015 — 2020' school='University Of Mazandaran' location='Babolsar, Iran'
5856
details='Bachelor Of Science In Computer Engineering'/>
57+
<EducationItem span='2008 — 2015' school='Shahid Qodosi' location='Qom, Iran'
58+
details='High School Diploma in Math'/>
5959
</div>
6060
</div>
6161
)

0 commit comments

Comments
 (0)