File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments