-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.html
128 lines (127 loc) · 6.36 KB
/
Resume.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; lang = "en">
<head>
<meta http-equiv="content-type" content="/html; charset=utf-8"/>
<title>Resume</title>
<link rel="stylesheet" href="Weboutline.css">
<link rel="stylesheet" href="Resume.css">
</head>
<body>
<div id="Content">
<div id="Resume">
<div id="Section">
<div id = col1>
<br>
<h2>Gavin Newman</h2>
</div>
<div id = col2>
<p>Liberty Center, IN 46766</p>
<p>260-827-7735</p>
<p>[email protected]</p>
<a href="https://www.linkedin.com/in/gavin-newman/">LinkedIn</a>
<p></p>
</div>
</div>
<div id="Section">
<div id = col1>
<h3>Summary</h3>
</div>
<div id = col2>
<p>
Pursuing a bachelor’s in computer science, with extensive experience designing RPG-style <br>
games. I have experience with these games' front-end, back-end, and networking, with a <br>
particular interest in the back-end/networking side. I have developed teamwork and <br>
communication skills with other developers working on these projects.
</p>
</div>
</div>
<div id="Section">
<div id = col1>
<h3>Skills</h3>
</div>
<div id = col2>
<h4>Technical Skills</h4>
<ul>
<li>Developed programs using C++, Python, Java and Luau </li>
<li>Developed inventory and navigation systems</li>
<li>Designed file manipulation programs using C++ and Python to edit XML files, which were used to edit game data</li>
</ul>
<h4>Leadership skills</h4>
<ul>
<li>
Hoosier’s Boys State 2017, a mock government program where high schools from all <br>
over the state send representatives from the school to debate on controversial <br>
topics and host polls to vote students into mock government positions.
</li>
<li>
Rotary Youth Leadership Awards 2017 is a program where students send leaders to <br>
represent the school to engage in leadership activities and listen to guest speakers.
</li>
</ul>
<h4>Communication skills</h4>
<ul>
<li>
Worked with multiple teams of developers worldwide to design and develop games <br>
and worked as a team to communicate the future direction of games to other <br>
developers and our community.
</li>
<li>Hoosier’s Boys State 2017 had public debates with other members. </li>
</ul><br>
</div>
</div>
<div id="Section">
<div id = col1>
<h3>Education</h3>
</div>
<div id = col2>
<p>
Indiana Tech, Fort Wayne, Indiana<br>
BS In Computer Science<br>
Expected Graduation Date: December 2026<br>
1 Course remaining on my programming certification.<br>
Related Course Work:<br>
<ul>
<li>Networking I, II</li>
<li>Computer Science I, II</li>
<li>Data Structures and Algorithms</li>
<li>Discrete Structures</li>
<li>Intro to Server Systems</li>
</ul>
</p>
</div>
</div>
<div id="Section" style="border-bottom: 0;">
<div id = col1>
<h3>Experience</h3>
</div>
<div id = col2>
<ul>
<li>Roblox</li>
<ul>
<li>Designed and Developed games over 11 years, developing two significant projects</li>
<li>Last night [Beta], 189,000 visits</li>
<li>The Clown Killings: Smile [Alpha], 15,100,000 Visits</li>
</ul>
<li>Tom Clancy's Rainbow 6 Siege Data Editor</li>
<ul>
<li>
Edits the XML file for Rainbow 6 Siege, allowing users to change servers, edit mouse<br>
settings more precisely, and copy other profiles' settings.
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div id="Menu">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="SiteFeedBack.html">Site Feedback</a></li>
<li><a href="ContactMe.html">Contact Me</a></li>
</ul>
</div>
</body>
</html>