Skip to content

Commit 26b7b2d

Browse files
committed
add education lines
1 parent c0220f8 commit 26b7b2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/App.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function App() {
113113
/>
114114
</Experience>
115115
</ExperienceList>
116-
<h2 className="mt-2 mb-0">Education</h2>
116+
<SubTitle>Education</SubTitle>
117117
<ExperienceList>
118118
<Experience>
119119
<Company
@@ -124,8 +124,9 @@ export default function App() {
124124
title="Bachelor Of Science with Honours"
125125
time="2007 - 2012"
126126
duties={[
127-
"Computer Science minor in Mathematics",
128-
"16 Month Internship in Web Application Development at IBM"
127+
"Computer Science with minor in Mathematics",
128+
"16 Month Internship in Web Application Development at IBM",
129+
"Thesis involving concurrent, multi-core web crawling using Clojure"
129130
]}
130131
/>
131132
</Experience>

0 commit comments

Comments
 (0)