-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeta.html
More file actions
55 lines (41 loc) · 4.16 KB
/
Copy pathbeta.html
File metadata and controls
55 lines (41 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>itemic.github.io!</title>
<link href="static/style.css" rel="stylesheet" />
<script src="js/home.js" async></script>
</head>
<body>
<div id="container">
<div class="main-content bg-bright">
<h1>Hi, I'm Terran.</h1>
<!-- <div class="subtitle-header">Fourth year software engineering student, University of Auckland</div> -->
<h2 id="whoami" class="run">And you've found my website!</h2>
<p class="link"><a style="color: #0061A2" href="https://www.linkedin.com/in/terrankroft/">LinkedIn</a> | <a style="color: #767676 "href="https://github.com/itemic">GitHub</a> | <a style="color: #178DEF" href="https://www.twitter.com/itemic">Twitter</a> | <a class="ig" href="https://www.instagram.com/ekisigns">Instagram</a></p>
<p class="link">Take a look at my <a style="color: #00aba5" href="projects.html">projects</a>.</p>
<p class="link">The <a style="color: #00aba5" href="playground.html">playground</a> is where I test out new things.</p>
<div class="construction bg-dark">
<span class="vibrant">🚧 Still under construction, but feel free to look around. Last updated Jun 5, 2019. 🚧</span>
</div>
</div>
<div class="content bg-light">
<h2>Education</h2>
<h4>University of Auckland (2015-2018)</h4>
<p><span class="vibrant">I just finished my Bachelor of Engineering (Honours) degree in Software Engineering.</span> I graduated in May 2019 (with First Class Honours). In both 2016 and 2017, I was on the Dean's Honours List.</p>
<p><span class="vibrant">I was the Part 4 Representative of SESA in 2018.</span> SESA is the University of Auckland's <a class="bg" href="https://www.sesa.co.nz">Software Engineering Students Association</a>. We organize and host events for SE students, such as board game nights, career evenings (Industry Night), as well as grad series talks. In 2017, I was also a general exec member.</p>
<p><span class="vibrant">I was also the Part 4 Software Engineering Rep.</span> The <a class="bg" href="http://www.ece.auckland.ac.nz/en/about/our-department/sscc.html">Staff-Student Consultative Committee</a> is a way for students to raise issues within the Department. We also hold department-wide events from time to time.</p>
<h2>Experience</h2>
<h4>Program Coordinator, <a href="https://scholarscup.org" style="color: #610C10">World Scholar's Cup</a> (Nov 2018-)</h4>
<p><span class="vibrant">The World Scholar's Cup is a global charitable non-profit initiative for students of all languages and backgrounds
</span>, seeking to inspire in every scholar a love of learning and confidence in new skills, from debate to problem-solving. It draws over 30,000 students a year across over 70 countries.</p>
<h4>Marker, <a href="https://auckland.ac.nz" style="color: #07477D">University of Auckland</a> (Mar 2018-Nov 2018)</h4>
<p><span class="vibrant">I graded assignments for Computer Science and Software Engineering courses.</span> Courses include Human Computer Interaction (CS345), Quality Assurance (SE254), and Principles of Programming (CS101). I wrote additional test scripts to streamline my grading process.</p>
<h4>Software Engineering Intern, <a href="https://orionhealth.com" style="color: #EA3F1E">Orion Health</a> (Nov 2017-Feb 2018)</h4>
<p><span class="vibrant">Over my summer I worked in the Big Data as a Service team.</span> I designed a dashboard used to view Ansible job templates and inventories with the Ansible Tower API and Vue.js. I also investigated integrating SSO authentication for an internal-use API for the BDaaS team, using API Gateway and the Serverless framework.</p>
<h4>Intern, <a href="http://www.kas.tw" style="color: #DE1417">Kaohsiung American School</a> (Nov 2016-Feb 2017)</h4>
<p><span class="vibrant">I redesigned the digital signage system used around campus.</span> The system I designed is now on all the displays around campus, and allows greater flexibility in what can be displayed. The code for it has been made public and can be found <a class="bg" href="http://github.com/itemic/status-kas">here</a>.</p>
</div>
</body>
</html>