We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affab2a commit 87aed15Copy full SHA for 87aed15
src/pages/cv.js
@@ -52,9 +52,9 @@ const Education = () => (
52
<div>
53
<div className="border-b-2 text-2xl border-black">Education</div>
54
<div className="grid gap-5 py-5">
55
- <EducationItem span='1387 — 1393' school='Shahid Qodosi' location='Qom, Iran'
+ <EducationItem span='2008 — 2015' school='Shahid Qodosi' location='Qom, Iran'
56
details='High School Diploma in Math'/>
57
- <EducationItem span='1393 — 1399' school='University Of Mazandaran' location='Babolsar, Iran'
+ <EducationItem span='2015 — 2020' school='University Of Mazandaran' location='Babolsar, Iran'
58
details='Bachelor Of Science In Computer Engineering'/>
59
</div>
60
0 commit comments