Skip to content

Commit

Permalink
Add education to CV
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-irt committed Jun 19, 2017
1 parent cba5f92 commit ff2fd31
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions src/app/cv/cv.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,58 @@

</md-card-content>
</md-card>

<md-card class="full">
<md-card-content>
<md-card-header> <md-card-title class="large">Education</md-card-title> </md-card-header>
<div class="seperator"><div class="line"></div></div>

<md-card-header>
<md-card-title>B.Sc of Game Technology and Simulation</md-card-title>
<md-card-subtitle>Hedmark University of Applied Sciences 2011 - 2014</md-card-subtitle>
</md-card-header>
<md-chip-list>
<md-chip>Agile</md-chip>
<md-chip>Test driven development</md-chip>
<md-chip>C#</md-chip>
<md-chip>Javascript</md-chip>
<md-chip>Ruby</md-chip>
<md-chip>SQL</md-chip>
<md-chip>Git</md-chip>
<md-chip>.Net</md-chip>
<md-chip>EmberJS</md-chip>
<md-chip>Postgresql</md-chip>
<md-chip>Rspec</md-chip>
<md-chip>Selenium</md-chip>
<md-chip>C++</md-chip>
<md-chip>HTML</md-chip>
<md-chip>CSS</md-chip>
</md-chip-list>
<p>Achieved a 1st class degree in a 3 year long computer programming course with a focus on visual applications, game development and object oriented programming. My education involved several projects where I worked independently and as part of a team on completing long-term assignments.</p>

<div class="seperator"><div class="line"></div></div>

<md-card-header>
<md-card-title>Modules</md-card-title>
</md-card-header>

<li>Visual Programming</li>
<li>Game Engine Architecture</li>
<li>Mobile Systems</li>
<li>Game and Interaction Design</li>
<li>3D Modelling</li>
<li>Animation and Interactivity</li>
<li>Design and Visual Communication</li>

<div class="seperator"><div class="line"></div></div>

<md-card-header>
<md-card-title>Bachelor Project</md-card-title>
</md-card-header>

<li>Collaborated with a team for 5 months in an office setting</li>
<li>Developed a framework for a point-and-click adventure game</li>
<li>Created tools for other team members to design levels and implement game logic</li>
<li>Awarded a grade A</li>
</md-card-content>
</md-card>

0 comments on commit ff2fd31

Please sign in to comment.