-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
130 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,40 @@ | |
|
||
<div id="about-block" class="block"></div> | ||
|
||
<div id="pdf-block" class="block"><div id="pdf-object"></div></div> | ||
<div id="cv-block" class="block"> | ||
|
||
<h2 id="cv-title">Thomas Ballantyne</h2> | ||
|
||
<div id="cv-left-column"> | ||
|
||
<h3 class="cv-sub-title">OBJECTIVE</h3> | ||
<p class="cv-body-text">Passionate about STEM subjects, enjoys using physics and maths to problem solve, develop software and create useful devices. Works well as an independent contributor part of a global project team.</p> | ||
<p class="cv-body-text">Hardworking and driven to achieve the best possible outcome, no matter the task. Likes applying skills to develop video games, producing 3D printed objects and learning cutting- edge technology. Not scared to ask questions to better understand the problems trying to be solved.</p> | ||
<h3 class="cv-sub-title">SKILLS</h3> | ||
<p class="cv-body-text">C++<br>Unreal Engine<br>HLSL<br>Gameplay Programming<br>Artificial Intelligence<br>Augmented Reality<br>Procedural Generation<br>Problem Solving<br>Teamwork<br>Fast Learner<br>Excel<br>PowerApps<br>SAP</p> | ||
<h3 class="cv-sub-title">BASED</h3> | ||
<p class="cv-body-text">Dundee, Scotland</p> | ||
<h3 class="cv-sub-title">CONTANT</h3> | ||
<p class="cv-body-text">07572 910193</p> | ||
<p class="cv-body-text">[email protected]</p> | ||
<h3 class="cv-sub-title">PORTFOLIO</h3> | ||
<p class="cv-body-text">ThomasBGameDev.net</p> | ||
<h3 class="cv-sub-title">OTHER INFORMATION</h3> | ||
<p class="cv-body-text">Avid custom keyboard and DIY tech project enjoyer.</p> | ||
<p class="cv-body-text">Most happy when writing code.</p> | ||
<p class="cv-body-text">Loves Japanese culture and language.</p> | ||
<p class="cv-body-text">Enjoys the benefits of going to the gym for positive mental health!</p> | ||
<p class="cv-body-text">Likes to join Game Jams with friends.</p> | ||
</div> | ||
|
||
<div id="cv-right-column"> | ||
|
||
<h3 class="cv-sub-title">EDUCATION<hr class="cv-hr"></h3> | ||
<p class="cv-body-text">Honours Project: `An Evaluation of Shallow Water Equations to Enhance Realism of Water in Real-Time Computer Games`</p> | ||
<p class="cv-body-text">Knowledge and Experience gained through course:<br><span>•</span> Object-oriented Programming<br><span>•</span> Systems Development<br><span>•</span> Gameplay Programming<br><span>•</span> Graphics Programming<br><span>•</span> Artificial Intelligence<br><span>•</span> Augmented Reality<br><span>•</span> Client Based Projects<br><span>•</span> Multi-disciplinary Team Program Development<br><span>•</span> Developed Software to allow games to interact with Fitness Equipment<br><span>•</span> Final year dissertation on real-time fluid dynamics/water simulation in video games</p> | ||
</div> | ||
|
||
</div> | ||
|
||
<div id="social-block" class="block"></div> | ||
|
||
|
@@ -41,11 +74,11 @@ | |
$("#social-block").load("/objects/social.html"); | ||
}); | ||
</script> | ||
|
||
<script src="/scripts/pdfobject.js"></script> | ||
|
||
<script src="/scripts/pdfobject.js"></script> | ||
|
||
<script>PDFObject.embed("/pdfs/CV.pdf", "#pdf-object");</script> | ||
|
||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ | |
|
||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters