-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (132 loc) · 4.77 KB
/
Copy pathindex.html
File metadata and controls
168 lines (132 loc) · 4.77 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Victoria Moon | Software Engineer | vamoon@bsu.edu</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="resume.css" media="all" />
</head>
<body>
<div id="doc2" class="yui-t7">
<div id="inner">
<div id="hd">
<div class="yui-gc">
<div class="yui-u first">
<h1>Victoria Moon</h1>
<h2>Software Engineer</h2>
</div>
<div class="yui-u">
<div class="contact-info">
<h3><a id="pdf" href="#">Download PDF</a></h3>
<h3><a href="mailto:name@yourdomain.com">vamoon@bsu.edu</a></h3>
<h3>(417) 522-5985</h3>
</div><!--// .contact-info -->
</div>
</div><!--// .yui-gc -->
</div><!--// hd -->
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<div class="yui-gf">
<div class="yui-u first">
<h2>Profile</h2>
</div>
<div class="yui-u">
<p class="enlarge">
Innovate creative software solutions for entertainment or business. Perform in Agile environment to ensure a quick response to rapidly changing projects.
</p>
</div>
</div><!--// .yui-gf -->
<div class="yui-gf">
<div class="yui-u first">
<h2>Skills</h2>
</div>
<div class="yui-u">
<div class="talent">
<h2>Games Design</h2>
<p>Develop entertainment software with a strong focus on user experience and design. </p>
</div>
<div class="talent">
<h2>System Design</h2>
<p>Create systems to deliver services or entertainment. </p>
</div>
<div class="talent">
<h2>Agile</h2>
<p>Implements a strict discipline in Agile software development that allows me to build modern software on modern timelines.</p>
</div>
</div>
</div><!--// .yui-gf -->
<div class="yui-gf">
<div class="yui-u">
<h2>Technical</h2>
</div>
<div class="yui-u">
<ul class="talent">
<li>Godot</li>
<li>Java</li>
<li class="last">Python</li>
</ul>
<ul class="talent">
<li>IntelliJ IDEa</li>
<li>Visual Studio</li>
<li class="last">Notepad++</li>
</ul>
<ul class="talent">
<li>Unreal Engine</li>
<li>Windows 10</li>
<li class="last">Audactiy</li>
</ul>
</div>
</div><!--// .yui-gf-->
<div class="yui-gf">
<div class="yui-u first">
<h2>Experience</h2>
</div><!--// .yui-u -->
<div class="yui-u">
<div class="job">
<h2>Habitile</h2>
<h3>Team Member</h3>
<h4>2023-2023</h4>
<p>Participated in design from the ground up on a brand new game project for Minnetrista. I had a hand in design, programming, sound design, and other such things. </p>
</div>
<div class="job">
<h2>Untitled Rover Game</h2>
<h3>Team Member</h3>
<h4>2023-Ongoing</h4>
<p>Worked with myself and another developer to create a unique game experience from scratch. We used the Godot engine and Blender to create models for the game. Furthermore, we used Agile to ensure the project was scalable to changing resources. </p>
</div>
<div class="job">
<h2>Into the Underdark</h2>
<h3>Creative Lead</h3>
<h4>2022-2022</h4>
<p>Spearheaded the development of a game project for CS 315. I did the principal design of the game and worked with 2 others to finish the project. Used Discord for team communication.</p>
</div>
<div class="job last">
<h2>Networking Assignment</h2>
<h3>Software Engineer</h3>
<h4>2023-2023</h4>
<p>Worked with a team in the Java environment to create a made from scratch local file server. Used Discord for team communication.</p>
</div>
</div><!--// .yui-u -->
</div><!--// .yui-gf -->
<div class="yui-gf last">
<div class="yui-u first">
<h2>Education</h2>
</div>
<div class="yui-u">
<h2>Ball State University - Muncie, Indiana</h2>
<h3>Major, Computer Science — <strong>3.5 GPA</strong> </h3>
</div>
</div><!--// .yui-gf -->
</div><!--// .yui-b -->
</div><!--// yui-main -->
</div><!--// bd -->
<div id="ft">
<p>Victoria Moon — <a href="mailto:name@yourdomain.com">vamoon@bsu.edu</a> — (417) 522-5985</p>
</div><!--// footer -->
</div><!-- // inner -->
</div><!--// doc -->
</body>
</html>