-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (78 loc) · 3.85 KB
/
index.html
File metadata and controls
105 lines (78 loc) · 3.85 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Jared Marquez : Online Resume">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Jared Marquez</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/smoe79">View on GitHub</a>
<h1 id="project_title">Jared Marquez</h1>
<h2 id="project_tagline">Online Resume</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="jared-marquez" class="anchor" href="#jared-marquez"><span class="octicon octicon-link"></span></a>Jared Marquez</h1>
<ul>
<li>Email: <a href="mailto:smoe79@gmail.com">smoe79@gmail.com</a>
</li>
</ul>
<h2>
<a name="objective" class="anchor" href="#objective"><span class="octicon octicon-link"></span></a>Objective</h2>
<p>To apply my skills and education in the development of software with a focus on application and game development. </p>
<h2>
<a name="education" class="anchor" href="#education"><span class="octicon octicon-link"></span></a>Education</h2>
<h6>
<a name="bachelors-of-science-information-technology-with-focus-in-software-development-may-2015" class="anchor" href="#bachelors-of-science-information-technology-with-focus-in-software-development-may-2015"><span class="octicon octicon-link"></span></a>Bachelors of Science, Information Technology with Focus in Software Development, May 2015</h6>
<p>Georgia Gwinnett College, Lawrenceville, Georgia</p>
<ul>
<li>Central Focus is in the development and improvement of custom software.</li>
<li>Heavy emphasis on both individual and team development structures.</li>
<li>Experience with documentation, version control, and scheduling.</li>
<li>Experience with testing, debugging, and designing to user needs.</li>
</ul>
<h2>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Projects</h2>
<h6>
<a name="the-coven-networked-3d-horror-game" class="anchor" href="#the-coven-networked-3d-horror-game"><span class="octicon octicon-link"></span></a>"The Coven", Networked 3D Horror Game</h6>
<ul>
<li>Experience using the Unity 3D engine</li>
<li>Created scripts for "The Coven" using C# and JavaScript</li>
<li>Experience with creating and importing 3D models from Blender to Unity</li>
<li>Connected animation files with 3D models and player inputs</li>
<li>Managed sound design and placement within 3D environment</li>
</ul>
<h6>
<a name="ggc-connect-android-application-designer-and-developer" class="anchor" href="#ggc-connect-android-application-designer-and-developer"><span class="octicon octicon-link"></span></a>"GGC Connect", Android Application Designer and Developer</h6>
<ul>
<li>Designed the functions of the "Class Scheduler" sections of app</li>
<li>Developed application UI using XML</li>
<li>Worked with a small team to publish and advertise application with school community</li>
<li>Created presentations to display and demo application to small, rotating groups</li>
</ul>
<h2>
<a name="skills" class="anchor" href="#skills"><span class="octicon octicon-link"></span></a>Skills</h2>
<ul>
<li>Languages: C#, C++, Java, JavaScript</li>
<li>Development Skills: Project scope, Gantt charts, Development Pipelines</li>
<li>Other Skills: Fluently spoken in Spanish, Experienced with the Microsoft Office Suite</li>
</ul>
<p>*References on request.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>