We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87aed15 commit 9494cd9Copy full SHA for 9494cd9
src/pages/cv.js
@@ -52,10 +52,10 @@ 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='2008 — 2015' school='Shahid Qodosi' location='Qom, Iran'
56
- details='High School Diploma in Math'/>
57
<EducationItem span='2015 — 2020' school='University Of Mazandaran' location='Babolsar, Iran'
58
details='Bachelor Of Science In Computer Engineering'/>
+ <EducationItem span='2008 — 2015' school='Shahid Qodosi' location='Qom, Iran'
+ details='High School Diploma in Math'/>
59
</div>
60
61
)
0 commit comments